summaryrefslogtreecommitdiff
path: root/src/library/scala/BigDecimal.scala
Commit message (Expand)AuthorAgeFilesLines
* Moved a bunch of classes into the newly created...Paul Phillips2009-11-061-403/+0
* - Renames filterMap to partialMapPaul Phillips2009-11-061-6/+6
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-1/+1
* changed standard library so that it does not re...Martin Odersky2009-10-281-1/+1
* Another bunch of work on Numeric, Range, Generi...Paul Phillips2009-10-191-4/+13
* moved Range and GenericRange to collection.immu...Martin Odersky2009-10-161-0/+1
* Reverted the BigDecimal implicits added for tic...Paul Phillips2009-10-051-15/+0
* A few cleanups, and toXXX methods for BigDecima...Paul Phillips2009-08-291-9/+27
* Fix for #2304.Paul Phillips2009-08-291-1/+1
* add @since scaladoc tag to scala.* typesstepancheg2009-08-131-0/+1
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-241-2/+22
* More equality shenanigans.Paul Phillips2009-06-211-12/+1
* Lots and lots of BigInt and BigDecimal code att...Paul Phillips2009-06-111-22/+68
* Trying to bring BigDecimal all the way up to sp...Paul Phillips2009-06-101-37/+78
* Added some missing methods to BigDecimal.Paul Phillips2009-06-101-0/+10
* Fixed a couple bugs in GenericRange and added t...Paul Phillips2009-06-051-0/+6
* Fix for #2024.Paul Phillips2009-05-291-1/+1
* Further development of the Numeric and Ordering...Paul Phillips2009-05-281-7/+0
* BigDecimal: mark methods appeared in 2.8stepancheg2009-05-041-3/+9
* Changed Flags object not to inherit from Enumer...Paul Phillips2009-04-221-0/+2
* fixed ticket #1813 (BigDecimal implicits)michelou2009-03-231-0/+9
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* splitted BigDecimal class for Java 1.4michelou2008-12-161-4/+4
* Fixed serialization of enumsmichelou2008-08-261-0/+1
* Applied provided patch for #921Iulian Dragos2008-05-201-1/+1
* New reorg planGeoffrey Washburn2008-04-071-0/+266
* The great library reorg!Geoffrey Washburn2008-04-041-266/+0
* Fixed svn propertiesmihaylov2008-03-191-1/+1
* Java 1.4 compatibilitymichelou2008-02-191-98/+42
* added class BigDecimalmichelou2008-02-061-0/+322