source: trunk/abcl/src/org/armedbear/lisp/SpecialOperators.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) @15554   2 years Mark Evenson Record environments in interpreted code Provide API from …
(edit) @15552   2 years Mark Evenson Support for accessing lexical environments for interpreted code
(edit) @14465   11 years rschlatte new method program_error, analogous to type_error
(edit) @14448   11 years rschlatte Remove most references to StandardGenericFunction? - use TYPEP or …
(edit) @14131   12 years ehuelsmann Close #219: lambda list keyword checking too lenient for ANSI. Note: …
(edit) @13695   12 years astalla Reimplementation of global symbol macros to avoid using the symbol's …
(edit) @13461   13 years ehuelsmann Print expected minimum and maximum argument list lengths in …
(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) @12457   14 years vvoutilainen Reindentation.
(edit) @12456   14 years vvoutilainen Stack-friendly SpecialOperators?.
(edit) @12290   14 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12272   14 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12205   15 years ehuelsmann Fix hard crashes in BEYOND-ANSI tests. Note: Don't cheer too hard; …
(edit) @12124   15 years ehuelsmann Proposed solution to ticket #61: skip type checking on DEFTYPE-d types …
(edit) @12119   15 years Mark Evenson Fix ticket#61 for THE evaluated with DEFTYPEd forms. Shouldn't the …
(edit) @12114   15 years ehuelsmann Verify simple types (single symbol types) while interpreting the THE …
(edit) @11940   15 years astalla Fixed a bug in interpreted let* and do*: the environment used for …
(edit) @11772   15 years ehuelsmann Factor out functions to separate declarations, the body and optionally …
(edit) @11769   15 years ehuelsmann Rename variables to be more in line with the env/ext pattern used …
(edit) @11768   15 years ehuelsmann Use 'innerEnv' to evaluate the body in, since that's where we declared …
(edit) @11767   15 years ehuelsmann * Stop declaring symbols SPECIAL mid-environment: usually, this …
(edit) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
(edit) @11548   15 years vvoutilainen Remove bindArg duplication.
(edit) @11547   15 years vvoutilainen For let, variable values must be bound after the let-forms. This patch …
(edit) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/SpecialOperators.java:
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.