[cmucl-cvs] CMUCL commit: src/general-info (release-20c.txt)

Raymond Toy rtoy at common-lisp.net
Wed Jun 29 00:58:41 UTC 2011


    Date: Tuesday, June 28, 2011 @ 17:58:41
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20c.txt

o Trac #43 fixed again.
o Add note about build-all.sh.


-----------------+
 release-20c.txt |    6 ++++++
 1 file changed, 6 insertions(+)


Index: src/general-info/release-20c.txt
diff -u src/general-info/release-20c.txt:1.25 src/general-info/release-20c.txt:1.26
--- src/general-info/release-20c.txt:1.25	Mon Jun 27 08:47:53 2011
+++ src/general-info/release-20c.txt	Tue Jun 28 17:58:41 2011
@@ -136,12 +136,18 @@
 
 
   * Trac Tickets:
+    - #43: unread-char doesn't change file-position
+      Fixed.
 
   * Other changes:
 
   * Improvements to the PCL implementation of CLOS:
 
   * Changes to building procedure:
+    - A new script, src/tools/build-all.sh, has been added.  This will
+      compile all variants for a given OS and architecture.  That is,
+      both x87 and sse2 binaries are built (if available) as well as
+      unicode and non-unicode versions.
 
 This release is not binary compatible with code compiled using CMUCL
 20b; you will need to recompile FASL files. 




More information about the cmucl-cvs mailing list