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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12513   14 years ehuelsmann Remove 'private' keyword to eliminate the Java requirement for the …
(edit) @12497   14 years vvoutilainen Consolidate string equality comparisons.
(edit) @12496   14 years vvoutilainen Consolidate case-sensitive/insensitive comparisons.
(edit) @12495   14 years vvoutilainen Use sane names for parameters.
(edit) @12494   14 years vvoutilainen Don't use StringBuilder? for StringFunctions? that can use arraycopy …
(edit) @12493   14 years vvoutilainen 1) do the param checking for all functions 2) with the consolidated …
(edit) @12490   14 years vvoutilainen More cleanups, introduce a function for adjusting return values when a …
(edit) @12489   14 years vvoutilainen 1) implement string-greaterp in terms of string-lessp 2) implement …
(edit) @12488   14 years vvoutilainen 1) remove copy-paste code, consolidate index and char array extraction …
(edit) @12474   14 years vvoutilainen Reindentation.
(edit) @12473   14 years vvoutilainen Stack friendliness.
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12290   14 years vvoutilainen Remove LispTrampolinesFile? and all references to it.
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12255   14 years ehuelsmann Rename ConditionThrowable? to ControlTransfer? and remove try/catch …
(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) @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/StringFunctions.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.