Changeset 14640 for branches/1.3.0/CHANGES
- Timestamp:
- 03/15/14 13:00:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3.0/CHANGES
r14635 r14640 1 Version 1.3.0 -rc-02 ============= =====3 http://abcl.org/svn/t runk/abcl4 Unreleased 1 Version 1.3.0 2 ============= 3 http://abcl.org/svn/tags/1.3.0/ 4 15-MAR-2014 5 5 6 6 ## Features 7 7 8 * Make LispStackFrame ?.UNAVAILABLE_ARG a singleton object,8 * Make LispStackFrame.UNAVAILABLE_ARG a singleton object, 9 9 and lazily create the little used portions of the Lisp stack. 10 10 … … 15 15 Contributed by Dmitry Nadezhin. 16 16 17 LispStackFrame ?object are allocated on every17 LispStackFrame object are allocated on every 18 18 LispThread.execute(...) . However, they are seldom [accessed] 19 19 ([... verify via] inspect[tion of the] stack trace). This patch … … 35 35 [r14579]: http://abcl.org/trac/changeset/14579 36 36 37 * ASDF 3.0.1. 65shipped with the implementation37 * ASDF 3.0.1.94 shipped with the implementation 38 38 39 39 * per function call stack and memory exception handler in CL:COMPILE … … 53 53 [r14582]: http://abcl.org/trac/changeset/14582 54 54 55 * Connect to Net beansvia SLIME55 * Connect to NetBeans controlled JDWP via SLIME 56 56 57 57 The Netbeans IDE configuration now includes a way to connect to
Note: See TracChangeset
for help on using the changeset viewer.