Changeset 13733 for branches/1.0.x/abcl/CHANGES
- Timestamp:
- 01/09/12 10:59:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.x/abcl/CHANGES
r13671 r13733 1 Changes 2 ------- 3 4 * [r13695] Reimplementation of global symbol macros to avoid using 5 the symbol's value slot. 6 7 * [r13696] DEFMACRO now supports documentation strings as per the 8 ANSI specification. 9 10 * [r13700] ABCL loads under the Weblogic 10.3 application server. 11 12 13 Version 1.0.1 14 ============== 15 svn.uri=:"http//common-lisp.net/project/armedbear/svn/tags/1.0.1/abcl/" 16 (09 January 2012) 17 18 Changes 19 ------- 20 21 * Updated ASDF to 2.019 22 23 * User Manual now contains more polished formating from docstring 24 groveling, an index of symbols, and additional enhancements. 25 26 * 'abcl.properties.in' now contains examples of optimizing the ABCL 27 wrapper script for 64bit instances for Java7 and for Java6. 28 29 * [r13720] Randomize string hash computation to guard against 30 exploits. 31 32 * [r13723] New internal API in Package.java for looking up internal 33 vs. external symbols. 34 35 Fixes 36 ----- 37 38 * [#181][r13718] The implementation now correctly loads ASDF definitions 39 from jar archives. This had prevented the ABCL-CONTRIB loading 40 mechanism from working. 41 42 * [#177] Made the mechanism for locating the abcl-contrib archive 43 more robust 44 45 * [#177] LIST-DIRECTORY no longer ignores :RESOLVE-SYMLINKS 46 47 * [r13706] Fix Streadm.readToken() bug reported by Blake McBride. 48 49 * [#183][r13703] Move threads-jss.lisp out of system source to 50 restore conditional recompilation logic. 51 52 1 53 Version 1.0.0 2 54 ==============
Note: See TracChangeset
for help on using the changeset viewer.