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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12353   15 years astalla Removed unchecked warning.
(edit) @12352   15 years astalla Have JavaObject?.javaInstance(c) complain if the wrapped object is null …
(edit) @12351   15 years astalla Fixed regression with JavaObject?.javaInstance(Class) and primitive types.
(edit) @12345   15 years astalla Use of the "intended class" of an object before the actual class to …
(edit) @12288   15 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(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) @12083   16 years astalla Fixed (reverted) wrong implementation of …
(edit) @12081   16 years astalla #58 inspection of Java objects
(edit) @12037   16 years ehuelsmann Add a method to LispObject to be used with the Java locking API.
(edit) @11754   16 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11722   16 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
(edit) @11691   16 years ehuelsmann Don't box values which have well-defined meanings within the Lisp …
(edit) @11590   16 years astalla Merged the scripting branch, providing JSR-223 support and other new …
(edit) @11488   16 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   16 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/JavaObject.java:
(edit) @11391   16 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.