CMUCL commit: intl-branch src/general-info (release-20b.txt)
Raymond Toy
rtoy at common-lisp.net
Mon Feb 15 16:18:17 CET 2010
Date: Monday, February 15, 2010 @ 10:18:17
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Tag: intl-branch
Modified: release-20b.txt
Update from logs.
-----------------+
release-20b.txt | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.9 src/general-info/release-20b.txt:1.9.2.1
--- src/general-info/release-20b.txt:1.9 Fri Feb 5 13:23:57 2010
+++ src/general-info/release-20b.txt Mon Feb 15 10:18:17 2010
@@ -36,9 +36,10 @@
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.
+ - FROUND and FTRUNCATE are 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:
@@ -77,6 +78,8 @@
- GET-MACRO-CHARACTER would return the wrong second value because
*READTABLE* was always being used instead of the specified
readtable.
+ - Compiling a file containing "(compile nil (lambda ...))" caused
+ an error when loading the file. This is fixed.
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
More information about the cmucl-commit
mailing list