summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolved conflict in actor example.Philipp Haller2006-06-231-0/+1
|
* fixed class name in example actors/counter.scalamichelou2006-06-231-2/+2
|
* Corrected comment about the state of the AST fo...Gilles Dubochet2006-06-221-1/+1
| | | | | Corrected comment about the state of the AST for each phase.
* added missing check file for scaladocmichelou2006-06-221-0/+12
|
* removed 'mixin' from files in docs/examples/michelou2006-06-222-5/+8
|
* fixed bug #638michelou2006-06-223-9/+48
|
* tweaked the output and the check fileLex Spoon2006-06-222-2/+2
|
* (no commit message)Lex Spoon2006-06-221-0/+0
|
* 1a.Lex Spoon2006-06-221-2/+40
| | | | | | | | | 1b. Add "." to the classpath if the user does not specify any classpath at all. 2. Handle exceptions that are now thrown by ObjectRunner, that is: ClassNotFoundException, NoSuchMethodError, and InvocationTargetException. For InvocationTargetException, go ahead and print a stack trace.
* Do not suppress ClassNotFoundException, NoSuchM...Lex Spoon2006-06-221-10/+9
| | | | | | Do not suppress ClassNotFoundException, NoSuchMethodError, or InvocationTargetException. Document that the caller must handle them.
* added -cp as an abbreviation for -classpathLex Spoon2006-06-221-1/+4
|
* removed leading/trailing tabs/blanks in library...michelou2006-06-223-278/+273
| | | | | removed leading/trailing tabs/blanks in library files
* removed an extraneous "env"Lex Spoon2006-06-221-2/+2
|
* document the classpath handlingLex Spoon2006-06-221-1/+8
|
* - put manpages in a "man1" directoryLex Spoon2006-06-221-3/+4
| | | | | - updated scaladoc invocation, copied from SABUS
* be clearer about the ability of JAVACMD to incl...Lex Spoon2006-06-221-8/+12
| | | | | be clearer about the ability of JAVACMD to include JVM options
* Renamed 2 files in the actor library to prevent...mihaylov2006-06-222-14/+8
| | | | | | Renamed 2 files in the actor library to prevent their unnecessary recompilation
* Prevent a conflict between [scala.throws] and [...mihaylov2006-06-221-33/+28
| | | | | Prevent a conflict between [scala.throws] and [scala.remote]
* implemented test_add_file()michelou2006-06-221-11/+35
|
* Fixed bug 630Martin Odersky2006-06-211-6/+5
|
* added package name to actors examplesmichelou2006-06-212-13/+18
|
* Fixed bug 629 by moving some code from RefCheck...Martin Odersky2006-06-212-9/+24
| | | | | Fixed bug 629 by moving some code from RefChecks to SuperAccessors
* Added actors library.Philipp Haller2006-06-2173-1/+4916
|
* (no commit message)Philipp Haller2006-06-213-67/+0
|
* (no commit message)Philipp Haller2006-06-213-0/+67
|
* 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