From 65a61bdbf178b151a633825e27761e25fa45442e Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Wed, 3 Jun 2015 18:47:43 -0700 Subject: [PATCH] Update from logs. --- src/general-info/release-21a.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/general-info/release-21a.txt b/src/general-info/release-21a.txt index 5f185586a..37ed046f4 100644 --- a/src/general-info/release-21a.txt +++ b/src/general-info/release-21a.txt @@ -39,6 +39,13 @@ New in this release: codepoint. * (loop for g-string being the glpyh of string ...) * glyphs is an alias for glpyh. + * The UNIX package has been split into two parts. By default the + UNIX package contains just enough to build CMUCL. If you want + the rest of the functionality, use (require :unix). + * Added clx-inspector module. + * ASDF documentation included in html, info, and pdf formats in + contrib/asdf/doc/. + * ANSI compliance fixes: @@ -67,8 +74,8 @@ New in this release: * All unit tests pass successfully on darwin/x86, linux/x86, and solaris/sparc. Darwin/ppc fails most of the tests dealing with exceptions for the special functions. - - + * Fix compiler warnings in motif about destructive functions + discarding their results. * Trac Tickets: * Ticket #54 fixed. @@ -76,6 +83,9 @@ New in this release: * Ticket #110 fixed. * Ticket #112 fixed. + * Gitlab tickets: + * Issue #1 fixed: Handle funcall in compiler macro functions. + * Other changes: * Cross compile scripts from x86 to sparc and ppc updated to work again to cross-compile from the current snapshot. -- GitLab