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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @15027   7 years Mark Evenson Better type checks (Olof-Joachim Frahm)
(edit) @14757   9 years Mark Evenson Futher fix for EQUALP on numeric tower This fixes the following case …
(edit) @14750   9 years Mark Evenson More complete fix for EQUALP operations on numeric tower. Thanks to …
(edit) @14062   12 years rschlatte Robustify readably-printed NaNs? in the spirit of #14061
(edit) @13445   13 years ehuelsmann Print unreadable strings with unreadableString() exclusively, so it …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @12535   14 years ehuelsmann Fix returned values from SingleFloat?.getInstance() and …
(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) @12018   15 years ehuelsmann Reconstruct NaNs? upon reading, if readable output is requested.
(edit) @11955   15 years ehuelsmann Fix some failures in ABCL's own test suite; some by fixing the …
(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) @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 …
(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/DoubleFloat.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.