Changeset 13124


Ignore:
Timestamp:
01/04/11 20:01:43 (13 years ago)
Author:
Mark Evenson
Message:

First draft of CHANGES for abcl-0.24.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r13070 r13124  
     1Version 0.24.0
     2==============
     3svn://common-lisp.net/project/armedbear/svn/tags/0.24.0/abcl
     4(unreleased)
     5
     6Features
     7--------
     8
     9* [svn r13087] Upgraded to ASDF-2.011
     10
     11* [svn r13078] JVM::MAKE-CLASS-INTERFACE-FILE provides an interface
     12  for the creation of Java interfaces as serialized by the new
     13  classwriter code.  An example of use can be found in
     14  "examples/misc/dynamic-interfaces.lisp".
     15
     16* [svn r13102] More type-conversion helpers in JAVA package:
     17  LIST-FROM-JARRAY, VECTOR-FROM-JARRAY, and LIST-FROM-JENUMERATION.
     18
     19* [svn r130103-r13107] Implemented JNULL_REF_P to distinguish a
     20  JAVA-OBJECT which contains a Java "null" from the Lisp NIL.
     21
     22Fixes
     23-----
     24
     25* [svn 13117][ticket #117] Fix stack inconsistency error.
     26
     27* [svn r13018][ticket #114] Fix strange backtrace growth.
     28
     29* [svn r13105] Fix Pathname.java failing to find boot.lisp in an
     30  "unpacked JAR" situation found by running ABCL in the Glassfish v3
     31  servlet container.
     32
     33* [svn r13088] Fix algorithim error in writing byte sequences via
     34  RandomAccessCharacterFile.  Found and fixed by David Kirkman.
     35
     36* [svn r13090] Make --batch exit, use Lisp.exit() in places where
     37  applicable so that the streams are flushed, hence allowing --eval
     38  output to be flushed.
     39
     40* [svn r13094] Eliminate flushes after every character in
     41  javax.scripting support.
     42
     43* [svn r13096] For arrays, add initialization with the default value
     44  of the element type if neither INITIAL-ELEMENT nor INITIAL-CONTENT
     45  have been specified.  Found by: dmalves_ (freenode irc nick).
     46
     47Changes
     48-------
     49
     50* [svn r13091-2] Better error reporting for UnhandledCondition thrown
     51  from the Interpreter, storing the originating Java error in the
     52  "cause" field if the cause is a subclass of JAVA_EXCEPTION.
     53
     54* [svn r13097-13100] Slight refactoring of PATHNAME code, further
     55  specifying URI escaping rules.
     56
     57* [svn r13101] Reduced verbosity of the AbclScriptEngine.
     58
     59* [svn r13111] Added a "tools" directory available in SVN repository
     60  to contain tools for developing ABCL in various states.  The first
     61  inhabitant is 'code-grapher.lisp' that provides a prototype to
     62  diagram a JVM instruction sequence via graphviz.
     63
     64* [svn r13120] Register each compiler node with its parent.
     65
     66
    167Version 0.23.1
    268==============
    369svn://common-lisp.net/project/armedbear/svn/tags/0.23.1/abcl
    4 (unreleased)
     70(01 December 2010)
    571
    672Fixes
Note: See TracChangeset for help on using the changeset viewer.