source: trunk/abcl/src/org/armedbear/lisp/LispStackFrame.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15552   2 years Mark Evenson Support for accessing lexical environments for interpreted code
(edit) @14739   9 years Mark Evenson Actually return an unreadable representation from printing a …
(edit) @14738   9 years Mark Evenson Fix printed representation of LispStackFrame? as unreadable object.
(edit) @14579   11 years Mark Evenson Lazily create the little used portions of the Lisp stack. …
(edit) @14572   11 years Mark Evenson Make LispStackFrame?.UNAVAILABLE_ARG a singleton object, Memory …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @12376   14 years astalla Calling PRIN1-TO-STRING to print Lisp stack frames, so as to allow the …
(edit) @12298   14 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12149   15 years Mark Evenson Guard against null pointers in LispStackFrame? (Tobias Rittweiler). …
(edit) @12106   15 years Mark Evenson Optimization: copy reference to args in LispStackFrame? constructor.
(add) @12105   15 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
Note: See TracRevisionLog for help on using the revision log.