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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15406   4 years Mark Evenson Able to OPEN, PROBE-FILE, and LOAD contents of nested jar …
(edit) @15395   4 years Mark Evenson Make Pathname.init() static method Running under Netbeans, but …
(edit) @15393   4 years Mark Evenson INCOMPLETE Hook up implementation of PathnameJar? and PathnameURL …
(edit) @15391   4 years Mark Evenson pathname: normalize Pathname to new Java conventions 1. use …
(edit) @14591   10 years Mark Evenson Correctly initialize/restore *BACKQUOTE-COUNT* special when loading …
(edit) @14089   12 years ehuelsmann Close #208: Merge pathname defaults.
(edit) @13454   13 years Mark Evenson Tweak appearance and contents of help message.
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13356   13 years Mark Evenson Report load time of ".abclrc" forms if we are being chatty.
(edit) @13227   13 years vvoutilainen Add --help documentation for --.
(edit) @13226   13 years vvoutilainen Fix ticket #128. This patch enables the use of -- as a parameter, and …
(edit) @13144   13 years ehuelsmann Stabilize the new way of terminating ABCL.
(edit) @13143   13 years ehuelsmann Add IntegrityError? and ProcessingTerminated? error classes and adjust …
(edit) @13142   13 years ehuelsmann Mark exit() invocations as FIXME. I'll address later.
(edit) @13138   13 years ehuelsmann Remove unused function.
(edit) @13106   13 years ehuelsmann Make Interpreter.UnhandledCondition? print its message formatted, …
(edit) @13098   13 years vvoutilainen Add a --help parameter that prints out command line arg help.
(edit) @13092   13 years ehuelsmann Store the original Java error in the "cause" field of the …
(edit) @13091   13 years ehuelsmann Override UnhandledCondition?'s getMessage() function to report the …
(edit) @13090   13 years vvoutilainen Make --batch exit, use Lisp.exit() in places where applicable so that …
(edit) @13063   13 years ehuelsmann Change back to older code until I figure out how to use the …
(edit) @12749   14 years Mark Evenson Undo previous commmit.
(edit) @12748   14 years Mark Evenson Include 'examples' in release source distribution. Reported by Mario Lang.
(edit) @12717   14 years ehuelsmann Remove convenience method which "prevents" typing of 1 boolean value.
(edit) @12675   14 years Mark Evenson Fix build from scratch breakage in r12673.
(edit) @12673   14 years Mark Evenson Load 'system.lisp' later in boot so conditions trigger debugger.
(edit) @12629   14 years ehuelsmann Running 'ant test.abcl' showed conditions don't have to be of Java …
(edit) @12597   14 years ehuelsmann Consolidate faslRead, faslReadArray, faslReadComplex and …
(edit) @12546   14 years Mark Evenson nreverse() *command-line-arguments-list* to natural order. Found by …
(edit) @12450   14 years Mark Evenson Collect unprocessed command-line arguments in …
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12422   14 years Mark Evenson Extensively reworked new implementation for specifiying jar pathnames. …
(edit) @12362   14 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
(edit) @12312   14 years ehuelsmann Add a function interface to test whether the interpreter is already …
(edit) @12298   14 years ehuelsmann Full source scan of "catch (Throwable"; remove lots of instances, or …
(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   15 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12255   15 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12253   15 years ehuelsmann Make ConditionThrowable? abstract: it's the parent of non-local …
(edit) @12252   15 years ehuelsmann Annotate dubious uses of ConditionThrowable? with FIXME's.
(edit) @12105   15 years Mark Evenson Split StackFrame? abstraction into Java and Lisp stack frames. From …
(edit) @11745   15 years ehuelsmann Remove since-long deprecated initialization files and unsupported …
(edit) @11744   15 years ehuelsmann Remove references to "libabcl.so" which was deleted sometime during 0.13.
(edit) @11698   15 years astalla reverted wrong commit.
(edit) @11697   15 years astalla Serialization support for some lisp objects.
(edit) @11477   15 years ehuelsmann Cleanup: remove empty statements and add @Override annotations.
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Interpreter.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.