summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug 592Martin Odersky2006-05-162-1/+72
|
* Fixed bug 593Martin Odersky2006-05-166-2/+19
|
* Fixed bug 594Martin Odersky2006-05-162-3/+8
|
* TAR archive generate by SABBUS stores correct p...Gilles Dubochet2006-05-151-2/+4
| | | | | | TAR archive generate by SABBUS stores correct permissions for executable files.
* cope with Interpreter.compile being renamed to ...Lex Spoon2006-05-151-1/+1
| | | | | cope with Interpreter.compile being renamed to Interpreter.compileFile
* added compileString() and bind()Lex Spoon2006-05-151-3/+66
|
* tolerate 0-length writesLex Spoon2006-05-151-1/+2
|
* commented back in CharArrayFile.read ; if someo...Lex Spoon2006-05-151-1/+3
| | | | | | commented back in CharArrayFile.read ; if someone thinks it is incorrect, please either fix it or explain the problem...
* (no commit message)Lex Spoon2006-05-151-1/+1
|
* (no commit message)Lex Spoon2006-05-151-0/+138
|
* (no commit message)Lex Spoon2006-05-152-0/+10
|
* fixed error in file build.xmlmichelou2006-05-1216-13/+253
| | | | | fixed IBM J9 related error in file test/clitest
* fixed error for Cygwin in file templates/generi...michelou2006-05-111-1/+1
| | | | | fixed error for Cygwin in file templates/generic-unix.tmpl
* Seriously cleaned-up the build script.Gilles Dubochet2006-05-119-880/+506
|
* Bug fixesMartin Odersky2006-05-114-8/+13
|
* updated SVN header in file nsc/transform/CleanU...michelou2006-05-111-14/+17
| | | | | updated SVN header in file nsc/transform/CleanUp.scala
* Fixed more empty package bugs.Sean McDirmid2006-05-102-4/+7
|
* Fixing bug with <empty> packages.Sean McDirmid2006-05-101-6/+6
|
* (no commit message)Lex Spoon2006-05-101-0/+78
|
* new STARR.Gilles Dubochet2006-05-092-2/+2
|
* fixed error in file templates/generic-unix.tmplmichelou2006-05-0916-47/+66
| | | | | added corresponding test in script file test/clitest
* removed xsd stuffBurak Emir2006-05-093-119/+0
|
* (no commit message)Lex Spoon2006-05-092-0/+9
|
* opt=trueBurak Emir2006-05-081-1/+1
|
* Bug fixesMartin Odersky2006-05-0815-7/+171
|
* Added fjbg.jar contents to the scala-compiler.j...Iulian Dragos2006-05-082-2/+2
| | | | | | Added fjbg.jar contents to the scala-compiler.jar so that the STARR compiler accepts the new methods in fjbg to build locker.
* fixed classpath for library file fjbg.jar (for ...michelou2006-05-081-4/+4
| | | | | fixed classpath for library file fjbg.jar (for nightly build)
* Implemented class constants in the backend.Iulian Dragos2006-05-082-2/+22
|
* added target 'dist.nightly' in file build.xmlmichelou2006-05-081-0/+54
|
* Added closure elimination phase (experimental).Iulian Dragos2006-05-0813-69/+711
|
* added hrefs to classes of Java API using JavaSc...michelou2006-05-053-3/+40
| | | | | added hrefs to classes of Java API using JavaScript
* Changed array unboxing to use classes rather th...Martin Odersky2006-05-0513-32/+61
| | | | | Changed array unboxing to use classes rather than strings.
* added support of class literalsMartin Odersky2006-05-0532-238/+378
|
* added zipWithIndex to several collection classesLex Spoon2006-05-057-0/+119
|
* added a comment about variance in the type para...Lex Spoon2006-05-041-0/+4
| | | | | added a comment about variance in the type parameter
* added target 'dist.quick' (no tests and docs) i...michelou2006-05-042-3/+12
| | | | | added target 'dist.quick' (no tests and docs) in file build.xml
* added if-test in skipComment (bug #585)michelou2006-05-042-0/+8
|
* added if-test in skipComment (bug #585)michelou2006-05-041-275/+278
|
* removed unused variable SCALA_SCALA_ARGS in fil...michelou2006-05-041-3/+0
| | | | | removed unused variable SCALA_SCALA_ARGS in file test/scalatest
* Added a 'cldc' target for J2ME CLDC 1.0mihaylov2006-05-037-75/+106
|
* Added a 'target' optionmihaylov2006-05-031-0/+13
|
* Scala release 2.1.4michelou2006-05-011-3/+3
|
* fixed destination path in batch file test/scala...michelou2006-05-011-2/+7
| | | | | fixed destination path in batch file test/scalatest.bat
* Fixed bugs 570/571.v2.1.4Iulian Dragos2006-05-011-1/+6
|
* Added neg/bug520.checkmihaylov2006-04-301-0/+4
|
* fixed bug 581Martin Odersky2006-04-282-22/+1
|
* measured size of pickled dataMartin Odersky2006-04-283-4/+24
|
* fixed bug 577Martin Odersky2006-04-281-1/+1
|
* removed leading/trailing tabs/blanks in file ns...michelou2006-04-281-384/+385
| | | | | | removed leading/trailing tabs/blanks in file nsc/symtab/Types.scala corrected special characters ('<' -> &lt;) in Scala comments
* removed leading/trailing tabs/blanks in files C...michelou2006-04-272-210/+221
| | | | | | removed leading/trailing tabs/blanks in files Constructors.scala and LambdaLift.scala