CMUCL commit: src/general-info (release-20b.txt)
Raymond Toy
rtoy at common-lisp.net
Thu Oct 29 15:54:56 CET 2009
Date: Thursday, October 29, 2009 @ 10:54:56
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Modified: release-20b.txt
Update from logs.
-----------------+
release-20b.txt | 13 +++++++++++++
1 file changed, 13 insertions(+)
Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.2 src/general-info/release-20b.txt:1.3
--- src/general-info/release-20b.txt:1.2 Sun Oct 18 10:21:24 2009
+++ src/general-info/release-20b.txt Thu Oct 29 10:54:56 2009
@@ -30,12 +30,25 @@
* Bugfixes:
- On Unicode builds, printing of '|\|| and '|`| was incorrect
because no escapes were printed. This is fixed now.
+ - Fixed issue with SSE2 support. The vops for complex +/- float
+ would add random junk the to imaginary part of the result.
+ - UNIX-SYSINFO was broken for Unicode builds, which affected
+ MACHINE-TYPE and MACHINE-VERSION.
+
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
compiled code
Fixed.
* Other changes:
+ - :freebsd4 is no longer a *feature*
+ - Added UNIX-GETENV, UNIX-SETENV, UNIX-PUTENV, and UNIX-UNSETENV,
+ in the UNIX package to allow access to these C functions.
+ - OCTETS-TO-STRING has changed.
+ o The output string is no longer automatically extended.
+ o Parameters can be given to specify the start and end of the
+ octet array and for the start and end of the string.
+ (These all default to the beginning and end of the arrays.)
* Improvements to the PCL implementation of CLOS:
More information about the cmucl-commit
mailing list