source: trunk/abcl/src/org/armedbear/lisp/scripting

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14002   12 years Mark Evenson dmiles: SYS:*COMPILE-FILE-CLASS-EXTENSION* contains PATHNAME TYPE of …
(edit) @13101   13 years astalla Reduced verbosity of the AbclScriptEngine?
(edit) @13094   13 years ehuelsmann Eliminate flushes after every character in javax.scripting support. …
(edit) @13060   13 years vvoutilainen Make the getter for the engine synchronized, as the engine is nowadays …
(edit) @13059   13 years vvoutilainen Delay the instantiation of the script engine until it's actually …
(edit) @12927   14 years astalla Fixed JSR-223 breakage: a file was still referring to ext:make-thread …
(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) @12740   14 years astalla Removed @Override annotations that break compilation on 1.5.
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12362   14 years vvoutilainen Make Stream extend StructureObject?, modify Stream derivatives to set a …
(edit) @12332   14 years astalla Small change in an exception message.
(edit) @12256   14 years astalla Removed unnecessary ConditionThrowables?.
(edit) @12255   14 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(edit) @12160   15 years astalla JSR-223: methods returning lists in the script engine factory now …
(edit) @12021   15 years astalla Used javaObject.getInstance(x, true) instead of ad-hoc toLisp method …
(edit) @12020   15 years astalla Corrected the installation and use of the throwing debugger …
(edit) @11894   15 years astalla Fixed function evaluation using invokeFunction. It was broken since …
(edit) @11856   15 years astalla * loading: added a new primitive sys::load-returning-last-result …
(edit) @11839   15 years astalla Fixed compilation with temp files with JSR-223. Refactoring of …
(edit) @11724   15 years ehuelsmann Make the scripting engine use the Bignum factory instead of the (now …
(edit) @11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11685   15 years astalla Fixed interpreter creation.
(edit) @11629   15 years astalla fixed exported symbol list for package :abcl-script.
(edit) @11623   15 years astalla Perfectioned ABCL auto-configuration when using JSR-223; added option …
(edit) @11618   15 years astalla Added support for a configuration file in the CLASSPATH for ABCL when …
(copy) @11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
copied from branches/scripting/j/src/org/armedbear/lisp/scripting:
(edit) @11558   15 years astalla Solved a bug in invokeFunction (the symbol was not derived correctly …
Note: See TracRevisionLog for help on using the revision log.