summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mmmh, SABBUS wasn't working after all.Gilles Dubochet2006-01-201-1/+1
|
* Updated a rather improved version of SABBUS whi...Gilles Dubochet2006-01-202-97/+166
| | | | | | | Updated a rather improved version of SABBUS which takes care of dependencies much better. Have a look at the updated README file for details.
* (no commit message)Martin Odersky2006-01-209-42/+77
|
* (no commit message)Martin Odersky2006-01-207-49/+87
|
* Improved TypedCode to support yet more code.Gilles Dubochet2006-01-203-1/+8
|
* When zip-ping up an sbp file, include all depen...Lex Spoon2006-01-201-11/+3
| | | | | | When zip-ping up an sbp file, include all dependencies, not just the ones that have changed.
* automatically define a "sbaz" task coresponding...Lex Spoon2006-01-201-0/+2
| | | | | automatically define a "sbaz" task coresponding to ScalaBazaar
* (no commit message)Martin Odersky2006-01-198-42/+28
|
* - removed tabs in scala/concurrent/Process.scalamichelou2006-01-191-52/+57
|
* use toList instead of elements.toListmihaylov2006-01-191-1/+1
|
* Use attributes instead of java.lang.Cloneable, ...mihaylov2006-01-195-14/+19
| | | | | Use attributes instead of java.lang.Cloneable, java.io.Serializable
* (no commit message)Sean McDirmid2006-01-194-85/+104
|
* Fixed conflicting self in scala.concurrent.Proc...Philipp Haller2006-01-191-1/+1
| | | | | Fixed conflicting self in scala.concurrent.Process.
* changed <availablepackage> to <availablePackage>Lex Spoon2006-01-191-2/+2
|
* Added process identifiers (class Pid) to thread...Philipp Haller2006-01-192-0/+48
| | | | | Added process identifiers (class Pid) to thread-based actors.
* (no commit message)Martin Odersky2006-01-196-15/+19
|
* Updated Scalac to support a mode (triggered by ...Gilles Dubochet2006-01-192-43/+73
| | | | | | | Updated Scalac to support a mode (triggered by setting 'scalacdebugging' to true) that prints the compiled files and any stack trace generated by the compiler. Use it in SABBUS for quick and strap.
* Three things to be friendly with Scala Bazaars:Lex Spoon2006-01-191-12/+39
| | | | | | | 1. Generate three sbp packages, not just one 2. Fix the name of the bin scripts, e.g. scala22 --> scala2 3. Do not include a Main-Class in the scalac jar file
* Renamed the man pages with "2" at the end, i.e.Lex Spoon2006-01-192-24/+25
|
* Changed the product name in SABBUS to 'scala2'.Gilles Dubochet2006-01-191-1/+1
|
* Added the Scala Bazaar archive generation Ant t...Gilles Dubochet2006-01-192-3/+298
| | | | | | Added the Scala Bazaar archive generation Ant task. Modified the SABBUS build script to use it.
* (no commit message)Sean McDirmid2006-01-183-78/+80
|
* (no commit message)Sean McDirmid2006-01-185-424/+416
|
* (no commit message)Sean McDirmid2006-01-181-4/+4
|
* Made anonymous functions serializablemihaylov2006-01-181-2/+6
|
* Fixing empty list bug in ClassPath.Sean McDirmid2006-01-181-5/+10
|
* (no commit message)Sean McDirmid2006-01-181-4/+7
|
* added explicit type for partial function in tes...michelou2006-01-171-1/+1
| | | | | added explicit type for partial function in test/files/run/bugs.scala
* added parenthis around boolean expression in te...michelou2006-01-171-6/+6
| | | | | added parenthis around boolean expression in test/files/pos/traits.scala
* adapted code to new Scala syntax in test/files/...michelou2006-01-171-380/+300
| | | | | adapted code to new Scala syntax in test/files/run/regularpatmat.scala
* Generate static methods for inherited methods o...mihaylov2006-01-171-6/+14
| | | | | | Generate static methods for inherited methods of objects; solves the problem of inherited main method (bug contrib #107)
* added explicit type for partial functions in te...michelou2006-01-172-3/+6
| | | | | | added explicit type for partial functions in test/files/pos/eta.scala, ..
* replaced ':' (deprecated) by 'requires' in test...michelou2006-01-171-1/+1
| | | | | replaced ':' (deprecated) by 'requires' in test/files/pos/bug372.scala
* replaced ':' (deprecated) by 'requires' in test...michelou2006-01-171-1/+1
| | | | | replaced ':' (deprecated) by 'requires' in test/files/pos/bug360.scala
* replaced ':' (deprecated) by 'requires' in test...michelou2006-01-173-3/+5
| | | | | | replaced ':' (deprecated) by 'requires' in test/files/pos/bug360.scala, ..
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/philippe4.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/bug211.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/scoping1.scala
* (no commit message)Martin Odersky2006-01-176-18/+43
|
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/bug39.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-1/+1
| | | | | | - replaced ':' (deprecated) by 'requires' in test/files/run/ctor-order.scala
* - replaced ':' (deprecated) by 'requires' in te...michelou2006-01-171-4/+4
| | | | | - replaced ':' (deprecated) by 'requires' in test/files/pos/bug267.scala
* - renamed scalanstest to scalatestmichelou2006-01-171-0/+0
|
* - scalanstest now also prints out JVM versionmichelou2006-01-171-1/+4
|
* - rolled back to scalanstest for restoring historymichelou2006-01-171-552/+0
|
* Resurrecting scalanstest from revision 5532michelou2006-01-171-0/+549
|
* - renamed test/scalanstest to test/scalatestmichelou2006-01-161-0/+552
| | | | | - also prints out version of Java runtime
* - renamed test/scalanstest to test/scalatestmichelou2006-01-161-549/+0
|
* Cleaned-up all keyword-substitution, executable...Gilles Dubochet2006-01-134-3/+3
| | | | | | Cleaned-up all keyword-substitution, executable flag and end-of-line properties of files in 'scala/trunk'
* Removed 'src/exec'.Gilles Dubochet2006-01-134-204/+0
|