summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ScriptRunner.scala
Commit message (Expand)AuthorAgeFilesLines
...
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* new arrays are done.Martin Odersky2009-09-211-1/+1
* Resurrected the former contents of scala.io in ...Paul Phillips2009-09-111-255/+190
* Reverts scala.io.* to its natural state, and th...Paul Phillips2009-09-071-191/+254
* Large Path/File/Directory checkin.Paul Phillips2009-08-301-30/+28
* A bunch of cleanup on scriptrunner and fsc perf...Paul Phillips2009-08-181-255/+194
* Removed various now-unnecessary java 1.4 workar...Paul Phillips2009-04-291-7/+0
* A big cleanup of Settings code.Paul Phillips2009-03-121-1/+1
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Fixed #1440 and generally cleaned up things a bit.Geoffrey Washburn2008-11-211-42/+43
* Fix for #820Geoffrey Washburn2008-08-221-32/+52
* Some additional bits of output that should prob...Geoffrey Washburn2008-08-211-2/+2
* The ScriptRunner now sends errors to stderr rat...Geoffrey Washburn2008-08-211-1/+1
* Fixing #1015 and #1017 when run inside of a scr...Geoffrey Washburn2008-06-101-3/+4
* Fixed #368:Geoffrey Washburn2008-02-081-2/+4
* Should fix #417 (Exit status was zero on except...Geoffrey Washburn2008-02-041-0/+1
* Learned of the shorter way of converting string...Geoffrey Washburn2008-01-151-1/+1
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-131-10/+7
* I believe I've fixed the problem with ScriptRun...Geoffrey Washburn2008-01-091-0/+10
* support executing a command in additionLex Spoon2007-10-101-43/+66
* Massive check-in for IDE.Sean McDirmid2007-09-171-5/+4
* delay the deletion of compiled files until theLex Spoon2007-07-241-20/+17
* handle the case that a connection to the compil...Lex Spoon2007-07-241-0/+3
* the option for script compiling is now -XscriptLex Spoon2007-07-221-1/+1
* added star expansion (Stepan's contrib)michelou2007-07-091-9/+6
* factored out the choice of wrapper code, so tha...Lex Spoon2007-06-181-13/+26
* Refactored ScriptRunner and the offline compila...Lex Spoon2007-06-141-8/+18
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-1/+1
* Replaced -Xscript by -script, so that script filesLex Spoon2007-06-121-10/+47
* deprecated &f, .f, requires.Martin Odersky2007-06-051-2/+2
* fixed classpath in method runScriptmichelou2007-06-041-10/+22
* updated for-comprehension syntaxmichelou2007-04-191-9/+5
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-5/+5
* Added a reference to Settings in AbstractReportermihaylov2007-02-061-1/+1
* added cancel capability to nscMartin Odersky2006-11-301-1/+1
* Replaced == null()eq null(ne null)mihaylov2006-11-131-1/+1
* Refactored portability supportmihaylov2006-11-011-2/+3
* rewrote handling of Scala comments in DocGenera...michelou2006-10-031-21/+40
* reorganized scala.tools.nsc.io!Burak Emir2006-09-211-3/+3
* - check for errors when using the compilation d...Lex Spoon2006-09-211-3/+3
* Compile scripts within the "scalascript" packag...Lex Spoon2006-09-211-2/+2
* Eliminated need for extra global class so Globa...Sean McDirmid2006-08-251-1/+1
* Modified scopes and positions so they can be co...Sean McDirmid2006-08-251-1/+1
* make filenames and paths be absolute before pas...Lex Spoon2006-08-241-1/+13
* Removed ambiguity on "Console" when necessary t...Gilles Dubochet2006-08-041-1/+1
* fixed test for scriptFile in ScriptRunner.runSc...michelou2006-07-281-27/+27
* added the option to compile using the fsc compi...Lex Spoon2006-07-131-17/+81
* Made fsc safer and scriptableMartin Odersky2006-07-121-1/+1
* -savecompiled is now an option that is off by d...Lex Spoon2006-07-121-28/+48
* renamed MainScript to ScriptRunnerLex Spoon2006-06-301-0/+211