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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15548   2 years Mark Evenson Proposal to fix Github issue #177 - Filled slots 'operation' and …
(edit) @15287   4 years Mark Evenson The upper limit for 32 bit values is simply wrong Fix the upper limit …
(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) @14749   9 years Mark Evenson Numeric tower repairs on promoting floats across representation …
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(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) @11754   15 years vvoutilainen Convert using ClassCastException? to checking instanceof. Performance …
(edit) @11722   15 years ehuelsmann Make sure to create Fixnums when the LispInteger/Bignum? created is in …
(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) @11647   15 years ehuelsmann Add support for java.lang.Long arguments based on Bignums. Found by: …
(edit) @11579   15 years ehuelsmann Add floatValue() and doubleValue() to LispObject and all number …
(edit) @11574   15 years ehuelsmann Introduce LispInteger? super-type to Bignum and Fixnum: The …
(edit) @11573   15 years ehuelsmann Add a 'getInstance' static method to all lisp classes which have a …
(edit) @11486   15 years ehuelsmann Add @Override annotations.
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/Bignum.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.