Changeset 12336


Ignore:
Timestamp:
01/05/10 21:33:26 (13 years ago)
Author:
ehuelsmann
Message:

Update changes with 0.18 items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r12262 r12336  
     1Version 0.18.0
     2==============
     3
     4
     5Features:
     6
     7 * Programmable handling of out-of-memory and stack-overflow conditions
     8 * Faster initial startup (to support Google App Engine)
     9 * Faster special variable lookup
     10 * New interface for binding/unwinding special variables
     11 * Implement (SETF (STREAM-EXTERNAL-FORMAT <stream>) <format>)
     12 * Implement (SETF (JAVA:JFIELD <object>) <value>)
     13 * Programmatic handling of out-of-memory and stack-overflow
     14 * Constant FORMAT strings get compiled for performance
     15
     16
     17Bugs fixed:
     18
     19 * FASLs are system default encoding dependent (ticket 77)
     20 * I/O of charset-unsupported characters causes infinite loop (ticket 76)
     21 * Memory leak where on unused functions with documentation
     22 * ANSI PRINT-LEVEL.* tests
     23 * Continued execution after failing to handle Throwable exceptions
     24 * Line numbers in generated java classes incorrect
     25 * JCALL, JNEW doesn't select best match when multiple applicable methods
     26 * STREAM-EXTERNAL-FORMAT always returns :DEFAULT, instead of actual format
     27
     28
     29Other changes
     30
     31 * LispObject does not inherit from Lisp anymore
     32 * Many functions declared 'final' for performance improvement
     33
     34
     35
    136Version 0.17.0
    237==============
Note: See TracChangeset for help on using the changeset viewer.