summaryrefslogtreecommitdiff
path: root/src/jvm/clojure/lang/Numbers.java
AgeCommit message (Collapse)Author
2009-05-28added reduce to quotient and remainderRich Hickey
2009-04-10Strongly typed minus throws too often [issue 101], patch from olov.lassusRich Hickey
2009-02-17merged lazy branch -r1236:1286Rich Hickey
2009-02-09added #_ ignore form reader macroRich Hickey
added IDeref above IRef, made delays and futures implement IDeref renamed/moved IRef.get() -> IDeref.deref() deref/@ maps to IDeref/deref added future-calls and future implement pmap on future implement pcalls on pmap
2009-01-14fix (- Integer/MAX_VALUE Integer/MIN_VALUE), patch from Achim PassenRich Hickey
2009-01-08fixed Integer/LongOps.Negate overflow when MIN_VALUERich Hickey
2008-12-29Make sure all integer ops return smallest representation, patch from ↵Rich Hickey
Christophe Grand fixed inc/dec long for max/min values
2008-12-14Moved to Eclipse Public License - see epl-v10.html orRich Hickey
http://opensource.org/licenses/eclipse-1.0.php
2008-12-08added unchecked-remainderRich Hickey
2008-10-04added inlining for integer bitopsRich Hickey
2008-07-22fixed truncation in double/long/float_arrayRich Hickey
2008-06-02added overload resolution supportRich Hickey
2008-06-02named int and long divide unchecked-divideRich Hickey
2008-06-01new primitives supportRich Hickey
2008-06-01interim checkin - DO NOT USE!Rich Hickey
2008-05-30added aset!, acloneRich Hickey
2008-05-28primitive vector supportRich Hickey
2008-05-27primitive vectors, in progressRich Hickey
2008-05-23added inlined math primitives in int/long/float/double namespacesRich Hickey
2008-05-21interim checkinRich Hickey
2008-04-14arbitrary precision bitopsRich Hickey
2008-04-11bitops in Numbers, from Stephen C. GilardiRich Hickey
2008-04-08added with-precision patch from Christophe GrandRich Hickey
2008-04-08added rationalize, fixed toRatio, added BigInteger and BigDecimal to ↵Rich Hickey
auto-imports
2008-04-07new numbers - all Num derivees should be not-in-use, all numbers are Java's ↵Rich Hickey
boxed Numbers, + Ratio, added support for BigDecimal
2008-04-07more numbers experimentationRich Hickey
2008-04-07more numbers experimentationRich Hickey
2008-04-03more numbers experimentationRich Hickey
2008-04-03changed *out* type hint to WriterRich Hickey
2008-04-02more numbers experimentationRich Hickey
2008-04-02fixed internal reduceRich Hickey
2008-04-02range seq, internal reduce in ISeqRich Hickey
2008-04-01experimenting with new numbers prototypeRich Hickey
2008-04-01starting new numbers prototypeRich Hickey
2008-03-31starting new numbers prototypeRich Hickey