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) @15569   2 years Mark Evenson Untabify en masse Results of running style.org source blocks on tree
(edit) @15363   4 years Mark Evenson Refined serialization of local functions and closures (including …
(edit) @15234   4 years Mark Evenson Fix calling Java varargs methods Calling varargs with …
(edit) @15228   4 years Mark Evenson Revert somewhat-functional-programmers work on conversion Reverts …
(edit) @15227   4 years Mark Evenson I've looked into this issue at length now and I think I have something …
(edit) @14983   7 years Mark Evenson Normalize JAVA:DESCRIBE-JAVA-OBJECT static primitive linkage
(edit) @14979   7 years Mark Evenson fix JavaObject?.getParts() for Java arrays (Alan Ruttenberg) The …
(edit) @14600   10 years Mark Evenson Signal Java-side exceptions caught in JavaObject?.printObject() as a …
(edit) @13608   13 years Mark Evenson Fill in some missing docstrings from JAVA package. Unfortunately, we …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13359   13 years Mark Evenson Created +NULL+, +TRUE+, and +FALSE+ constants in the JAVA package. …
(edit) @13327   13 years Mark Evenson Allow JCOERCE to convert any number to java.lang.Byte. Maps any …
(edit) @13278   13 years Mark Evenson Add interfaces, superclasses and member classes for JAVA-OBJECT …
(edit) @13277   13 years Mark Evenson JAVA:*JAVA-OBJECT-TO-STRING-LENGTH* controls pretty print length. The …
(edit) @13276   13 years Mark Evenson Untabify.
(edit) @12831   14 years astalla First stab at Java collections integration with the sequences protocol.
(edit) @12755   14 years astalla CL:STRING on Java objects calls toString() on them. Patch by Mario Lang.
(edit) @12583   14 years astalla JAVA-CLASS metaclass reimplemented in Lisp.
(edit) @12581   14 years ehuelsmann Make LispCharacter? constructor private in favor of getInstance(); …
(edit) @12570   14 years Mark Evenson Fix JAVA-OBJECT whose tynot being properly coerced to array of …
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12353   14 years astalla Removed unchecked warning.
(edit) @12352   14 years astalla Have JavaObject?.javaInstance(c) complain if the wrapped object is null …
(edit) @12351   14 years astalla Fixed regression with JavaObject?.javaInstance(Class) and primitive types.
(edit) @12345   14 years astalla Use of the "intended class" of an object before the actual class to …
(edit) @12288   14 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   15 years astalla Fixed (reverted) wrong implementation of …
(edit) @12081   15 years astalla #58 inspection of Java objects
(edit) @12037   15 years ehuelsmann Add a method to LispObject to be used with the Java locking API.
(edit) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11722   15 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
(edit) @11691   15 years ehuelsmann Don't box values which have well-defined meanings within the Lisp …
(edit) @11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
(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/JavaObject.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.