Changeset 14635
- Timestamp:
- 03/12/14 11:33:25 (9 years ago)
- Location:
- trunk/abcl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r14625 r14635 35 35 [r14579]: http://abcl.org/trac/changeset/14579 36 36 37 * ASDF 3.0.1. 49shipped with the implementation37 * ASDF 3.0.1.65 shipped with the implementation 38 38 39 39 * per function call stack and memory exception handler in CL:COMPILE … … 78 78 [ticket-340]: http://abcl.org/trac/ticket/340 79 79 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 80 91 ## Tested 81 92 82 93 ### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.7.0_51-b13" "x86_64-Mac_OS_X-10.9.1" 83 94 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 85 98 86 99 #### abcl-asdf 87 100 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 92 114 93 115 #### jna -
trunk/abcl/abcl.rdf
r14615 r14635 9 9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 11 12 12 13 <> a doap:Project . … … 95 96 rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.0.1.jar> ; 96 97 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> ; 98 99 99 100 rdf:_4 <http://abcl.org/releases/1.2.1/abcl-1.2.1.jar> … … 135 136 ] . 136 137 138 abcl:asdf-install dc:version "3.1.0.65" . 139 137 140 abcl:abcl-contrib 138 141 rdfs:seeAlso <file:contrib/README.markdown> . -
trunk/abcl/doc/manual/abcl.tex
r14618 r14635 1248 1248 \section{ASDF} 1249 1249 1250 asdf-3.1.0. 49(see \cite{asdf}) is packaged as core component of \textsc{ABCL},1250 asdf-3.1.0.65 (see \cite{asdf}) is packaged as core component of \textsc{ABCL}, 1251 1251 but not initialized by default, as it relies on the \textsc{CLOS} subsystem 1252 1252 which can take a bit of time to start \footnote{While this time is
Note: See TracChangeset
for help on using the changeset viewer.