Changeset 14635


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

Note recent changes.

abcl.rdf is now valid again.

Location:
trunk/abcl
Files:
3 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
  • trunk/abcl/abcl.rdf

    r14615 r14635  
    99@prefix rdf:             <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    1010@prefix rdfs:            <http://www.w3.org/2000/01/rdf-schema#> .
     11
    1112
    1213<> a doap:Project .
     
    9596     rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.0.1.jar> ;
    9697     rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0.2.jar> ;
    97      rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar>
     98     rdf:_3 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.1.jar> ;
    9899
    99100     rdf:_4 <http://abcl.org/releases/1.2.1/abcl-1.2.1.jar>
     
    135136] .
    136137
     138abcl:asdf-install dc:version "3.1.0.65" .
     139
    137140abcl:abcl-contrib 
    138141  rdfs:seeAlso <file:contrib/README.markdown> .                             
  • trunk/abcl/doc/manual/abcl.tex

    r14618 r14635  
    12481248\section{ASDF}
    12491249
    1250 asdf-3.1.0.49 (see \cite{asdf}) is packaged as core component of \textsc{ABCL},
     1250asdf-3.1.0.65 (see \cite{asdf}) is packaged as core component of \textsc{ABCL},
    12511251but not initialized by default, as it relies on the \textsc{CLOS} subsystem
    12521252which can take a bit of time to start \footnote{While this time is
Note: See TracChangeset for help on using the changeset viewer.