clisp-cvs Digest, Vol 27, Issue 33

View: New views
1 Messages — Rating Filter:   Alert me  

clisp-cvs Digest, Vol 27, Issue 33

by clisp-cvs-request :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Send clisp-cvs mailing list submissions to
        clisp-cvs@...

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
        clisp-cvs-request@...

You can reach the person managing the list at
        clisp-cvs-owner@...

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."


CLISP CVS commits for today

Today's Topics:

   1. clisp/src ChangeLog,1.6399,1.6400 (Sam Steingold)
   2. clisp/doc impext.xml,1.535,1.536 (Sam Steingold)
   3. clisp/src TODO,1.146,1.147 (Sam Steingold)
   4. clisp/src TODO,1.147,1.148 (Sam Steingold)
   5. clisp/src TODO,1.148,1.149 (Sam Steingold)


----------------------------------------------------------------------

Message: 1
Date: Thu, 17 Jul 2008 21:14:52 +0000
From: Sam Steingold <sds@...>
Subject: clisp/src ChangeLog,1.6399,1.6400
To: clisp-cvs@...
Message-ID: <E1KJaos-0007di-Sw@...>

Update of /cvsroot/clisp/clisp/src
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26380/src

Modified Files:
        ChangeLog
Log Message:
(*canonicalize-encoding*): defvar and export from XLIB
(get_font_info_and_display): use it
together with EXT:CANONICALIZE instead of the C ad-hoc-ery


Index: ChangeLog
===================================================================
RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v
retrieving revision 1.6399
retrieving revision 1.6400
diff -u -d -r1.6399 -r1.6400
--- ChangeLog 17 Jul 2008 21:01:01 -0000 1.6399
+++ ChangeLog 17 Jul 2008 21:14:48 -0000 1.6400
@@ -1,5 +1,12 @@
 2008-07-17  Sam Steingold  <sds@...>
 
+ * modules/clx/new-clx/clx.lisp (*canonicalize-encoding*):
+ defvar and export from XLIB
+ * modules/clx/new-clx/clx.f (get_font_info_and_display): use it
+ together with EXT:CANONICALIZE instead of the C ad-hoc-ery
+
+2008-07-17  Sam Steingold  <sds@...>
+
  * dfloat.d (RA_to_DF): clean up the STACK before error_overflow()
  * ffloat.d (RA_to_FF): ditto
  * sfloat.d (RA_to_SF): ditto




------------------------------

Message: 2
Date: Thu, 17 Jul 2008 21:44:53 +0000
From: Sam Steingold <sds@...>
Subject: clisp/doc impext.xml,1.535,1.536
To: clisp-cvs@...
Message-ID: <E1KJbHS-0006tR-RT@...>

Update of /cvsroot/clisp/clisp/doc
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv5674/doc

Modified Files:
        impext.xml
Log Message:
markup


Index: impext.xml
===================================================================
RCS file: /cvsroot/clisp/clisp/doc/impext.xml,v
retrieving revision 1.535
retrieving revision 1.536
diff -u -d -r1.535 -r1.536
--- impext.xml 17 Jul 2008 21:14:48 -0000 1.535
+++ impext.xml 17 Jul 2008 21:44:51 -0000 1.536
@@ -1673,12 +1673,12 @@
   <listitem><simpara>will ¬-e; call <function>primes-list</function>
     but <varname>*all-primes*</varname> will be the list computed during
     compilation.</simpara></listitem></varlistentry></variablelist></para>
-<para>The alternative is to save a &mem-image;, which is faster than
- &fasl-file; file but less portable.</para>
+<para>An alternative is to save a &mem-image;, which is faster than &fasl-file;
+ file but <link linkend="image-portability">less portable</link>.</para>
 </section>
 
 <section id="with-gensyms">
-     <title>Macro <function>EXT:WITH-GENSYMS</function></title>
+ <title>Macro <function>EXT:WITH-GENSYMS</function></title>
 <para>Similar to its namesake from
  <ulink url="http://www.paulgraham.com/">Paul Graham</ulink>'s book
  <ulink url="http://www.paulgraham.com/onlisp.html"><quote>On
@@ -1762,8 +1762,8 @@
 <para>If you want to canonicalize a value before further processing it,
  you can pass it to &canonicalize; together with a list of canonicalizers.
 </para><para>E.g., &new-clx; uses it together with
