[armedbear-cvs] r12257 - trunk/abcl

Erik Huelsmann ehuelsmann at common-lisp.net
Sat Nov 7 11:13:42 UTC 2009


Author: ehuelsmann
Date: Sat Nov  7 06:13:39 2009
New Revision: 12257

Log:
Update CHANGES.

Modified:
   trunk/abcl/CHANGES

Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES	(original)
+++ trunk/abcl/CHANGES	Sat Nov  7 06:13:39 2009
@@ -13,6 +13,9 @@
   * Java property to print autoloading information: abcl.autoload.verbose
   * Experimental: binary fasls
   * Default Ant build target now "abcl.clean abcl.wrapper" (from abcl.help)
+  * ConditionThrowable class renamed to ControlTransfer,
+      parent class changed to RuntimeException (to make it unchecked)
+  * API no longer throws ConditionThrowable/ControlTransfer
 
 
 Bugs fixed:
@@ -35,6 +38,8 @@
   * Autoload cleanups
   * System package creation cleaned up
   * CHAR-CODE-LIMIT correctly reflects CHAR-CODE maximum return value
+  * Precompiler macroexpansion failure for macros expanding into
+      special operators
 
 
 Version 0.16.1




More information about the armedbear-cvs mailing list