source: trunk/abcl/src/org/armedbear/lisp/LispObject.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) @15027   7 years Mark Evenson Better type checks (Olof-Joachim Frahm)
(edit) @14903   8 years Mark Evenson [PATCH 4/5] Runtime class improvements (ferada) From …
(edit) @14882   8 years Mark Evenson Revert r15858 to restore working CFFI-TESTS invocation …
(edit) @14858   8 years Mark Evenson [PATCH 4/5] Runtime class improvements. From …
(edit) @14497   11 years rschlatte Remove direct references to standard-generic-function class from Java
(edit) @14448   11 years rschlatte Remove most references to StandardGenericFunction? - use TYPEP or …
(edit) @13750   12 years Mark Evenson Fix #172: DOCUMENTATION now works for generic functions. …
(edit) @13521   13 years ehuelsmann Revert r13509 because it breaks cl-ppcre compilation and the ANSI tests.
(edit) @13509   13 years Mark Evenson Provide a more useful implementation of LispObject.toString(). Since …
(edit) @13507   13 years Mark Evenson Re-enable a default implementation for printing a LispObject. …
(edit) @13446   13 years ehuelsmann Fix #158: Print "#<abc>" fails with *PRINT-READABLY* non-NIL. Note: …
(edit) @13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
(edit) @13444   13 years ehuelsmann Reduce the number of required unreadableString() methods by removing …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13249   13 years ehuelsmann Revert r13248, "Close #138 by implementing finalizers on LispObject." …
(edit) @13248   13 years ehuelsmann Close #138 by implementing finalizers on LispObject derived objects.
(edit) @12826   14 years vvoutilainen DocString? annotation support, for generating DOCUMENTATION, and later …
(edit) @12637   14 years vvoutilainen Make unreadableString() variants in LispObject final.
(edit) @12598   14 years vvoutilainen Make listp/endp/SYMBOLP final.
(edit) @12590   14 years vvoutilainen Make nthcdr and NTH(LispObject) final.
(edit) @12589   14 years vvoutilainen Make cadr/cddr/caddr final.
(edit) @12588   14 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
(edit) @12576   14 years ehuelsmann Re #38: Merge the METACLASS branch to trunk.
(edit) @12541   14 years Mark Evenson Document INSPECT protocol for getParts().
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12311   14 years ehuelsmann Followup to r12306: "unbreak" Slime, at least partially.
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12287   14 years vvoutilainen Make LispObject.push() final.
(edit) @12286   14 years vvoutilainen LispObject.car() should use instanceof to check for nil, as cdr() does.
(edit) @12285   14 years vvoutilainen Make NUMBERP/LISTP/etc. type query functions final in LispObject. …
(edit) @12281   14 years ehuelsmann Fix a memory leak for objects-with-documentation going out of scope, …
(edit) @12279   14 years ehuelsmann Make car()/cdr()/setCar()/setCdr()/EQ() non-virtual, dispatching …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12241   15 years ehuelsmann Document getStringValue() to return the string value from string …
(edit) @12172   15 years ehuelsmann Fix dispatch() generic case. Fixes compiled MULTIPLE-VALUE-CALL with …
(edit) @12149   15 years Mark Evenson Guard against null pointers in LispStackFrame? (Tobias Rittweiler). …
(edit) @12111   15 years ehuelsmann Eliminate all unchecked warnings, while also removing generic …
(edit) @12110   15 years ehuelsmann Eliminate (a few) "unchecked" warnings.
(edit) @12079   15 years ehuelsmann Add API to execute()-able classes for hot spot profiling next to …
(edit) @12037   15 years ehuelsmann Add a method to LispObject to be used with the Java locking API.
(edit) @11951   15 years astalla Fixed javaInstance() from r11834: the arguments for isAssignableFrom …
(edit) @11834   15 years astalla Relaxed type checking when invoking Java methods from Lisp, as …
(edit) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11714   15 years ehuelsmann Use the Fixnum factory instead of creating new Fixnums all over the …
(edit) @11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
(edit) @11698   15 years astalla reverted wrong commit.
(edit) @11697   15 years astalla Serialization support for some lisp objects.
(edit) @11590   15 years astalla Merged the scripting branch, providing JSR-223 support and other new …
(edit) @11579   15 years ehuelsmann Add floatValue() and doubleValue() to LispObject and all number …
(edit) @11573   15 years ehuelsmann Add a 'getInstance' static method to all lisp classes which have a …
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/LispObject.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.