Changeset 14622
- Timestamp:
- 01/30/14 14:49:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r14617 r14622 10 10 * per function call stack and memory exception handler in CL:COMPILE 11 11 12 [???]12 [???] 13 13 14 14 * Make LispStackFrame?.UNAVAILABLE_ARG a singleton object, … … 31 31 [r14582]: http://abcl.org/trac/changeset/14582 32 32 33 * The Netbeans IDE configuration now includes a way to connect to the 34 running-under-jdb ABCL via SLIME. One needs to be able to load 35 things from 'swank.asd', which currently doesn't work in newer, more 36 github-ier SLIMEs. 37 38 * The Ant `abcl.mvn.install` target now installs build artifacts into 39 the local Maven repository (Olof-Joachim Frahm) 33 * Connect to Netbeans via SLIME 34 35 The Netbeans IDE configuration now includes a way to connect to 36 the running-under-jdb ABCL via SLIME. One needs to be able to 37 load things from 'swank.asd', which currently doesn't work in 38 newer, more github-ier SLIMEs. 39 40 * Install 'abcl.jar' and 'abcl-contrib.jar' locally as Maven artifacts 41 42 The Ant `abcl.mvn.install` target now installs build artifacts 43 into the local Maven repository (Olof-Joachim Frahm) 40 44 41 45 [r14579]: http://abcl.org/trac/changeset/14606 42 46 43 44 47 ## Compatibility 45 48 46 * Tested: orcl-jdk-1.7.0_51 x64 49 * CL:DIRECTORY 50 51 The implementation specific :RESOLVE-SYMLINKS argument to the ANSI 52 DIRECTORY function has been changed to nil. This implements 53 behavior closer to SBCL and guarantees that a DIRECTORY operation 54 will not signal a file error. 55 56 [r14619]: http://abcl.org/trac/changeset/14619 57 [ticket-340]: http://abcl.org/trac/ticket/340 58 59 ## Tested 60 61 ### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.7.0_51-b13" "x86_64-Mac_OS_X-10.9.1" 47 62 48 63 ### Contrib … … 50 65 #### abcl-asdf 51 66 52 [ #328]: http://abcl.org/trac/ticket/32853 54 Working with both Maven 3.0.x and 3.1.x. Thanks to Anton for the67 [ticket-328]: http://abcl.org/trac/ticket/328 68 69 Now working with both Maven 3.0.x and 3.1.x. Thanks to Anton for the 55 70 help! 56 71 … … 58 73 59 74 Now references jna-4.0.0. Some incompatibility with CFFI ([in 60 progress with fixing upstream][ 1]).61 62 [ 1]: http://slack.net/~evenson/abcl/cffi/encoding.diff75 progress with fixing upstream][cffi-easye]). 76 77 [cffi-easye]: http://github.com/easye/cffi/ 63 78 64 79
Note: See TracChangeset
for help on using the changeset viewer.