summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed name of scriptLex Spoon2006-02-081-0/+0
|
* revived from old-scalaLex Spoon2006-02-081-0/+130
|
* The Scala compiler is now compatible with Java ...Gilles Dubochet2006-02-071-1/+1
| | | | | The Scala compiler is now compatible with Java 1.6 beta.
* (no commit message)Martin Odersky2006-02-0614-17/+168
|
* In test script, JAVA_CMD should be JAVACMD.Gilles Dubochet2006-02-061-1/+1
|
* added some quotes so that arguments with spaces...Lex Spoon2006-02-061-1/+1
| | | | | added some quotes so that arguments with spaces work fine
* Added somme additional documentation.Gilles Dubochet2006-02-031-0/+59
|
* Make the scalac2 sbaz package depend on scalac2...Lex Spoon2006-02-031-1/+2
| | | | | Make the scalac2 sbaz package depend on scalac2-support
* Fixed typos in a couple of commentsLex Spoon2006-02-032-2/+2
|
* Added somme additional documentation.Gilles Dubochet2006-02-033-0/+48
|
* (no commit message)Martin Odersky2006-02-023-1/+20
|
* (no commit message)Martin Odersky2006-02-012-8/+11
|
* Some cosmetic changes in non-plugin files.Sean McDirmid2006-02-017-30/+41
|
* (no commit message)Martin Odersky2006-02-012-22/+16
|
* (no commit message)Martin Odersky2006-01-311-1/+1
|
* Using debug mode is not longer necessary to get...Gilles Dubochet2006-01-311-4/+4
| | | | | | Using debug mode is not longer necessary to get stack traces when using Scalac for Ant.
* (no commit message)Martin Odersky2006-01-303-3/+10
|
* (no commit message)Martin Odersky2006-01-306-14/+37
|
* Corrected a classpath problem in the generated ...Gilles Dubochet2006-01-301-3/+3
| | | | | Corrected a classpath problem in the generated scripts in 'build/'.
* Added '?' to the list of encoded operators.Iulian Dragos2006-01-301-0/+1
|
* Removed justthrow test file, as this case is co...Iulian Dragos2006-01-302-11/+0
| | | | | Removed justthrow test file, as this case is covered now in try-2.scala.
* A $PREFIX was still lurking around: it is gone ...Gilles Dubochet2006-01-301-1/+1
| | | | | A $PREFIX was still lurking around: it is gone now.
* Sanitized the ScalaTool ant script so that it d...Gilles Dubochet2006-01-305-18/+15
| | | | | | Sanitized the ScalaTool ant script so that it doesn't add an automatic $PREFIX to classpath elements.
* Added more test files for try-catch blocks.Iulian Dragos2006-01-304-0/+261
|
* Fixed expected type for Try blocks.Iulian Dragos2006-01-301-1/+1
|
* Removed the '-client' flag in the run scripts: ...Gilles Dubochet2006-01-301-4/+4
| | | | | | Removed the '-client' flag in the run scripts: it wasn't helpful after all.
* do not treat the empty string as a valid classp...Lex Spoon2006-01-271-1/+1
| | | | | do not treat the empty string as a valid classpath component
* (no commit message)Lex Spoon2006-01-271-0/+5
|
* (no commit message)Lex Spoon2006-01-272-0/+11
|
* Format changes, updates to IDE highlighting.Sean McDirmid2006-01-2711-125/+173
|
* If a classpath is specified explicitly, then be...Lex Spoon2006-01-271-1/+2
| | | | | | If a classpath is specified explicitly, then be sure to insert #PREFIX# in front of all the path elements.
* - corrected classpath on Cygwin in file test/sc...michelou2006-01-271-3/+4
| | | | | | - corrected classpath on Cygwin in file test/scalatest now displays 3rd - line of 'java -version'
* Move the implicit BitSet=>Ordered[BitSet] coerc...mihaylov2006-01-262-34/+31
| | | | | | Move the implicit BitSet=>Ordered[BitSet] coercion to automata/SubsetConstruction, where it is used
* Adding IO files to build.Sean McDirmid2006-01-264-0/+286
|
* (no commit message)Martin Odersky2006-01-266-30/+78
|
* - corrected value of nsc.excludes in file build...michelou2006-01-261-2/+3
| | | | | - corrected value of nsc.excludes in file build.xml
* Added a deep-copy clone methodmihaylov2006-01-261-0/+6
|
* Scala now only works in client mode: server mod...Gilles Dubochet2006-01-261-4/+4
| | | | | Scala now only works in client mode: server mode is too buggy for Scala.
* Added Martin's additional test cases.Gilles Dubochet2006-01-269-0/+85
|
* Scala bazaar Ant task now extends the correct t...Gilles Dubochet2006-01-261-2/+2
| | | | | Scala bazaar Ant task now extends the correct task type.
* - improved efficiencymihaylov2006-01-251-13/+20
| | | | | - fixed a bug in the handling of size
* Added a fast subsetOf implementationmihaylov2006-01-251-3/+35
|
* Made 'bugs' test case more resistant to differe...Gilles Dubochet2006-01-252-5/+14
| | | | | | Made 'bugs' test case more resistant to differences between Java 1.4 and 1.5 (difference in reporting of class cast exceptions).
* added --quick optionmihaylov2006-01-251-7/+13
|
* Adjusted for the changed outputmihaylov2006-01-251-2/+2
|
* Created new STARR release without the annoying ...Gilles Dubochet2006-01-242-2/+2
| | | | | Created new STARR release without the annoying debug message.
* Removed an annoying debug message.Gilles Dubochet2006-01-241-1/+1
|
* Created new STARR release.Gilles Dubochet2006-01-242-2/+2
|
* (no commit message)Martin Odersky2006-01-242-5/+7
|
* (no commit message)Martin Odersky2006-01-243-41/+37
|