summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Commented out the change until I can sort out w...Geoffrey Washburn2008-02-271-4/+6
* Add default implementations of equals and hashC...Geoffrey Washburn2008-02-271-0/+22
* updated RichString on dotnet/cldcmichelou2008-02-261-3/+3
* fixed #562michelou2008-02-261-5/+8
* fixed #551 and #566michelou2008-02-264-24/+51
* fixed scaladoc commentsmichelou2008-02-251-13/+133
* fixed #499michelou2008-02-251-1/+1
* fixed #529michelou2008-02-221-5/+14
* fixed #447michelou2008-02-221-14/+24
* fixed #468michelou2008-02-221-5/+50
* eliminated need to cmpile with -YnopredefsMartin Odersky2008-02-221-0/+1
* added Seq[Char] arg to append/insertmichelou2008-02-221-0/+27
* removed RichString methods and @throwsmichelou2008-02-211-32/+6
* added scaladoc commentsmichelou2008-02-212-16/+310
* fixed broken build (scaladoc)michelou2008-02-212-4/+4
* uses readResolve for symbolsmichelou2008-02-201-6/+2
* fixed #523michelou2008-02-201-4/+9
* fix error in getLineBurak Emir2008-02-201-2/+9
* anonfuns now accept up to 22 argsmichelou2008-02-1913-0/+338
* Java 1.4 compatibilitymichelou2008-02-192-102/+63
* Changed scala.Symbol to be always internedIulian Dragos2008-02-181-13/+21
* Changed the toString of Iterator to have the wo...Lex Spoon2008-02-181-1/+1
* fixed #429michelou2008-02-181-22/+32
* Fixing bugs in new and old plugin.Sean McDirmid2008-02-174-35/+100
* add documentation and fixed copyrightBurak Emir2008-02-161-5/+15
* fix semantics of %, 2nd try.Burak Emir2008-02-161-1/+1
* fix semantics of method %Burak Emir2008-02-161-5/+5
* made semantics of MetaData append safer, fixed ...Burak Emir2008-02-161-20/+90
* fixed #485michelou2008-02-159-66/+88
* - fixed filenames and package declaration of so...mihaylov2008-02-144-7/+14
* removed deprecated class util.Fluidmichelou2008-02-131-25/+0
* added DPP's code for xhtml parsing (cdata/entit...Burak Emir2008-02-134-0/+209
* fixed PrefixedAttr inconsistency and scaladocBurak Emir2008-02-132-3/+3
* Slightly improved efficiency of ::.writeObject(...mihaylov2008-02-131-2/+2
* fixed #471michelou2008-02-123-9/+30
* Corrections to the documentationIulian Dragos2008-02-121-3/+7
* fixed missing deprecated warning on types; fixe...Martin Odersky2008-02-081-2/+2
* iterative version of rep1Adriaan Moors2008-02-081-14/+21
* combinator1 --> combinatorAdriaan Moors2008-02-079-0/+0
* combinator --> combinatoroldAdriaan Moors2008-02-0710-0/+0
* updated examples and json parser to use combina...Adriaan Moors2008-02-0721-46/+57
* Added better "clone" methods to a few JCL colle...Gilles Dubochet2008-02-065-1/+16
* fixed problems with rangesMartin Odersky2008-02-063-34/+56
* Partial fix to #397.Gilles Dubochet2008-02-063-248/+7
* added class BigDecimalmichelou2008-02-061-0/+322
* added reverse to RichString.Martin Odersky2008-02-061-0/+10
* switched to Scala implementation of StringBuildermichelou2008-02-0642-260/+662
* backported (some) changes from branches/scala-r...Adriaan Moors2008-02-051-107/+123
* (no commit message)NAME2008-02-051-1/+1
* Fixed #444NAME2008-02-052-14/+11