summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ScriptRunner.scala
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-3/+3
* fixed issue with EnclosingMethod attribute.michelou2010-12-301-19/+19
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-2/+2
* Introducing scala.system, the product of a whir...Paul Phillips2010-12-041-2/+2
* Some cleanups in the *Runners and a few compile...Paul Phillips2010-11-271-1/+1
* In the absence of known reasons why some except...Paul Phillips2010-11-261-5/+3
* Introduces "Origins" for all your superhero bac...Paul Phillips2010-11-111-9/+1
* Restored the stack traces I'd accidentally smot...Paul Phillips2010-11-081-12/+18
* Since r22186 scripts wait for all non-daemon th...Paul Phillips2010-08-151-6/+13
* Fixed a bug in scripts which put the classfile ...Paul Phillips2010-06-161-1/+1
* Made scripts wait for all non-daemon threads to...Paul Phillips2010-06-071-22/+28
* Changed the script runner mechanism to alchemiz...Paul Phillips2010-05-231-68/+9
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-1/+1
* Some minor I/O changes. No review.Paul Phillips2010-03-261-1/+1
* A few yards short of the goal posts attempt at ...Paul Phillips2010-03-041-1/+1
* More laboring on Settings, ClassPaths, Ant Task...Paul Phillips2010-02-221-2/+2
* Some script fixes tied up with classpaths.Paul Phillips2010-02-191-11/+2
* The first reasonably satisfying classpath commit.Paul Phillips2010-02-181-2/+2
* More classpath work, and cleanups in the vicini...Paul Phillips2010-02-141-15/+4
* More work on classpaths.Paul Phillips2010-02-101-11/+3
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-4/+4
* Digging into why the repl is so slow, discovere...Paul Phillips2010-01-191-2/+2
* Another round of deprecation warning elimination.Paul Phillips2009-12-151-1/+1
* 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