[armedbear-cvs] r12998 - trunk/abcl
Erik Huelsmann
ehuelsmann at common-lisp.net
Thu Nov 4 19:35:16 UTC 2010
Author: ehuelsmann
Date: Thu Nov 4 15:35:13 2010
New Revision: 12998
Log:
Update CHANGES.
Modified:
trunk/abcl/CHANGES
Modified: trunk/abcl/CHANGES
==============================================================================
--- trunk/abcl/CHANGES (original)
+++ trunk/abcl/CHANGES Thu Nov 4 15:35:13 2010
@@ -8,9 +8,15 @@
* [svn r12986] Update to ASDF 2.010.1
+* [svn r12982] Basic support for the long form of DEFINE-METHOD-COMBINATION
+
+* [svn r12994] New java-interop macros: CHAIN and JMETHOD-LET
+
Fixes
-----
+* [ticket #98] THREAD type specifier not exported from the THREADS package
+
* [svn r12946] Fix CLOS thread-safety
* [svn r12930] Fix non-constantness of constant symbols when using SET
@@ -44,6 +50,11 @@
of generic class file writer, elimination of special purpose code
in the compiler.
+* Number of hashtable implementations reduced to 1 (from 5)
+
+* Reduced use of 'synchronized' global hash table access by using
+ the java.util.concurrent package
+
Version 0.22
============
svn://common-lisp.net/project/armedbear/svn/tags/0.22.0/abcl
More information about the armedbear-cvs
mailing list