summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ObjectRunner.scala
Commit message (Collapse)AuthorAgeFilesLines
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* change in ObjectRunner to avoid the warnings.Martin Odersky2008-07-091-2/+2
|
* -target 1.5 now the default.Martin Odersky2007-12-191-1/+1
|
* - set the Java "context classloader" in ObjectR...Lex Spoon2007-07-131-26/+29
| | | | | | | - set the Java "context classloader" in ObjectRunner and InterpreterLoop - tweaked the start up of the interactive shell so that a prompt appears more quickly
* ObjectRunner now recognizes -Xcodebasemichelou2007-06-041-23/+21
|
* updated for-comprehension syntaxmichelou2007-04-191-3/+2
|
* Refactored portability supportmihaylov2006-11-011-0/+2
|
* cleaned up Scala commentsmichelou2006-10-051-10/+29
|
* test that the main method is static, and throw ...Lex Spoon2006-08-241-0/+2
| | | | | test that the main method is static, and throw NoSuchMethodError if not
* reverse the order of guesses about howtorun: fi...Lex Spoon2006-07-131-3/+23
| | | | | | reverse the order of guesses about howtorun: first look for an object, then look for a script file
* fixed a spelling errorLex Spoon2006-06-301-1/+1
|
* 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.
* use getMethod("main",blahblah) instead of getMe...Lex Spoon2006-06-161-17/+3
| | | | | use getMethod("main",blahblah) instead of getMethods().find(blahblah)
* fixed "guess" test in MainGenericRunner.scalamichelou2006-06-151-13/+18
| | | | | added try/catch around Class.forName in ObjectRunner.scala
* added header and svn:keywords to files *Generic...michelou2006-06-151-7/+16
| | | | | added header and svn:keywords to files *Generic*.scala
* (no commit message)Lex Spoon2006-06-151-0/+36