Changeset 12688 for branches/0.20.x
- Timestamp:
- 05/15/10 18:58:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.20.x/abcl/CHANGES
r12668 r12688 8 8 -------- 9 9 10 * [svn r12576] Support for CLOS METACLASS feature 11 12 * [svn r12591-602] Consolidation of copy/paste code in the readers 13 14 * [svn r12619] Update included ASDF (to ASDF2) 15 16 * [svn r12620] Use interpreted function in FASL when compilation fails 17 18 * [ticket 95] Pathname functions work with URLs and JARs 19 20 * Many small speed improvements (by marking functions 'final') 10 * [svn r12576] Support for CLOS METACLASS feature. 11 12 * [svn r12591-602] Consolidation of copy/paste code in the readers. 13 14 * [svn r12619] Update to ASDF2 (specifically to ASDF 1.719). 15 16 * [svn r12620] Use interpreted function in FASL when compilation fails. 17 18 * [ticket #95] PATHNAME-JAR and PATHNAME-URL subtypes now handle jar 19 and URL references working for OPEN, LOAD, PROBE-FILE, 20 FILE-WRITE-DATE, DIRECTORY, et. al. 21 22 * Many small speed improvements (by marking functions 'final'). 21 23 22 24 * [ticket #91] Threads started through MAKE-THREAD now have a 23 thread-termination restart available in their debugger 24 25 * [svn r12663] JCLASS supports an optional class-loader argument 26 27 * [svn r12634] THREADS:THREAD-JOIN implemented 25 thread-termination restart available in their debugger. 26 27 * [svn r12663] JCLASS supports an optional class-loader argument. 28 29 * [svn r12634] THREADS:THREAD-JOIN implemented. 30 31 * [svn r12671] Site specific initialization code can be included in 32 builds via the 'abcl.startup.file' Ant property. 28 33 29 34 Fixes 30 35 ----- 31 36 32 * [ticket 89] Inlining of READ-LINE broken when the return value33 is unused 37 * [ticket #89] Inlining of READ-LINE broken when the return value 38 is unused. 34 39 35 40 * [svn r12636] Java class verification error when compiling PROGV 36 41 in a context wanting an unboxed return value (typically a 37 logical expression) 42 logical expression). 38 43 39 44 * [svn r12635] ABCL loads stale fasls instead of updated source 40 even when LOAD is called with a file name without extension 45 even when LOAD is called with a file name without extension. 41 46 42 47 * [ticket #92] Codepoints between #xD800 and #xDFFF are incorrectly 43 returned as characters from CODE-CHAR 48 returned as characters from CODE-CHAR. 44 49 45 50 * [ticket #93] Reader doesn't handle zero returned values from 46 macro functions correctly 51 macro functions correctly. 47 52 48 53 * [ticket #79] Different, yet similarly named, uninterned symbols … … 50 55 51 56 * [ticket #86] No restarts available to kill a thread, if none 52 bound by user code 57 bound by user code. 53 58 54 59 * [svn r12586] Increased function dispatch speed by eliminating 55 FIND-CLASS calls (replacing them by constant references) 60 FIND-CLASS calls (replacing them by constant references). 61 62 * [svn r12656] PATHNAME-JAR now properly uses HTTP/1.1 HEAD requests 63 to detect if remote resource has been changed. 64 65 * [svn r12643] PATHNAME-JAR now properly references Windows drive 66 letters on DEVICE other than the default. 67 68 * [svn r12621] Missing 'build-from-lisp.sh' referenced in README now 69 included in source release. 56 70 57 71 Other … … 59 73 60 74 * [svn r12581] LispCharacter() constructors made private, in favor 61 of getInstance() for better re-use of pre-constructed characters 62 63 * [svn r12583] JAVA-CLASS reimplemented in Lisp 75 of getInstance() for better re-use of pre-constructed characters. 76 77 * [svn r12583] JAVA-CLASS reimplemented in Lisp. 78 79 * [svn r12673] Load 'system.lisp' moved later in boot sequence so 80 unhandled conditions drop to debugger. 81 82 * [svn r12675] '--nosystem' commandline option inhibits loading of 83 'system.lisp'. 84 85 * [svn r12642] Under Windows, pathname TYPE components can now contain 86 embedded periods iff they end in '.lnk' to support shortcuts. 64 87 65 88 … … 544 567 * Add support for java.lang.Long based on Bignum to our FFI 545 568 569
Note: See TracChangeset
for help on using the changeset viewer.