Changeset 12998 for trunk/abcl/CHANGES
- Timestamp:
- 11/04/10 19:35:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r12991 r12998 9 9 * [svn r12986] Update to ASDF 2.010.1 10 10 11 * [svn r12982] Basic support for the long form of DEFINE-METHOD-COMBINATION 12 13 * [svn r12994] New java-interop macros: CHAIN and JMETHOD-LET 14 11 15 Fixes 12 16 ----- 17 18 * [ticket #98] THREAD type specifier not exported from the THREADS package 13 19 14 20 * [svn r12946] Fix CLOS thread-safety … … 44 50 of generic class file writer, elimination of special purpose code 45 51 in the compiler. 52 53 * Number of hashtable implementations reduced to 1 (from 5) 54 55 * Reduced use of 'synchronized' global hash table access by using 56 the java.util.concurrent package 46 57 47 58 Version 0.22
Note: See TracChangeset
for help on using the changeset viewer.