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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15709   11 months Mark Evenson Working stepper for ABCL as a contrib! Some characteristics: - For …
(edit) @15361   4 years Mark Evenson Serialization of local functions and closures w/ tests (except for …
(edit) @13695   12 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
(edit) @13444   13 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12274   14 years ehuelsmann Convert some uses of LispObject to Symbol.
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12171   15 years ehuelsmann Cleanup thinko in addTagBinding: there's no need to specify the …
(edit) @12170   15 years ehuelsmann Don't throw Go and Return exceptions as means for non-local transfers …
(edit) @12168   15 years ehuelsmann Correct identification of the lexical context of a GO in relation to …
(edit) @11926   15 years ehuelsmann Compilation of functions with a non-null lexical environment part 2 …
(edit) @11924   15 years ehuelsmann Implement compilation of closures with non-empty lexical environments …
(edit) @11914   15 years ehuelsmann Remove trailing spaces.
(edit) @11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
(edit) @11770   15 years ehuelsmann Removal of small code duplication.
(edit) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11551   15 years ehuelsmann Change the return value of Environment.isDeclaredSpecial() to include …
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Environment.java:
(edit) @11441   15 years ehuelsmann Fix compiled MACROLET.13 and MACROLET.14: MACROEXPAND should know …
Note: See TracRevisionLog for help on using the revision log.