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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15734   8 months Mark Evenson Implement vector-to-vector REPLACE as a primitive
(edit) @14889   8 years Mark Evenson Fix for ansi-test SXHASH.8
(edit) @13720   12 years ehuelsmann String hash randomization.
(edit) @12958   14 years ehuelsmann Implement SimpleString?.toString() using String.valueOf().
(edit) @12588   14 years vvoutilainen Make AREF(LispObject) and aset(LispObject, LispObject) final.
(edit) @12494   14 years vvoutilainen Don't use StringBuilder? for StringFunctions? that can use arraycopy …
(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) @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) @11587   15 years ehuelsmann Ofcourse, you need all components for a commit to actually work... …
(edit) @11562   15 years ehuelsmann Change and document the internal adjustArray() protocol: we can't use …
(edit) @11557   15 years ehuelsmann Fix ticket #28: Expressly adjustable array not adjustable. Renames …
(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/SimpleString.java:
(edit) @11433   15 years ehuelsmann Strings are also BASE-STRING; SIMPLE-STRINGs are also …
Note: See TracRevisionLog for help on using the revision log.