CMUCL commit: src/general-info (release-20b.txt)
Raymond Toy
rtoy at common-lisp.net
Thu Apr 1 16:11:24 CEST 2010
Date: Thursday, April 1, 2010 @ 10:11:24
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Modified: release-20b.txt
Update from logs.
-----------------+
release-20b.txt | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.13 src/general-info/release-20b.txt:1.14
--- src/general-info/release-20b.txt:1.13 Fri Mar 19 11:19:02 2010
+++ src/general-info/release-20b.txt Thu Apr 1 10:11:24 2010
@@ -39,7 +39,10 @@
- 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.
-
+ - Support for internalization/localization added. Messages from
+ CMUCL can be translated, but currently only a few messages in
+ Korean are translated. For fun, there is a full Pig Latin
+ translation (done by machine).
* ANSI compliance fixes:
- COMPILE will update the macro-function if the specified names a
@@ -100,6 +103,9 @@
redefined, and CMUCL assumes the new definition is usable as a
slot accessor. Previously, CMUCL would print a warning and
undefine the structure.
+ - An issue with SSE2 and GC hooks has been fixed. This shows up
+ when doing arithmetic with GC hooks that use the SSE registers.
+ The SSE state is saved along with the x87 state.
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
More information about the cmucl-commit
mailing list