[armedbear-cvs] r13546 - trunk/abcl

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Aug 28 20:36:34 UTC 2011


Author: ehuelsmann
Date: Sun Aug 28 13:36:34 2011
New Revision: 13546

Log:
More CHANGES updates.

Modified:
   trunk/abcl/CHANGES

Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES	Sun Aug 28 13:11:41 2011	(r13545)
+++ trunk/abcl/CHANGES	Sun Aug 28 13:36:34 2011	(r13546)
@@ -14,6 +14,13 @@
 Changes
 -------
 
+ * Renamed LispObject.writeToString() method to (more lispy) printObject()
+
+ * New LispObject.princToString() for user readable output
+
+ * Changed behaviour of LispObject.unreadableString() to signal
+   errors when *PRINT-READABLY* is non-NIL
+
  * Static initializers moved to <clinit>() (java: static { }) to
    prevent repeated execution when invoking the constructor multiple times
 
@@ -24,6 +31,11 @@
 
  * File compiler (COMPILE-FILE) clean-ups
 
+ * When calling a function with the wrong number of arguments,
+   report the expected (range) of arguments
+
+ * Upgraded ASDF to 2.017
+
 Fixes
 -----
 
@@ -39,6 +51,15 @@
  * [ticket #163] Local functions shadow global macro and function bindings
    (fixes PARENSCRIPT support)
 
+ * [ticket 158] Readable printing of the string "#<abc>" does not signal
+   a PRINT-NOT-READABLE error anymore
+
+ * Fixed SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7
+
+ * Fixed many PPRINT.* test suite failures
+
+ * [ticket #151] LOAD fails for whitespace in JAR-PATHNAME
+
 
 Version 0.26.2
 ==============




More information about the armedbear-cvs mailing list