[cmucl-cvs] [git] CMU Common Lisp branch master updated. snapshot-2012-12-22-g7838879

Raymond Toy rtoy at common-lisp.net
Fri Dec 28 18:17:51 UTC 2012


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  78388799a95d5e551f776037eafeb2ef81a58acc (commit)
      from  58446794c98fcac9dda80e3fad8f58f361521c6d (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 78388799a95d5e551f776037eafeb2ef81a58acc
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Thu Dec 27 11:22:59 2012 -0800

    Update from commit logs.

diff --git a/src/general-info/release-20e.txt b/src/general-info/release-20e.txt
index aff9643..585d8a0 100644
--- a/src/general-info/release-20e.txt
+++ b/src/general-info/release-20e.txt
@@ -24,13 +24,27 @@ New in this release:
  
   * Changes
     * ASDF2 updated to version 2.26.
+    * DEFINE-COMPILER-MACRO now has source-locationinformation for the
+      macro definition.
+    * :ALIEN-CALLBACK added to *FEATURES* for platforms that support
+      alien callbacks.
+    * The sparc port can be built using gcc once again.
+    * The old Cheney stop-and-copy GC supported on sparc once again.
+      However, there are no plans on supplying sparc binaries with
+      this GC. 
 
   * ANSI compliance fixes:
 
   * Bugfixes:
+    * REPLACE and friends on strings was limited to strings less than
+      the maximum possible size. This has been fixed so strings of any
+      supported length can be handled.  (See ticket #66 and #68.)
 
   * Trac Tickets:
     * Ticket #52 reopened.
+    * Ticket #66 fixed.
+    * Ticket #67 fixed.
+    * Ticket #68 fixed.
 
   * Other changes:
     * -8 option for build-all.sh is deprecated since we don't

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

Summary of changes:
 src/general-info/release-20e.txt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMU Common Lisp




More information about the cmucl-cvs mailing list