summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* reverted parseattrubtevalue hack, fixed attribu...Burak Emir2008-03-274-13/+14
* Fixed XML entity reference parsing: &quote; to ...Iulian Dragos2008-03-251-3/+3
* added insert for Byte/Short, synchronized CLDC ...michelou2008-03-251-6/+38
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-211-0/+34
* Added overloaded toArray methods to avoid boxin...Iulian Dragos2008-03-202-0/+23
* Fixed issues #584 and #602.Gilles Dubochet2008-03-201-9/+25
* explain deprecation in JavaMapAdaptor / JavaSet...Lukas Rytz2008-03-202-0/+2
* Adding apply methods to Map/Set/etc...Sean McDirmid2008-03-207-9/+34
* Start of the Ordering trait.Geoffrey Washburn2008-03-191-0/+24
* Fixed comment added keywords.Geoffrey Washburn2008-03-191-3/+2
* Added a trait for equivalence relations.Geoffrey Washburn2008-03-192-3/+28
* Fixed svn propertiesmihaylov2008-03-1968-66/+68
* Fixed svn propertiesmihaylov2008-03-1913-10/+14
* moved or fixed package declaration of some file...mihaylov2008-03-192-1/+3
* Added missing StringBuilder methods for #656.Geoffrey Washburn2008-03-181-0/+6
* Enhancement #623NAME2008-03-182-2/+15
* Removed Matchable string, which is no longer ne...Martin Odersky2008-03-171-28/+0
* added CharSequence abstractionMartin Odersky2008-03-1723-236/+768
* hello worldSean McDirmid2008-03-1610-10/+10
* removed unchecked warnings, fixed parseFullmichelou2008-03-131-14/+21
* Updated documentation with complexity informati...Iulian Dragos2008-03-132-16/+31
* Fixed unreachable code in JSON parser.Gilles Dubochet2008-03-121-17/+12
* Changed the return type for parseFull to List f...Derek Chen-Beker2008-03-121-12/+22
* added missing headersmichelou2008-03-1210-2/+101
* fixed #617, code cleanupmichelou2008-03-111-67/+72
* added support for regexps """<regexp>""".r.Martin Odersky2008-03-106-22/+49
* StringBuffer -> StringBuildermichelou2008-03-101-1/+1
* added doc commentsMartin Odersky2008-03-101-0/+31
* 1.Martin Odersky2008-03-1017-79/+392
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-091-3/+1
* Moved matching from 'util' to 'scala.util'.Gilles Dubochet2008-03-089-9/+9
* Applied patch from #598NAME2008-03-071-1/+1
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-073-8/+32
* Set keywords property.Geoffrey Washburn2008-03-071-1/+1
* Oops.Geoffrey Washburn2008-03-071-479/+9
* Added Morris's implementation of the Either dat...Geoffrey Washburn2008-03-072-0/+1021
* Added a method to give you the default characte...Geoffrey Washburn2008-03-061-0/+7
* fixed double escaping issueBurak Emir2008-03-052-5/+5
* Added util.matching package that contains extra...Philipp Haller2008-03-049-0/+573
* Added equals methods to instances of Ordered. Geoffrey Washburn2008-03-041-0/+5
* Eliminated a few more redundant uses of toString.Geoffrey Washburn2008-03-041-4/+4
* Undid most of the valueOf optimizations as they...Geoffrey Washburn2008-03-043-18/+48
* Should generally use valueOf when constructing ...Geoffrey Washburn2008-03-033-18/+18
* returning "" is more efficient than new String()Geoffrey Washburn2008-03-031-1/+1
* Using java.lang.Boolean.valueOf(...) is more ef...Geoffrey Washburn2008-03-032-9/+9
* Elminiated a number of redundant calls to toStringGeoffrey Washburn2008-03-035-7/+7
* Added a definition of equals() and hashCode to ...Geoffrey Washburn2008-02-291-0/+4
* Removed stub methods, and moved the contractual...Geoffrey Washburn2008-02-281-24/+17
* 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