summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Pending test for #607NAME2008-03-102-0/+9
|
* Fixed another use of 1.5 PrintWriter constructor.Geoffrey Washburn2008-03-101-1/+1
|
* SuperSABBUS works with files that have spaces i...Gilles Dubochet2008-03-099-86/+48
| | | | | | SuperSABBUS works with files that have spaces in their path. Distribution should build on Windows.
* Array.zip supports arrays of different lengths.Lex Spoon2008-03-093-4/+14
|
* Moved matching from 'util' to 'scala.util'.Gilles Dubochet2008-03-089-9/+9
|
* Applied patch from #598NAME2008-03-071-1/+1
|
* Pending test for #612NAME2008-03-072-0/+10
|
* Pending test for #606NAME2008-03-072-0/+10
|
* Fixed typo in SuperSABBUS that prevented it fro...Gilles Dubochet2008-03-071-1/+1
| | | | | Fixed typo in SuperSABBUS that prevented it from building STRAP.
* Improved SuperSABBUS w.r.t.Gilles Dubochet2008-03-075-23/+49
|
* Fixed #274 by using NameTransformer.decode.Geoffrey Washburn2008-03-071-2/+3
|
* Hopefully fix the problem with Either not being...Geoffrey Washburn2008-03-072-0/+2
| | | | | | Hopefully fix the problem with Either not being included in the the builds.
* Use JDK 1.4 compatible PrintWriter constructorPhilipp Haller2008-03-071-1/+1
|
* updated STARR to 2.7.0-finalLukas Rytz2008-03-073-3/+3
|
* 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-073-0/+1497
| | | | | | Added Morris's implementation of the Either data type, along with his ScalaCheck tests.
* Applied Andrew Foggin's patch to allow plugins ...Geoffrey Washburn2008-03-071-1/+4
| | | | | | | | Applied Andrew Foggin's patch to allow plugins to be run immediately after ther parsing phase. It shouldn't be necessary to special case parsing like this, but I cannot figure out how to untangle to mutually recursive initialiation order constraints.
* definitions.init doesn't really need to know ab...Geoffrey Washburn2008-03-071-2/+2
| | | | | definitions.init doesn't really need to know about firstPhase.
* Switched to scala.StringBuilderIulian Dragos2008-03-061-1/+1
|
* updated scala-reports addressmichelou2008-03-061-3/+3
|
* Added a method to give you the default characte...Geoffrey Washburn2008-03-061-0/+7
| | | | | | Added a method to give you the default character set encoding as a String.
* SuperSABBUS runs the full test suite and is fas...Gilles Dubochet2008-03-0615-237/+355
| | | | | | | | | | SuperSABBUS runs the full test suite and is faster. - Reorganised build for better dependencies. - Various improvements and fixes in build process' correction and ease-of-use. - Partest Ant task can now run resident tests. - Fixed some issues with Partest.
* fixed double escaping issueBurak Emir2008-03-052-5/+5
|
* Refactored definition of test procedures.Philipp Haller2008-03-053-218/+114
|
* ScalaDoc, etc.Geoffrey Washburn2008-03-0512-61/+84
| | | | | | | | | | | of Settings. All doc related settings have been commented out of Settings (soon to be removed) and are now found in doc.Settings. -Ydoc is no more. I believe I have updated the scaladoc Ant task correctly, but it is not clear how to test it.
* Compiled nest.jar with JDK 1.4Philipp Haller2008-03-051-1/+1
|
* Main accepts, but ignores -Ydoc.Geoffrey Washburn2008-03-052-43/+13
| | | | | | | ScalaDoc now "ignores" -Ydoc, but must still be given it as an argument so that the Settings class makes the doc dependent command-line options available.
* Fixed the test... I think.Geoffrey Washburn2008-03-051-1/+1
|
* Created a "new" class that is used for running ...Geoffrey Washburn2008-03-052-4/+115
| | | | | | | Created a "new" class that is used for running scaladoc. Right now it is just Main with a new name, but this will change in the near future (and Main, etc. will lose the -Ydoc option).
* Fixed #585.Philipp Haller2008-03-051-3/+5
|
* Added util.matching package that contains extra...Philipp Haller2008-03-049-0/+573
| | | | | | Added util.matching package that contains extractors for regex and bit fields.
* Added more debug info to partest.Philipp Haller2008-03-042-1/+7
|
* Use a java.security.SecureRandom for better Geoffrey Washburn2008-03-041-1/+1
| | | | | | | random port selection. Should think a little more about whether fsc can be exploited by other users local to a computer.
* Added equals methods to instances of Ordered. Geoffrey Washburn2008-03-043-0/+12
| | | | | They are probably never used, but just in case.
* One more redundant use of toString.Geoffrey Washburn2008-03-041-1/+1
|
* Eliminated a few more redundant uses of toString.Geoffrey Washburn2008-03-042-5/+5
|
* Undid most of the valueOf optimizations as they...Geoffrey Washburn2008-03-043-18/+48
| | | | | | | Undid most of the valueOf optimizations as they do not work under Java 1.4. Perhaps once we have the library bifuricated better, we can provide separate versions of Predef for 1.4 and 1.5 and above.
* Updated usage infoPhilipp Haller2008-03-041-1/+2
|
* Changed paths in resident compiler tests + scal...Philipp Haller2008-03-049-18/+18
| | | | | | Changed paths in resident compiler tests + scalatest so that partest can emulate it.
* Fixed #581. Made script tester more robust.Philipp Haller2008-03-032-36/+69
|
* Simplified classpath handlingPhilipp Haller2008-03-036-23/+21
|
* Adjusted package name in test, so that it integ...Philipp Haller2008-03-033-3/+3
| | | | | | Adjusted package name in test, so that it integrates easier with other tests.
* Should generally use valueOf when constructing ...Geoffrey Washburn2008-03-033-18/+18
| | | | | | Should generally use valueOf when constructing integer-like numberics. JVM is supposedly guaranteed to have objects for -128 to 127 cached.
* Pending test for #591NAME2008-03-031-0/+7
|
* Strings are immutable, so new String(string) is...Geoffrey Washburn2008-03-031-1/+1
| | | | | Strings are immutable, so new String(string) is redundant.
* returning "" is more efficient than new String()Geoffrey Washburn2008-03-031-1/+1
|
* Using java.lang.Boolean.valueOf(...) is more ef...Geoffrey Washburn2008-03-033-10/+10
| | | | | | Using java.lang.Boolean.valueOf(...) is more efficent than new java.lang.Boolean(...).
* Pending test for #590NAME2008-03-031-0/+3
|
* Elminiated a number of redundant calls to toStringGeoffrey Washburn2008-03-0313-17/+17
|