summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #327, #332NAME2008-02-053-15/+11
* fixed typomichelou2008-02-051-1/+1
* add-on to r13888michelou2008-02-051-21/+16
* updated default encoding to UTF8michelou2008-02-052-7/+7
* fixed #406michelou2008-01-311-2/+2
* fixed #423, added integer square root (CLDC)michelou2008-01-311-2/+2
* added svn:keywords, updated headersmichelou2008-01-313-21/+20
* buffering when reading from an inputstreamBurak Emir2008-01-312-26/+144
* fixed (hopefully) regexp pattern (Java 1.4 vs 1...michelou2008-01-301-2/+8
* support for <elem key={x:Option[Seq[Node]]} />,...Burak Emir2008-01-281-2/+6