summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* removed unsubstituted properties in Windows tem...michelou2006-03-222-6/+6
* adapted Windows templates to changes made in th...michelou2006-03-212-17/+31
* The compiler now takes care of its parameter cl...Gilles Dubochet2006-03-211-5/+11
* Corrected scripts to circumvent class loader bu...Gilles Dubochet2006-03-213-27/+32
* (no commit message)Martin Odersky2006-03-211-10/+21
* added header and author in file scala/util/Flui...michelou2006-03-211-0/+13
* Added a Fluid class, and used it to allow consoleLex Spoon2006-03-212-12/+123
* removed duplicated test 'if $cygwin ; ..' in fi...michelou2006-03-202-11/+1
* Exception thrown by the very last instruction i...Iulian Dragos2006-03-201-1/+9
* 1.Gilles Dubochet2006-03-2070-346/+257
* Updated STARR to version 2.1.0 (release).Gilles Dubochet2006-03-202-2/+2
* changed '~dp0' to '~dps0' in the Windows templa...michelou2006-03-202-2/+2
* Fixed problem in 2.Martin Odersky2006-03-201-1/+1
* 1.Martin Odersky2006-03-2021-99/+151
* Fixed returns from synchronized blocks.Iulian Dragos2006-03-201-0/+25
* updated contents of file docs/README in module ...michelou2006-03-181-27/+27
* convert value of variable SCALA_HOME on Cygwinmichelou2006-03-181-0/+1
* added missing file scala/runtime/NonLocalReturn...michelou2006-03-181-0/+13
* 1. Added a range method to Array.scalaMartin Odersky2006-03-189-13/+125
* released version 2.1.0 of the Scala distributionmichelou2006-03-171-4/+4
* (no commit message)v2.1.0Lex Spoon2006-03-172-0/+12
* Fixed class -> object resident bug.Iulian Dragos2006-03-171-4/+10
* chanded eol encoding in files/neg/bug545.*michelou2006-03-171-2/+2
* added a missing pair of ""Lex Spoon2006-03-161-1/+1
* corrected handling of version number in build.xmlmichelou2006-03-161-3/+3
* Fixed trait presentation highlighting bug.Sean McDirmid2006-03-161-1/+1
* (no commit message)Iulian Dragos2006-03-161-0/+1
* unix script to call the interpreterBurak Emir2006-03-161-0/+99
* Add the compiler's classpath to the Interpreter...Lex Spoon2006-03-151-3/+7
* Add the compiler's classpath to the Interpreter...Lex Spoon2006-03-151-2/+14
* added license and readme files to the docmichelou2006-03-152-8/+49
* In the scalaint script, define scala.boot.class...Lex Spoon2006-03-151-1/+2
* Added parent classloader to interpreterSean McDirmid2006-03-152-4/+11
* Improved the efficiency of Iterator.filter and ...mihaylov2006-03-152-18/+27
* Removed broken navigation links.Sean McDirmid2006-03-152-6/+12
* added DCodeLex Spoon2006-03-153-0/+495
* fixes bug #502Burak Emir2006-03-151-2/+3
* oops, adding makeBind(.) didn't actually workBurak Emir2006-03-151-1/+1
* added a makeBind(.) around pat to resolve bug #548Burak Emir2006-03-151-1/+1
* propagate property 'version.number' to all depe...michelou2006-03-141-2/+2
* changed 'mixin class' into 'trait' in docs/exam...michelou2006-03-143-5/+5
* added '-' in property 'time.short' to be sbaz f...michelou2006-03-141-1/+1
* removed asList, change \Burak Emir2006-03-141-5/+3
* changed ThrowMatchError stuffBurak Emir2006-03-141-1/+1
* changing asList to toListBurak Emir2006-03-141-1/+1
* disabling sequence pattern parsing (a,b)Burak Emir2006-03-141-8/+10
* disabling isInstanceOfErasedBurak Emir2006-03-141-2/+5
* prtty printer update plus node::\ methodBurak Emir2006-03-142-6/+12
* Improved scaladoc comment for class CountedIter...mihaylov2006-03-141-2/+1
* 1. Added a BigInt classMartin Odersky2006-03-1419-40/+615