source: trunk/abcl/src/org/armedbear/lisp/LispCharacter.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) @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) @14787   9 years Mark Evenson Add character name for non-breaking space Use a human readable name …
(edit) @14360   11 years rschlatte add #\Delete character name (found in McCLIM sources)
(edit) @14351   11 years vvoutilainen Fix 288, add alternative names to name-char for ascii control characters
(edit) @14175   12 years Mark Evenson Reading a Lisp name for \uNNNN works for non-zero padded forms less …
(edit) @13765   12 years rschlatte Make #\Nul an alias for #\Null As reported on #lisp, and following …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13415   13 years Mark Evenson Don't print the #\Uxxxx representation for character codes greater …
(edit) @13402   13 years Mark Evenson Fix failures of SYNTAX.SHARP-BACKSLASH.6 and SYNTAX.SHARP-BACKSLASH.7. …
(edit) @13256   13 years Mark Evenson The sharpsign backslash macro now understands \unnnn as an escape for …
(edit) @12585   14 years ehuelsmann Unbreak java build.
(edit) @12584   14 years ehuelsmann Re #92: Don't return characters for the range #xD800 to #xDFFF. This …
(edit) @12581   14 years ehuelsmann Make LispCharacter? constructor private in favor of getInstance(); …
(edit) @12580   14 years ehuelsmann Remove an exception block which can't be triggered.
(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) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12285   14 years vvoutilainen Make NUMBERP/LISTP/etc. type query functions final in LispObject. …
(edit) @12254   14 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @12241   14 years ehuelsmann Document getStringValue() to return the string value from string …
(edit) @12192   15 years vvoutilainen Patch by Douglas R. Miles to improve performance after CHAR_MAX was …
(edit) @12148   15 years vvoutilainen Fix FORMAT.C.4A and FORMATTER.C.4A. This patch as well as the previous …
(edit) @11836   15 years ehuelsmann Support the #\Escape character. Patch by: Eric Marsden (eric marsden …
(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) @11573   15 years ehuelsmann Add a 'getInstance' static method to all lisp classes which have a …
(edit) @11539   15 years ehuelsmann Empty statements cleanup: * Remove unintentional empty statements * …
(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/LispCharacter.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.