summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* added DPP's code for xhtml parsing (cdata/entit...Burak Emir2008-02-134-0/+209
| | | | | added DPP's code for xhtml parsing (cdata/entity handling)
* fixed PrefixedAttr inconsistency and scaladocBurak Emir2008-02-132-3/+3
|
* Slightly improved efficiency of ::.writeObject(...mihaylov2008-02-131-2/+2
| | | | | | | Slightly improved efficiency of ::.writeObject() by not creating an iterator If style over efficiency is preferred then the code should be this.foreach(out.writeObject)
* 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
| | | | | | fixed missing deprecated warning on types; fixed problem with traits in refinements.
* iterative version of rep1Adriaan Moors2008-02-081-14/+21
| | | | | (note: rep1sep and repN are still (non-tail-)recursive)
* 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
| | | | | | | | | updated examples and json parser to use combinator1-style parsing, have not yet renamed combinator -> combinatorold, and combinator1 -> combinator --> doing that using SVN rename, so history is preserved (thus, the build for this revision will break, but the next one should be okay. sorry)
* Added better "clone" methods to a few JCL colle...Gilles Dubochet2008-02-065-1/+16
| | | | | Added better "clone" methods to a few JCL collection classes.
* 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
| | | | | | fixed immediate problem in #409. we ignore now flag MONOMOPRHIC.
* switched to Scala implementation of StringBuildermichelou2008-02-0642-260/+662
|
* backported (some) changes from branches/scala-r...Adriaan Moors2008-02-051-107/+123
| | | | | | backported (some) changes from branches/scala-refactor will rename combinator1/ to combinator/ after testing everything still works :)
* (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
| | | | | fixed (hopefully) regexp pattern (Java 1.4 vs 1.5+)
* support for <elem key={x:Option[Seq[Node]]} />,...Burak Emir2008-01-281-2/+6
| | | | | support for <elem key={x:Option[Seq[Node]]} />, so that Options can be used for optional attributes.
* Another massive IDE checkin.Sean McDirmid2008-01-273-4/+12
|
* case classes can now inherit from case classes.Martin Odersky2008-01-252-21/+22
|
* corrected regexpmichelou2008-01-231-1/+1
|
* corrected typomichelou2008-01-221-1/+1
|
* applied path for #325, update scalac man pagesmichelou2008-01-221-7/+2
|
* added serialVersionUID (#376)michelou2008-01-2210-14/+31
|
* fixed t0392; un-deprecated Iterator.fromArray (...Martin Odersky2008-01-214-13/+12
| | | | | | fixed t0392; un-deprecated Iterator.fromArray (I don't see a good alternative?)
* Fixed issue #313.Gilles Dubochet2008-01-211-1/+1
|
* added toBinary-/toHex-/toOctalString (Long)michelou2008-01-182-3/+6
|
* removed more warningsmichelou2008-01-182-20/+19
|
* fixed broken build and remove some warningsmichelou2008-01-186-54/+53
|
* moved deprecati0on warnings to refchecks, so th...Martin Odersky2008-01-181-3/+3
| | | | | | moved deprecati0on warnings to refchecks, so that overloaded deprecated methods are now correctly flagged.
* build target is now 1.5Martin Odersky2008-01-171-1/+3
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* Merged patch from Ross Judson (bean info class ...Iulian Dragos2008-01-095-0/+127
| | | | | Merged patch from Ross Judson (bean info class generation).
* Applied patch from Ticket #330.Geoffrey Washburn2008-01-091-1/+1
| | | | | Fixed the parsing of 0 by the JSON library.
* updated MSIL library for class[T]michelou2007-12-211-2/+2
|
* removed deprecated featuresmichelou2007-12-197-254/+12
|
* -target 1.5 now the default.Martin Odersky2007-12-192-3/+3
|
* dual mode (generics or not) version of compiler...Martin Odersky2007-12-1949-104/+104
| | | | | dual mode (generics or not) version of compiler and libraries
* Fixed #153 (thanks to Sean)michelou2007-12-121-16/+21
|
* fixed problem with Stream.flatMap, changed text...Martin Odersky2007-12-112-11/+4
| | | | | | fixed problem with Stream.flatMap, changed text of error message for assume failure in Predef.