Changeset 12912
- Timestamp:
- 09/24/10 07:15:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r12903 r12912 2 2 ============ 3 3 unreleased 4 ( ??, 2010)4 (September 24, 2010) 5 5 6 6 Fixes … … 8 8 9 9 * [svn r12902] Fix reading data with scandinavian latin1 characters 10 11 * [svn r12906] Respect the CLASSPATH environment variable in the 12 abcl wrapper scripts 13 14 * [ticket #103] DOCUMENTATION not autoloaded 15 16 Other 17 ----- 18 19 * [svn r12819] Until-0.22-compatibility hacks (in threads support) removed 20 21 10 22 11 23 Version 0.21 … … 20 32 * [svn r12818] Update to ASDF 2.004 21 33 22 * [svn r12738-805] Support for custom CLOS slot definitions and custom class options. 34 * [svn r12738-805] Support for custom CLOS slot definitions and 35 custom class options. 23 36 24 37 * [svn r12756] slot-* functions work on structures too. 25 38 26 * [svn r12774] Improved Java integration: jmake-proxy can implement more than one interface. 27 28 * [svn r12773] Improved Java integration: functions to dynamically manipulate the classpath. 29 30 * [svn r12755] Improved Java integration: CL:STRING can convert Java strings to Lisp strings. 39 * [svn r12774] Improved Java integration: jmake-proxy can implement 40 more than one interface. 41 42 * [svn r12773] Improved Java integration: functions to dynamically 43 manipulate the classpath. 44 45 * [svn r12755] Improved Java integration: CL:STRING can convert Java 46 strings to Lisp strings. 31 47 32 48 Fixes … … 37 53 * [svn 12804] Fixed elimination of unused local functions shadowed by macrolet. 38 54 39 * [svn r12798-803] Fixed pathname serialization across OSes. On Windows pathnames are always printed with forward slashes, but can still be read with backslashes. 55 * [svn r12798-803] Fixed pathname serialization across OSes. 56 On Windows pathnames are always printed with forward slashes, 57 but can still be read with backslashes. 40 58 41 59 * [svn r12740] Make JSR-223 classes compilable with Java 1.5 … … 44 62 ----- 45 63 46 * [svn r12754] Changed class file generation and FASL loading to minimize reflection. 47 48 * [svn r12734] A minimal Swing GUI Console with a REPL is now included with ABCL. 64 * [svn r12754] Changed class file generation and FASL loading 65 to minimize reflection. 66 67 * [svn r12734] A minimal Swing GUI Console with a REPL 68 is now included with ABCL. 49 69 50 70 Version 0.20
Note: See TracChangeset
for help on using the changeset viewer.