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

Raymond Toy rtoy at common-lisp.net
Tue Aug 24 02:23:36 CEST 2010


    Date: Monday, August 23, 2010 @ 20:23:36
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info
     Tag: RELEASE-20B-BRANCH

Modified: release-20b.txt

Fix (old) entries about FILE-POSITION.  FILE-POSITION is working.


-----------------+
 release-20b.txt |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.41.2.3 src/general-info/release-20b.txt:1.41.2.4
--- src/general-info/release-20b.txt:1.41.2.3	Sun Aug 15 11:23:42 2010
+++ src/general-info/release-20b.txt	Mon Aug 23 20:23:36 2010
@@ -19,9 +19,6 @@
   * Known issues:
     - CMUCL cannot create working executable images anymore on
       FreeBSD.
-    - FILE-POSITION is sometimes off by 2 (4) for input files for
-      UTF-16 (UTF-32) encodings.  This is caused by the BOM
-      (byte-order mark) which is essentially never seen by Lisp.
     - Executable images on Linux may not be able to be created on some
       versions of Linux.  The problem is in GNU ld which doesn't
       allocate enough phdrs to create an executable. 
@@ -125,8 +122,7 @@
       limit, the limit was set to the power.  We really wanted the
       absolute value of the power to used as the new limit.
     - FILE-POSITION was returning incorrect values for file streams on
-      Unicode builds.  This is fixed now.  But also see the known
-      issue listed above.
+      Unicode builds.  This is fixed now.
     - The error-output and trace-file files for COMPILE-FILE are now
       opened using the same external format as specified in
       COMPILE-FILE.  Previously, they were opened using the default



More information about the cmucl-commit mailing list