[armedbear-cvs] r12336 - trunk/abcl

Erik Huelsmann ehuelsmann at common-lisp.net
Tue Jan 5 21:33:30 UTC 2010


Author: ehuelsmann
Date: Tue Jan  5 16:33:26 2010
New Revision: 12336

Log:
Update changes with 0.18 items.

Modified:
   trunk/abcl/CHANGES

Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES	(original)
+++ trunk/abcl/CHANGES	Tue Jan  5 16:33:26 2010
@@ -1,3 +1,38 @@
+Version 0.18.0
+==============
+
+
+Features:
+
+ * Programmable handling of out-of-memory and stack-overflow conditions
+ * Faster initial startup (to support Google App Engine)
+ * Faster special variable lookup
+ * New interface for binding/unwinding special variables
+ * Implement (SETF (STREAM-EXTERNAL-FORMAT <stream>) <format>)
+ * Implement (SETF (JAVA:JFIELD <object>) <value>)
+ * Programmatic handling of out-of-memory and stack-overflow
+ * Constant FORMAT strings get compiled for performance
+
+
+Bugs fixed:
+
+ * FASLs are system default encoding dependent (ticket 77)
+ * I/O of charset-unsupported characters causes infinite loop (ticket 76)
+ * Memory leak where on unused functions with documentation
+ * ANSI PRINT-LEVEL.* tests
+ * Continued execution after failing to handle Throwable exceptions
+ * Line numbers in generated java classes incorrect
+ * JCALL, JNEW doesn't select best match when multiple applicable methods
+ * STREAM-EXTERNAL-FORMAT always returns :DEFAULT, instead of actual format
+
+
+Other changes
+
+ * LispObject does not inherit from Lisp anymore
+ * Many functions declared 'final' for performance improvement
+
+
+
 Version 0.17.0
 ==============
 svn://common-lisp.net/project/armedbear/svn/tags/0.17.0/abcl




More information about the armedbear-cvs mailing list