summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test files after syntax change for closures.Martin Odersky2006-06-2111-23/+77
|
* adapted to new closure syntaxmichelou2006-06-211-228/+230
|
* Corrected a bunch of problems with the clitest ...Gilles Dubochet2006-06-2010-103/+40
| | | | | | Corrected a bunch of problems with the clitest script. All test cases should now pass.
* Fixed parsing problem for closuresMartin Odersky2006-06-209-32/+67
|
* Fixed bug #634mihaylov2006-06-202-4/+2
|
* Fixed bug #634mihaylov2006-06-202-2/+2
|
* Added a 'blocks' member to ExceptionHandlers wh...Iulian Dragos2006-06-205-8/+33
| | | | | | Added a 'blocks' member to ExceptionHandlers which lists the basic blocks which form the given handler.
* initial versionmichelou2006-06-202-0/+89
|
* Fixed bug #632 and updated test file.Iulian Dragos2006-06-203-24/+9
|
* fixed "tail of empty list" error in file Synthe...michelou2006-06-191-68/+75
| | | | | fixed "tail of empty list" error in file SyntheticMethods.scala
* *** empty log message ***Lex Spoon2006-06-191-0/+17
|
* *** empty log message ***Lex Spoon2006-06-191-0/+1
|
* Fixed "quick" option in "clitest" script.Gilles Dubochet2006-06-191-1/+1
|
* updated check files for clitestmichelou2006-06-199-6/+39
|
* Runner scripts should now be compatible with So...Gilles Dubochet2006-06-192-7/+7
| | | | | Runner scripts should now be compatible with Solaris.
* removed leading/trailing tabs/blanks in file Al...michelou2006-06-191-147/+144
| | | | | removed leading/trailing tabs/blanks in file AlgebraicMatchers.scala
* oops, forgot conditionBurak Emir2006-06-191-2/+2
|
* removed delegateSequenceMatching varBurak Emir2006-06-191-1/+0
|
* cleanupBurak Emir2006-06-192-51/+24
|
* proper handling of array(xs@_*)Burak Emir2006-06-191-2/+5
|
* Fixed type class problem reported by Bruno Oliv...Martin Odersky2006-06-171-8/+6
| | | | | Fixed type class problem reported by Bruno Oliveira
* added code for lifting valdefBurak Emir2006-06-172-0/+9
|
* Fixed bug 627Martin Odersky2006-06-171-1/+7
|
* updated check filesmichelou2006-06-172-3/+3
|
* Changed compile server to make it more robust;Martin Odersky2006-06-167-96/+107
| | | | | Some stylistic cleanups elsewhere
* updated STARR to Scala 2.1.6michelou2006-06-162-2/+2
|
* released Scala version 2.1.6v2.1.6michelou2006-06-161-2/+2
|
* updated check file (stacktrace changed with Mai...michelou2006-06-161-0/+7
| | | | | updated check file (stacktrace changed with MainGenericRunner)
* use getMethod("main",blahblah) instead of getMe...Lex Spoon2006-06-161-17/+3
| | | | | use getMethod("main",blahblah) instead of getMethods().find(blahblah)
* - changed the unicode method identifier to be a...Lex Spoon2006-06-162-5/+6
| | | | | | | - changed the unicode method identifier to be a valid; Java identifiers must start with a letter - re-enabled the test's invocation of this method
* (no commit message)Martin Odersky2006-06-161-4/+4
|
* changes to commentsLex Spoon2006-06-161-5/+5
|
* fixed optim of Array(xs@_*) but broken elsewhereBurak Emir2006-06-151-5/+6
|
* fixed "guess" test in MainGenericRunner.scalamichelou2006-06-153-71/+77
| | | | | added try/catch around Class.forName in ObjectRunner.scala
* Fixed type inference problemMartin Odersky2006-06-153-26/+55
|
* scalascript-->scalaLex Spoon2006-06-151-2/+2
|
* added header and svn:keywords to files *Generic...michelou2006-06-154-21/+46
| | | | | added header and svn:keywords to files *Generic*.scala
* adjust the generated tool scripts to replace sc...Lex Spoon2006-06-151-3/+8
| | | | | | adjust the generated tool scripts to replace scala+scalaint+scalascript by a single unified scala script
* removed scalascript and scalaintLex Spoon2006-06-151-24/+2
|
* removed scalascript and scalaint, and adjusted ...Lex Spoon2006-06-156-195/+12
| | | | | | removed scalascript and scalaint, and adjusted see-also sections of the other man pages accordingly
* adjusted the syntax to be compatible with exist...Lex Spoon2006-06-151-25/+26
| | | | | adjusted the syntax to be compatible with existing uses of "scala"
* (no commit message)Lex Spoon2006-06-152-0/+63
|
* (no commit message)Lex Spoon2006-06-151-0/+36
|
* - added args as an alias for argvLex Spoon2006-06-151-13/+23
| | | | | | - factored main into two halves, so that the second half can be called by MainGenericRunner
* (no commit message)Lex Spoon2006-06-151-0/+64
|
* split main in half, so that the second half can...Lex Spoon2006-06-151-26/+18
| | | | | | split main in half, so that the second half can be reused by MainGenericRunner
* fixed target directory for man pages in build.xmlmichelou2006-06-152-3/+9
|
* Requite the keyowrd 'val' in the extended attri...mihaylov2006-06-151-0/+1
| | | | | Requite the keyowrd 'val' in the extended attribute syntax
* generate manual pages from Scala codeLex Spoon2006-06-151-144/+160
|
* Fixed problems when compiling man1: too many cl...Martin Odersky2006-06-142-3/+10
| | | | | | Fixed problems when compiling man1: too many classes + crash when compiled separately.