Changeset 12651
- Timestamp:
- 05/02/10 20:52:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r12640 r12651 16 16 * [svn r12620] Use interpreted function in FASL when compilation fails 17 17 18 * [ svn r12616] Pathname functions work with URLs and JARs18 * [ticket 95] Pathname functions work with URLs and JARs 19 19 20 20 * Many small speed improvements (by marking functions 'final') 21 21 22 * Threads started through MAKE-THREAD now have a thread-termination23 restart available in their debugger22 * [ticket #91] Threads started through MAKE-THREAD now have a 23 thread-termination restart available in their debugger 24 24 25 25 * [svn r12634] THREADS:THREAD-JOIN implemented 26 26 27 * [svn r12638] Experimental feature to allow insertion of byte code 28 in compiled Lisp functions 27 29 28 30 Fixes 29 31 ----- 30 32 31 * [ svn r12639] Inlining of READ-LINE broken when the return value33 * [ticket 89] Inlining of READ-LINE broken when the return value 32 34 is unused 33 35 … … 42 44 returned as characters from CODE-CHAR 43 45 44 46 * [ticket #93] Reader doesn't handle zero returned values from 47 macro functions correctly 48 49 * [ticket #79] Different, yet similarly named, uninterned symbols 50 are incorrectly coalesced into the same object in a fasl. 51 52 * [ticket #86] No restarts available to kill a thread, if none 53 bound by user code 54 55 * [svn r12586] Increased function dispatch speed by eliminating 56 FIND-CLASS calls (replacing them by constant references) 57 58 Other 59 ----- 60 61 * [svn r12581] LispCharacter() constructors made private, in favor 62 of getInstance() for better re-use of pre-constructed characters 63 64 * [svn r12583] JAVA-CLASS reimplemented in Lisp 45 65 46 66
Note: See TracChangeset
for help on using the changeset viewer.