Changeset 13420


Ignore:
Timestamp:
07/27/11 06:53:54 (12 years ago)
Author:
Mark Evenson
Message:

Forwardport r13419: CHANGES from abcl-0.26.x branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r13384 r13420  
     1Version 0.26.1
     2==============
     3svn://common-lisp.net/project/armedbear/svn/tags/0.26.1/abcl
     4
     5Features
     6--------
     7
     8 * Upgrade ASDF to 2.017.
     9
     10Fixes
     11-----
     12
     13 * Fix compilation problems by including the
     14   org.armedbear.lisp.protocol source in the build process
     15
     16 * Printing of conditions defined with DEFINE-CONDITION
     17
     18 * Regression with failing SYNTAX.SHARP-BACKSLASH.6
     19   and SYNTAX.SHARP-BACKSLASH.7 ANSI test suite failures
     20
     21 * Multiple failures in PPRINT.* ANSI test suite failures
     22
     23 * String interop with Java for strings with fill pointer
     24
     25 * Made #\Uxxxx a synonym for character codes with values greater than
     26   255 on input, but never output as the character name by the
     27   implementation.
     28
    129Version 0.26.0
    230==============
Note: See TracChangeset for help on using the changeset viewer.