- <varname>XLIB:*CANONICALIZE-ENCODING*</varname> to fix the
- broken encoding names returned by &X; (e.g., convert
+ <firstterm><varname>XLIB:*CANONICALIZE-ENCODING*</varname></firstterm>
+ to fix the broken encoding names returned by the &X; (e.g., convert
  <literal>"iso8859-1"</literal> to <literal>"ISO-8859-1"</literal>)
  before passing them over to &make-encoding;. If you encounter an
  encoding error in &new-clx;, you can augment this variable to avoid it.




------------------------------

Message: 3
Date: Fri, 18 Jul 2008 15:56:07 +0000
From: Sam Steingold <sds@...>
Subject: clisp/src TODO,1.146,1.147
To: clisp-cvs@...
Message-ID: <E1KJsJU-0007Sz-AN@...>

Update of /cvsroot/clisp/clisp/src
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22900

Modified Files:
        TODO
Log Message:
more on nested REQUIRE


Index: TODO
===================================================================
RCS file: /cvsroot/clisp/clisp/src/TODO,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- TODO 10 Jul 2008 21:59:59 -0000 1.146
+++ TODO 18 Jul 2008 15:56:05 -0000 1.147
@@ -88,6 +88,7 @@
 and, second, change c-REQUIRE to write the REQUIRE form into *.lib.
 unfortunately, this means that each foo?.lisp must PROVIDE "foo?" which
 is quite ugly.
+Alternatively, c-LOAD could write (LOAD "*.lib") into the LIB file.
 
 
 Review all macros and tighten the runtime interface of the macros.




------------------------------

Message: 4
Date: Fri, 18 Jul 2008 16:03:11 +0000
From: Sam Steingold <sds@...>
Subject: clisp/src TODO,1.147,1.148
To: clisp-cvs@...
Message-ID: <E1KJsQK-0001Tu-7h@...>

Update of /cvsroot/clisp/clisp/src
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25586

Modified Files:
        TODO
Log Message:
debugger commands with arguments have been implemented already


Index: TODO
===================================================================
RCS file: /cvsroot/clisp/clisp/src/TODO,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- TODO 18 Jul 2008 15:56:05 -0000 1.147
+++ TODO 18 Jul 2008 16:03:09 -0000 1.148
@@ -317,13 +317,6 @@
 whether it contains something clisp could profit from.
 
 
-Debugger (reploop.lisp, debug.d): Implement backtrace-? commands with a limit,
-such that  BACKTRACE-1 20  will show the 20 newest frames. Good for people
-without an xterm with logging. sys::debug-backtrace already takes a limit
-as optional argument; the hard part is to make the debugger accept commands
-with arguments, instead of just single-word commands.
-
-
 More CLtL2 compliance:
 ; List of X3J13 votes that may be implemented in CLISP
 ;




------------------------------

Message: 5
Date: Fri, 18 Jul 2008 16:04:56 +0000
From: Sam Steingold <sds@...>
Subject: clisp/src TODO,1.148,1.149
To: clisp-cvs@...
Message-ID: <E1KJsS2-00029n-K2@...>

Update of /cvsroot/clisp/clisp/src
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv25995/src

Modified Files:
        TODO
Log Message:
impnotes should be made more standalone, not less


Index: TODO
===================================================================
RCS file: /cvsroot/clisp/clisp/src/TODO,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- TODO 18 Jul 2008 16:03:09 -0000 1.148
+++ TODO 18 Jul 2008 16:04:54 -0000 1.149
@@ -304,10 +304,6 @@
 Introduce a class of SERIOUS-CONDITION and then remove BATCHMODE-BREAK-DRIVER.
 
 
-Distribute impnotes.html in the form of CLAHS, as an annotation against
-Harlequin's HyperSpec. See http://clisp.cons.org/~haible/clahs/.
-
-
 FFI: Actually support :language :cc/:gcc by passing appropriate flags
 to the avcall/vacall macros. The default should be the same compiler
 as the one used to compile clisp.




------------------------------

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

------------------------------

_______________________________________________
clisp-cvs mailing list
clisp-cvs@...
https://lists.sourceforge.net/lists/listinfo/clisp-cvs


End of clisp-cvs Digest, Vol 27, Issue 33
*****************************************

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
clisp-devel mailing list
clisp-devel@...
https://lists.sourceforge.net/lists/listinfo/clisp-devel