summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed Windows eol in file test/files/neg/bug5...michelou2006-03-221-3/+3
| | | | | removed Windows eol in file test/files/neg/bug550.check
* fixed a typoLex Spoon2006-03-221-1/+1
|
* Better print support, now even for polymorphic ...Iulian Dragos2006-03-221-1/+1
| | | | | Better print support, now even for polymorphic superclasses.
* corrected Windows tool template to match corres...michelou2006-03-222-32/+11
| | | | | | corrected Windows tool template to match corresponding Unix template reordered path variables in this order: EXTENSION, BOOT and MY
* Quick hack so that polymorphic types are printe...Iulian Dragos2006-03-221-1/+10
| | | | | | Quick hack so that polymorphic types are printed properly (not just their symbol).
* removed 'scala.class.path' from classpathDefaul...michelou2006-03-221-3/+1
| | | | | removed 'scala.class.path' from classpathDefault in file Settings.scala
* removed unsubstituted properties in Windows tem...michelou2006-03-222-6/+6
| | | | | removed unsubstituted properties in Windows template files
* adapted Windows templates to changes made in th...michelou2006-03-212-17/+31
| | | | | adapted Windows templates to changes made in the Unix templates
* The compiler now takes care of its parameter cl...Gilles Dubochet2006-03-211-5/+11
| | | | | The compiler now takes care of its parameter class path all by itself.
* Corrected scripts to circumvent class loader bu...Gilles Dubochet2006-03-213-27/+32
| | | | | | | Corrected scripts to circumvent class loader bug in scala runtime. Every class loads in the same classloader so that boxed arrays can load their content.
* (no commit message)Martin Odersky2006-03-211-10/+21
|
* added header and author in file scala/util/Flui...michelou2006-03-211-0/+13
| | | | | added header and author in file scala/util/Fluid.scala
* Added a Fluid class, and used it to allow consoleLex Spoon2006-03-212-12/+123
| | | | | | to have new input and output streams temporarily pushed in a thread-sensible way.
* removed duplicated test 'if $cygwin ; ..' in fi...michelou2006-03-202-11/+1
| | | | | removed duplicated test 'if $cygwin ; ..' in file tool-unix.tmpl
* Exception thrown by the very last instruction i...Iulian Dragos2006-03-201-1/+9
| | | | | | Exception thrown by the very last instruction in a method are now cought.
* 1.Gilles Dubochet2006-03-2070-346/+257
| | | | | | 2. ScalaTool Ant task updated to be more flexible. 3. Build now generates a separate archive for DBC (also changed in source layout).
* 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
| | | | | changed '~dp0' to '~dps0' in the Windows templates for using short names
* Fixed problem in 2.Martin Odersky2006-03-201-1/+1
|
* 1.Martin Odersky2006-03-2021-99/+151
| | | | | | | | 2. Changed method compareTo in class Ordered to compare. 3. Moved retsynch to pending 4. Fixed bug 550
* Fixed returns from synchronized blocks.Iulian Dragos2006-03-201-0/+25
|
* updated contents of file docs/README in module ...michelou2006-03-181-27/+27
| | | | | updated contents of file docs/README in module 'scala'
* convert value of variable SCALA_HOME on Cygwinmichelou2006-03-181-0/+1
|
* added missing file scala/runtime/NonLocalReturn...michelou2006-03-181-0/+13
| | | | | added missing file scala/runtime/NonLocalReturnException.scala
* 1. Added a range method to Array.scalaMartin Odersky2006-03-189-13/+125
| | | | | | 2. Enabled extended implicit conversions 3. Implemented non-local returns
* 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's *run* classpath
* Add the compiler's classpath to the Interpreter...Lex Spoon2006-03-151-2/+14
| | | | | Add the compiler's classpath to the Interpreter's *run* classpath
* added license and readme files to the docmichelou2006-03-152-8/+49
| | | | | corrected classpath handling in tool-unix.tmpl
* In the scalaint script, define scala.boot.class...Lex Spoon2006-03-151-1/+2
| | | | | In the scalaint script, define scala.boot.class.path .
* Added parent classloader to interpreterSean McDirmid2006-03-152-4/+11
|
* Improved the efficiency of Iterator.filter and ...mihaylov2006-03-152-18/+27
| | | | | Improved the efficiency of Iterator.filter and BufferedIterator.buffer
* 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
| | | | | | makeBind was in the wrong place, variable symbol of the makeBind in now captured by makeValue
* 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
| | | | | propagate property 'version.number' to all dependencies
* changed 'mixin class' into 'trait' in docs/exam...michelou2006-03-143-5/+5
| | | | | changed 'mixin class' into 'trait' in docs/examples/*.scala
* added '-' in property 'time.short' to be sbaz f...michelou2006-03-141-1/+1
| | | | | added '-' in property 'time.short' to be sbaz friendly
* removed asList, change \Burak Emir2006-03-141-5/+3
|
* changed ThrowMatchError stuffBurak Emir2006-03-141-1/+1
|