Changeset 12651


Ignore:
Timestamp:
05/02/10 20:52:36 (13 years ago)
Author:
ehuelsmann
Message:

More CHANGES updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r12640 r12651  
    1616* [svn r12620] Use interpreted function in FASL when compilation fails
    1717
    18 * [svn r12616] Pathname functions work with URLs and JARs
     18* [ticket 95] Pathname functions work with URLs and JARs
    1919
    2020* Many small speed improvements (by marking functions 'final')
    2121
    22 * Threads started through MAKE-THREAD now have a thread-termination
    23     restart available in their debugger
     22* [ticket #91] Threads started through MAKE-THREAD now have a
     23    thread-termination restart available in their debugger
    2424
    2525* [svn r12634] THREADS:THREAD-JOIN implemented
    2626
     27* [svn r12638] Experimental feature to allow insertion of byte code
     28    in compiled Lisp functions
    2729
    2830Fixes
    2931-----
    3032
    31 * [svn r12639] Inlining of READ-LINE broken when the return value
     33* [ticket 89] Inlining of READ-LINE broken when the return value
    3234    is unused
    3335
     
    4244    returned as characters from CODE-CHAR
    4345
    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
     58Other
     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
    4565
    4666
Note: See TracChangeset for help on using the changeset viewer.