Changeset 14635 for trunk/abcl/CHANGES
- Timestamp:
- 03/12/14 11:33:25 (10 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.