[git] CMU Common Lisp branch master updated. snapshot-2013-08-8-gde69bad

Raymond Toy rtoy at common-lisp.net
Sat Sep 7 20:18:24 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  de69bade53c2229f0ca1d2e9ddcc3e44135dc60f (commit)
      from  ddfb0372fb591209c4aba8ea46f94e469e0686ca (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit de69bade53c2229f0ca1d2e9ddcc3e44135dc60f
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Sat Sep 7 13:18:09 2013 -0700

    Update from logs.

diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt
index 9d91bcc..8abf083 100644
--- a/src/general-info/release-20e.txt
+++ b/src/general-info/release-20e.txt
@@ -48,12 +48,17 @@ New in this release:
     * Added UNICODE package to hold Unicode-related functions.
       Currently contains Unicode extended versions of STRING-UPCASE,
       STRING-DOWNCASE, and STRING-CAPITALIZE.
+    * Optimizations in the x86 backend to speed up some operations and
+      reduce register restrictions.
 
   * ANSI compliance fixes:
     * Attempts to modify the standard readtable or the standard pprint
       dispatch table will now signal a continuable error.
     * Remove the Unicode extensions from string-upcase and friends.
       This functionality is moved to the new UNICODE package.
+    * DISASSEMBLE is conforming now; there are no options to
+      DISASSEMBLE.  However, you can use DISASSEM:DISASSEMBLE if more
+      options are needed.
 
   * Bugfixes:
     * REPLACE and friends on strings were limited to strings less than
@@ -74,6 +79,11 @@ New in this release:
       is represented internally as a UNION type, confusing the type
       derivation code.
     * Clean up and optimize x86 move VOPS and length/list VOP.
+    * DISASSEM:DISASSEMBLE takes new keyword args, base, case, radix
+      to specify values for *print-base*, *print-case*, and
+      *print-radix* for disassembly.  The defaults are 16, :downcase,
+      and *print-radix*, respectively.  This is a change from previous
+      versions which used a base of 10 and a case of :upcase.
 
 
   * Trac Tickets:

-----------------------------------------------------------------------

Summary of changes:
 src/general-info/release-20e.txt |   10 ++++++++++
 1 file changed, 10 insertions(+)


hooks/post-receive
-- 
CMU Common Lisp



More information about the cmucl-cvs mailing list