Changeset 12519
- Timestamp:
- 03/06/10 11:53:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r12514 r12519 7 7 -------- 8 8 9 * [svn 12513] Implement SYS:SRC and SYS:JAVA logical pathname 9 * [svn r12518] *DISASSEMBLER* may now contain a hook which returns the 10 command to disassemble compiled functions. 11 12 * [svn r12516] An implementation of user-extensible sequences as 13 proposed in Christopher Rhodes, "User-extensible sequences in Common 14 Lisp", Proc. of the 2007 International Lisp Conference. 15 16 * [svn r12513] Implement SYS:SRC and SYS:JAVA logical pathname 10 17 translations for system Lisp source and the root of the Java package 11 18 structure, respectively. 12 19 13 * [svn 12505] All calls to anonymous functions and local functions that have20 * [svn r12505] All calls to anonymous functions and local functions that have 14 21 been declared inline are now converted to LET* forms, reducing stack usage 15 22 and the number of generated classes. 16 23 17 * [svn 12487] An initial port ASDF-INSTALL now forms the first ABCL24 * [svn r12487] An initial port ASDF-INSTALL now forms the first ABCL 18 25 contrib. Such contribs are optionally built by the Ant target 19 26 'abcl.contrib'. ASDF-INSTALL is not expected to work very well 20 27 under Windows in its present state. 21 28 22 * [svn 12447] [ticket:80] REQUIRE now searches for ASDF systems.29 * [svn r12447] [ticket:80] REQUIRE now searches for ASDF systems. 23 30 24 31 * [svn r12422] Jar pathname support extensively re-worked and tested … … 61 68 type (i.e. ".foo.bar.baz.abcl") can now be loaded. 62 69 63 * [svn 12422] Pathname.java URL contructor under Windows now properly70 * [svn r12422] Pathname.java URL contructor under Windows now properly 64 71 interprets the drive letter. 65 72 … … 122 129 ----- 123 130 124 * [svn 12447] SYS::*MODULE-PROVIDER-FUNCTION* now provides a mechanism131 * [svn r12447] SYS::*MODULE-PROVIDER-FUNCTION* now provides a mechanism 125 132 to extend the REQUIRE resolver mechanism at runtime. 126 133 … … 141 148 exceptions for NULL and UNBOUND values. 142 149 143 * [svn 12453 et. ff.] Large numbers of the implementation of Java150 * [svn r12453 et. ff.] Large numbers of the implementation of Java 144 151 primitives have been declared in a way so that a stack trace 145 152 provides a much more readable indication of what has been invoked. … … 147 154 which extend SpecialOperator are prefixed with "sf_". 148 155 149 * [svn 12422] The internal structure of a jar pathname has changed.156 * [svn r12422] The internal structure of a jar pathname has changed. 150 157 Previously a pathname with a DEVICE that was itself a pathname 151 158 referenced a jar. This convention was not able to simultaneously
Note: See TracChangeset
for help on using the changeset viewer.