Changeset 14242
- Timestamp:
- 11/11/12 06:52:22 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r13731 r14242 2 2 ============= 3 3 svn.uri=:"http//common-lisp.net/project/armedbear/svn/trunk/abcl/" 4 (unreleased) 4 (15 November 2012) 5 6 Features 7 -------- 8 9 * A functioning (A)MOP implementation through the hard work of Rudi Schlatte 10 11 * The implementation can be used across many more Quicklisp systems 12 because the two top blockers have been fixed: 13 14 Nota bene: all of the following systems need patches to work as 15 of the 2012-10-13 Quicklisp. All patches have been accepted in 16 at least an initial form by the upstream maintainers. 17 18 ** CLOSER-MOP 19 ** CFFI 20 ** HUNCHENTOOT 21 22 * Java 5 bytecode Compiler 23 24 The internal Lisp-to-Java bytecode compiler has been hardened by 25 regression testing across Quicklisp libraries. 26 27 ** large objects (???) 28 ** (??) 29 30 * ABCL-ASDF Network installation of binary artifacts named by Maven POM uris. 31 32 ** based on stock ASDF-2.26 33 34 ** checks at runtime if a given class is present in the accessible classloaders 35 36 ** If the check for the presence of a class fails, find a 37 maven-3.0.4 binary locally, execute its Aether connector to 38 retrieve its transitive dependencies from the network. 39 40 * JSS Java Syntax Sucks 41 42 ** extensive bugfixing 5 43 6 44 Changes
Note: See TracChangeset
for help on using the changeset viewer.