CMUCL commit: src/general-info (release-20b.txt)

Raymond Toy rtoy at common-lisp.net
Fri Feb 5 19:23:57 CET 2010


    Date: Friday, February 5, 2010 @ 13:23:57
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20b.txt

Update from logs.


-----------------+
 release-20b.txt |   21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.8 src/general-info/release-20b.txt:1.9
--- src/general-info/release-20b.txt:1.8	Sun Jan 31 12:35:50 2010
+++ src/general-info/release-20b.txt	Fri Feb  5 13:23:57 2010
@@ -36,6 +36,9 @@
       only arrays of character; 8, 16, and 32-bit integers (signed and
       unsigned); single and double floats; and complex single and
       double floats are supported.
+    - FROUND is much faster for single and double float numbers.  This
+      is not currently available for x87 (due to potential roundoff
+      errors), but is available everywhere else.
 
   * ANSI compliance fixes:
 
@@ -63,15 +66,25 @@
       external format.  This meant that these files could lose
       information if the default format could not represent the
       characters in the source file.
-    - Handling of source files in the debugger is better now.  The
-      source files are opened using the same format as used to compile
-      them.  Previously, the default format was used, which would be
-      wrong if the file is in a different format.
+    - Handling of source files in the debugger is better now for
+      unicode builds.  The source files are opened using the same
+      format as used to compile them.  Previously, the default format
+      was used, which would be wrong if the file is in a different
+      format.
+    - CMUCL no longer segfaults on Linux when running on a kernel
+      without COMPAT_BRK.  CMUCL will set the personality
+      appropriately and re-exec itself.
+    - GET-MACRO-CHARACTER would return the wrong second value because
+      *READTABLE* was always being used instead of the specified
+      readtable. 
 
   * Trac Tickets:
     #33: get-dispatch-macro-character doesn't signal errors in
       compiled code
       Fixed.
+    #22: sun4_solaris_sunc config uses gcc to build motif
+      This is fixed.  If Sun C is used to build lisp, it is also used
+      to build motifd.
 
   * Other changes:
     - :freebsd4 is no longer a *feature*



More information about the cmucl-commit mailing list