summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Modernized DRMacIver's languishing array patch ...Paul Phillips2009-05-073-44/+36
| | | | | | | Modernized DRMacIver's languishing array patch and added test cases to exercise primitive to any array conversion. This fixes bugs #1300 and #1301.
* Fixes in Sabbus: "ant newlibs build" and "ant n...Gilles Dubochet2009-05-071-3/+4
| | | | | | Fixes in Sabbus: "ant newlibs build" and "ant newlibs newstarr" work as expected.
* added emtpy stub of PackratParsers for msilLukas Rytz2009-05-071-0/+1
|
* DBC: replaced all-encompassing catch with prope...Gilles Dubochet2009-05-071-2/+7
| | | | | DBC: replaced all-encompassing catch with proper error-detection logic.
* Removed java 1.4 charset workaround and a stray...Paul Phillips2009-05-062-8/+3
| | | | | Removed java 1.4 charset workaround and a stray 1.4 mention.
* Modified ObjectRunner to use Extension classloa...Paul Phillips2009-05-061-3/+20
| | | | | | Modified ObjectRunner to use Extension classloader as parent rather than System classloader. Fixes bug #857.
* Fix for #1878.Paul Phillips2009-05-061-1/+1
|
* tweak to compile under java 6Paul Phillips2009-05-061-1/+1
|
* Added NoSuccess extractor to combinator lib.Paul Phillips2009-05-064-12/+18
|
* packrat parsingTiark Rompf2009-05-0610-4/+535
|
* Fixed typo in build.xml.Gilles Dubochet2009-05-061-1/+1
|
* MSIL is built as part of Sabbus, working at last.Gilles Dubochet2009-05-061-7/+12
|
* MSIL is built as part of Sabbus, take 3.Gilles Dubochet2009-05-064-433/+1
|
* MSIL is built as part of Sabbus, take 2.Gilles Dubochet2009-05-0663-0/+14772
|
* MSIL is built as part of Sabbus.Gilles Dubochet2009-05-061-36/+104
|
* undid accidental checkin of nsc.docMartin Odersky2009-05-066-40/+38
|
* Scala decompiler test suite addedilyas2009-05-0639-35/+1153
|
* new collections snapshotMartin Odersky2009-05-056-38/+40
|
* Fix and test case for #1286.Paul Phillips2009-05-044-0/+17
|
* BigDecimal: mark methods appeared in 2.8stepancheg2009-05-041-3/+9
|
* util.Random @since 2.8stepancheg2009-05-041-1/+3
|
* StringBuilder helper function to reduce lots of...Paul Phillips2009-05-049-107/+65
| | | | | StringBuilder helper function to reduce lots of code duplication.
* fixing what looks like a problem in ParallelMat...Martin Odersky2009-05-041-1/+9
| | | | | fixing what looks like a problem in ParallelMatching
* making the backend work for new as well as old ...Martin Odersky2009-05-043-6/+8
| | | | | making the backend work for new as well as old collections
* some cosmetic changes to make it compatible wit...Martin Odersky2009-05-041-3/+3
| | | | | some cosmetic changes to make it compatible with new collections
* Updated README to resemble reality.Paul Phillips2009-05-041-38/+13
|
* Fixes for #839 and #840, and removed some dupli...Paul Phillips2009-05-042-55/+10
| | | | | Fixes for #839 and #840, and removed some duplicated code.
* Fix for #805Paul Phillips2009-05-041-1/+1
|
* Fixed potential memory leak.Philipp Haller2009-05-041-9/+9
|
* caught corner case for interpreter commands.Paul Phillips2009-05-031-4/+9
|
* Synced src/dotnet-library with rev 17621 of src...Paul Phillips2009-05-0212-101/+251
| | | | | Synced src/dotnet-library with rev 17621 of src/library
* Fix for #402.Paul Phillips2009-05-012-2/+2
|
* remedied a logic error I accidentally introducedPaul Phillips2009-05-011-5/+2
|
* Renamed overloaded toString variations througho...Paul Phillips2009-05-0122-94/+90
| | | | | | Renamed overloaded toString variations throughout scala.xml to buildString. Fixes bug #547, includes test case.
* Fix and test case for #1773.Paul Phillips2009-05-012-6/+28
|
* Pulled inappropriately output-producing method ...Paul Phillips2009-05-011-99/+50
| | | | | | | | Pulled inappropriately output-producing method overloads out of FactoryAdapter and placed in a trait, which could be mixed in if anyone really wanted them. Did some cleanup while in the neighborhood. Closes #1202.
* Implemented convenience methods for Xhtml as de...Paul Phillips2009-05-011-48/+72
| | | | | | Implemented convenience methods for Xhtml as described in #895. Cleaned it up and added documentation while in the neighborhood.
* Modifications to the 10 failing test cases to m...Paul Phillips2009-05-0110-54/+54
| | | | | | Modifications to the 10 failing test cases to make them passing test cases in light of the patch from #1118.
* Patch for #1118 appliedPaul Phillips2009-05-011-5/+11
|
* Fix and test for #1937Paul Phillips2009-04-302-1/+2
|
* Factored common interface of UnprefixedAttribut...Paul Phillips2009-04-303-10/+81
| | | | | | | Factored common interface of UnprefixedAttribute and PrefixedAttribute out into an Attribute trait; added Attribute object with various convenience methods for creations; created extractors for all three.
* restoring unwisely removed toString variant.Paul Phillips2009-04-301-0/+2
|
* Fix for #901.Paul Phillips2009-04-301-1/+1
|
* Some minor cleanups made in the course of looki...Paul Phillips2009-04-302-93/+25
| | | | | | Some minor cleanups made in the course of looking into bugs #1488 and #1489.
* continuing fix for #1626 into trac commentsPaul Phillips2009-04-301-1/+1
|
* Fix and test case for #1626.Paul Phillips2009-04-302-0/+6
|
* fix for #1712Paul Phillips2009-04-301-2/+1
|
* Two minor findbugs-discovered logic errors I've...Paul Phillips2009-04-302-5/+6
| | | | | | Two minor findbugs-discovered logic errors I've had in storage until I had xml write access.
* Reimplementation of XML encoding heuristics fro...Paul Phillips2009-04-302-137/+61
| | | | | Reimplementation of XML encoding heuristics from spec.
* Removed various now-unnecessary java 1.4 workar...Paul Phillips2009-04-2917-146/+60
| | | | | | Removed various now-unnecessary java 1.4 workarounds and conditional behavior.