Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
1 changed file:
Changes:
src/general-info/release-21a.txt
--- a/src/general-info/release-21a.txt
+++ b/src/general-info/release-21a.txt
@@ -25,7 +25,7 @@ New in this release:
* Changes
* Micro-optimize SCALE-FLOAT to do multiplication when possible.
- * Update to ASDF 3.1.4.
+ * Update to ASDF 3.1.5.
* The external-format :UTF is no longer an alias for :UTF-8.
* :ELF feature added for solaris.
* LISP:WITH-STRING-CODEPOINT-ITERATOR added to iterate over the
@@ -81,6 +81,8 @@ New in this release:
wants unxi-getenv and slime wants unix-execve and unix-fork.
* Increase *ERROR-PRINT-LINES* to 10.
* Updated FreeBSD 9.3 support for building motifd.
+ * Issue #4 updated:
+ * ELT did not terminate when the index was negative.
* Trac Tickets:
* Ticket #54 fixed.
@@ -95,6 +97,7 @@ New in this release:
invalid index.
* Issue #3: Shadowing compiler macro functions.
* Issue #7: Local functions and get-setf-expansions
+ * Issue #8: Constants and top-level code
* Other changes:
* Cross compile scripts from x86 to sparc and ppc updated to work
@@ -106,7 +109,7 @@ New in this release:
* Changes to building procedure:
* Dependencies for motifd are autogenerated.
- * Cross compile frox darwin/x86 to solaris/x86 fixed to work
+ * Cross compile from darwin/x86 to solaris/x86 fixed to work
correctly.