Changeset 12117


Ignore:
Timestamp:
08/25/09 09:28:02 (14 years ago)
Author:
Mark Evenson
Message:

Note change in Java/Lisp? stack frames facility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r12073 r12117  
    3030    0.22.
    3131
     32   * Stacktraces now contain calls through Java code relevant to
     33     debugging (Tobias Rittweiler).
     34
     35     Backtrace functionality been moved from EXT:BACKTRACE-AS-LIST to
     36     SYS:BACKTRACE to mark this changes.  The methods SYS:FRAME-TO-STRING
     37     and SYS:FRAME-TO-LIST can be used to inspect the new
     38     LISP_STACK_FRAME and JAVA_STACK_FRAME objects.
    3239 
    3340Version 0.15.0
     41svn://common-lisp.net/project/armedbear/svn/tags/0.15.0/abcl
    3442(07 Jun, 2009)
    3543
Note: See TracChangeset for help on using the changeset viewer.