Changeset 14622


Ignore:
Timestamp:
01/30/14 14:49:17 (9 years ago)
Author:
Mark Evenson
Message:

CHANGES for abcl-1.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r14617 r14622  
    1010*  per function call stack and memory exception handler in CL:COMPILE
    1111
    12    [???]
     12    [???]
    1313
    1414*  Make LispStackFrame?.UNAVAILABLE_ARG a singleton object,
     
    3131    [r14582]:  http://abcl.org/trac/changeset/14582
    3232
    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)
    4044
    4145    [r14579]: http://abcl.org/trac/changeset/14606
    4246
    43 
    4447## Compatibility
    4548
    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"
    4762
    4863### Contrib
     
    5065#### abcl-asdf
    5166
    52 [#328]: http://abcl.org/trac/ticket/328
    53 
    54 Working with both Maven 3.0.x and 3.1.x.  Thanks to Anton for the
     67[ticket-328]: http://abcl.org/trac/ticket/328
     68
     69Now working with both Maven 3.0.x and 3.1.x.  Thanks to Anton for the
    5570help!
    5671
     
    5873 
    5974   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.diff
     75   progress with fixing upstream][cffi-easye]).
     76
     77[cffi-easye]: http://github.com/easye/cffi/
    6378
    6479
Note: See TracChangeset for help on using the changeset viewer.