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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15435   4 years Mark Evenson Initial implementation of accessing recursive entries in local jars …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @12713   14 years astalla Serialization support for some Lisp types. For symbols and packages, …
(edit) @12612   14 years Mark Evenson Incremental checkpoint on making JAR pathnames use the new URL pathname.
(edit) @12607   14 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
(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) @12516   14 years astalla Support for user-extensible sequences, adapted from SBCL.
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(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) @12285   14 years vvoutilainen Make NUMBERP/LISTP/etc. type query functions final in LispObject. …
(edit) @12279   14 years ehuelsmann Make car()/cdr()/setCar()/setCdr()/EQ() non-virtual, dispatching …
(edit) @12272   14 years ehuelsmann Implement functional (declared final) interface to special bindings …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(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) @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/Cons.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.