Ignore:
Timestamp:
03/15/14 13:00:22 (10 years ago)
Author:
Mark Evenson
Message:

Fix CHANGES.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3.0/CHANGES

    r14635 r14640  
    1 Version 1.3.0-rc-0
    2 ==================
    3 http://abcl.org/svn/trunk/abcl
    4 Unreleased
     1Version 1.3.0
     2=============
     3http://abcl.org/svn/tags/1.3.0/
     415-MAR-2014
    55
    66## Features
    77
    8 *  Make LispStackFrame?.UNAVAILABLE_ARG a singleton object,
     8*  Make LispStackFrame.UNAVAILABLE_ARG a singleton object,
    99   and lazily create the little used portions of the Lisp stack.
    1010
     
    1515    Contributed by Dmitry Nadezhin.
    1616
    17     LispStackFrame? object are allocated on every
     17    LispStackFrame object are allocated on every
    1818    LispThread.execute(...) .  However, they are seldom [accessed]
    1919    ([... verify via] inspect[tion of the] stack trace). This patch
     
    3535    [r14579]: http://abcl.org/trac/changeset/14579
    3636
    37 *  ASDF 3.0.1.65 shipped with the implementation
     37*  ASDF 3.0.1.94 shipped with the implementation
    3838
    3939*  per function call stack and memory exception handler in CL:COMPILE
     
    5353    [r14582]:  http://abcl.org/trac/changeset/14582
    5454
    55 * Connect to Netbeans via SLIME
     55* Connect to NetBeans controlled JDWP via SLIME
    5656
    5757    The Netbeans IDE configuration now includes a way to connect to
Note: See TracChangeset for help on using the changeset viewer.