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

Raymond Toy rtoy at common-lisp.net
Sun Jun 27 15:18:34 CEST 2010


    Date: Sunday, June 27, 2010 @ 09:18:34
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20b.txt

The trace/debug:arg issue is fixed for Darwin, Linux, and FreeBSD now.


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


Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.31 src/general-info/release-20b.txt:1.32
--- src/general-info/release-20b.txt:1.31	Mon Jun 21 23:24:49 2010
+++ src/general-info/release-20b.txt	Sun Jun 27 09:18:34 2010
@@ -144,10 +144,7 @@
     - When printing out argument values in the debugger and also
       during TRACE, the incorrect values were returned for the SSE2
       core.  This was caused by using the x87 values instead of the
-      sse2 values in the sigcontext.  This is fixed for Mac OS X.
-      This bug still exists on Linux which doesn't seem to have any
-      way to access the SSE2 registers in the sigcontext in 32-bit
-      binaries and on FreeBSD.
+      sse2 values in the sigcontext.  This is fixed now.
 
   * Trac Tickets:
     #33: get-dispatch-macro-character doesn't signal errors in



More information about the cmucl-commit mailing list