Changeset 12640


Ignore:
Timestamp:
04/30/10 13:09:35 (14 years ago)
Author:
ehuelsmann
Message:

Update CHANGES, adding to the 0.20 section.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r12536 r12640  
     1Version 0.20
     2============
     3yet-to-be-tagged
     4(???)
     5
     6
     7Features
     8--------
     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* [svn r12616] Pathname functions work with URLs and JARs
     19
     20* Many small speed improvements (by marking functions 'final')
     21
     22* Threads started through MAKE-THREAD now have a thread-termination
     23    restart available in their debugger
     24
     25* [svn r12634] THREADS:THREAD-JOIN implemented
     26
     27
     28Fixes
     29-----
     30
     31* [svn r12639] Inlining of READ-LINE broken when the return value
     32    is unused
     33
     34* [svn r12636] Java class verification error when compiling PROGV
     35    in a context wanting an unboxed return value (typically a
     36    logical expression)
     37
     38* [svn r12635] ABCL loads stale fasls instead of updated source
     39    even when LOAD is called with a file name without extension
     40
     41* [ticket #92] Codepoints between #xD800 and #xDFFF are incorrectly
     42    returned as characters from CODE-CHAR
     43
     44
     45
     46
    147Version 0.19
    248============
     
    79125* [svn r12441] ZipCache now caches all references to ZipFiles based on
    80126  the last-modified time for local files.  Remote files are always
    81   retrieved due to problems in the underlying JVM code. 
    82  
     127  retrieved due to problems in the underlying JVM code.
     128
    83129  SYS:REMOVE-ZIP-CACHE implements a way to invalidate an entry given a
    84130  pathname.
     
    188234
    189235*  New toplevel 'doc' directory now contains:
    190    
     236
    191237   + [svn r12410] Design for the (in progress) reworking of the Stream
    192238     inheritance.
    193    
     239
    194240   + [svn r12433] Design and current status for the re-implementation
    195241     of jar pathnames.
     
    197243* [svn r12402] Change ABCL unit tests to use the ABCL-TEST-LISP definition
    198244  contained in 'abcl.asd'.  Fixed and renabled math-tests.  Added new
    199   tests for work related to handling jar pathnames. 
     245  tests for work related to handling jar pathnames.
    200246
    201247* [svn r12401] The REFERENCES-NEEDED-P field of the LOCAL-FUNCTION structure now
    202248  tracks whether local functions need the capture of an actual
    203249  function object.
    204    
     250
    205251
    206252Version 0.18.1
Note: See TracChangeset for help on using the changeset viewer.