Changeset 12828
- Timestamp:
- 07/26/10 22:26:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r12687 r12828 1 Version 0.21 2 ============ 3 svn://common-lisp.net/project/armedbear/svn/tags/0.21.0/abcl 4 (???, 2010) 5 6 7 Features 8 -------- 9 10 * [svn r12818] Update to ASDF 2.004 11 12 * [svn r12738-805] Support for custom CLOS slot definitions and custom class options. 13 14 * [svn r12756] slot-* functions work on structures too. 15 16 * [svn r12774] Improved Java integration: jmake-proxy can implement more than one interface. 17 18 * [svn r12773] Improved Java integration: functions to dynamically manipulate the classpath. 19 20 * [svn r12755] Improved Java integration: CL:STRING can convert Java strings to Lisp strings. 21 22 Fixes 23 ----- 24 25 * [svn 12809-10-20] Various printing fixes. 26 27 * [svn 12804] Fixed elimination of unused local functions shadowed by macrolet. 28 29 * [svn r12798-803] Fixed pathname serialization across OSes. On Windows pathnames are always printed with forward slashes, but can still be read with backslashes. 30 31 * [svn r12740] Make JSR-223 classes compilable with Java 1.5 32 33 Other 34 ----- 35 36 * [svn r12754] Changed class file generation and FASL loading to minimize reflection. 37 38 * [svn r12734] A minimal Swing GUI Console with a REPL is now included with ABCL. 39 1 40 Version 0.20 2 41 ============ 3 yet-to-be-tagged 4 ( ???)42 svn://common-lisp.net/project/armedbear/svn/tags/0.20.0/abcl 43 (24 May, 2010) 5 44 6 45
Note: See TracChangeset
for help on using the changeset viewer.