Changeset 14635 for trunk/abcl/CHANGES


Ignore:
Timestamp:
03/12/14 11:33:25 (10 years ago)
Author:
Mark Evenson
Message:

Note recent changes.

abcl.rdf is now valid again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r14625 r14635  
    3535    [r14579]: http://abcl.org/trac/changeset/14579
    3636
    37 *  ASDF 3.0.1.49 shipped with the implementation
     37*  ASDF 3.0.1.65 shipped with the implementation
    3838
    3939*  per function call stack and memory exception handler in CL:COMPILE
     
    7878   [ticket-340]: http://abcl.org/trac/ticket/340
    7979
     80## Fixes
     81
     82*  Fix CL:SLEEP for intervals less than a millisecond. 
     83
     84   For intervals less than or equal to a nanosecond, including an
     85   interval of zero, the current thread merely yields execution to
     86   other threads.
     87
     88   [r14632]: http://abcl.org/trac/changeset/14632
     89
     90
    8091## Tested
    8192
    8293### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.7.0_51-b13" "x86_64-Mac_OS_X-10.9.1"
    8394
    84 ### Contrib
     95### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.8.0-b129" "x86_64-Mac_OS_X-10.9.2"
     96
     97## Contrib
    8598
    8699#### abcl-asdf
    87100
    88 [ticket-328]: http://abcl.org/trac/ticket/328
    89 
    90 Now working with both Maven 3.0.x and 3.1.x.  Thanks to Anton for the
    91 help!
     101*  Now working with both Maven 3.0.x and 3.1.x.  Thanks to Anton for
     102   the help!
     103
     104   [ticket-328]: http://abcl.org/trac/ticket/328
     105
     106*  cache Maven dependency resolution to avoid repeated lookups.
     107
     108   Instead of calling ABCL-ASDF:RESOLVE in both the ASDF COMPILE-OP
     109   and LOAD-OP, we now cache the result of invocation in COMPILE-OP
     110   and add this value in the LOAD-OP phase. Contributed by Cyrus
     111   Harmon.
     112
     113   [r14631]: http://abcl.org/trac/changeset/14631
    92114
    93115#### jna
Note: See TracChangeset for help on using the changeset viewer.