summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/InterpreterLoop.scala
Commit message (Expand)AuthorAgeFilesLines
* Reverted r15497 and r15500.Geoffrey Washburn2008-07-121-5/+3
* Fixed r15497 to handle the case where a file th...Geoffrey Washburn2008-07-081-5/+6
* Patch so that .scala can be be ommited when loa...Geoffrey Washburn2008-07-071-1/+2
* Fixed ugliness correctly this time.Geoffrey Washburn2008-05-251-9/+1
* Undo the changes for now.Geoffrey Washburn2008-05-241-1/+11
* Really fixed InterpreterLoop this time.Geoffrey Washburn2008-05-241-3/+1
* InterpreterLoop no longer needs ugliness becaus...Geoffrey Washburn2008-05-241-8/+0
* Fixes #416.Geoffrey Washburn2008-02-041-1/+2
* made println platform-independent in interpretermichelou2008-01-241-6/+5
* Moved the checks for executing JVM versus targe...Geoffrey Washburn2008-01-131-5/+0
* I believe I've fixed the problem with ScriptRun...Geoffrey Washburn2008-01-091-0/+5
* removed tabs michelou2007-10-121-21/+20
* 1. Pre-load any files specified with the -i optionLex Spoon2007-10-101-0/+18
* fixes two little problems with :replay Lex Spoon2007-10-051-5/+2
* added test for EMACS environment variable (jline)michelou2007-08-161-8/+7
* Support jline in the interactive shell.Lex Spoon2007-07-171-35/+49
* minor tweak to the message for ending multi-lin...Lex Spoon2007-07-131-1/+1
* - set the Java "context classloader" in ObjectR...Lex Spoon2007-07-131-5/+12
* added star expansion (Stepan's contrib)michelou2007-07-091-5/+4
* removed more primitive type aliases, removed so...michelou2007-06-211-1/+1
* added prompt/fileEnding propertiesmichelou2007-06-191-2/+1
* added the version number to the welcome messageLex Spoon2007-06-191-1/+1
* factored out the choice of promptLex Spoon2007-06-141-1/+5
* Final merge from the plugins branch. The compilerLex Spoon2007-06-071-0/+3
* splitted usage messagemichelou2007-06-061-16/+16
* Renamed "interpreter" to "interactive shell" in...Lex Spoon2007-05-301-4/+6
* In the interpreter, compile the source code of ...Lex Spoon2007-05-241-7/+2
* updated for-comprehension syntaxmichelou2007-04-191-5/+5
* added a commentLex Spoon2007-04-191-0/+6
* for the parent class loader, choose the classLex Spoon2007-04-191-1/+1
* - added user-accessible settings for the interp...Lex Spoon2007-03-241-8/+27
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-4/+4
* update address of Scala websitemichelou2007-01-251-2/+2
* removed the :compile commandLex Spoon2007-01-241-9/+1
* updated some commments in interpretermichelou2007-01-231-21/+19
* - start prime the interpreter sooner, so that t...Lex Spoon2007-01-161-2/+8
* Support multi-line expressions and definitions ...Lex Spoon2007-01-151-28/+75
* Tweaked the help and welcome messages.Lex Spoon2007-01-121-4/+11
* Replaced == null()eq null(ne null)mihaylov2006-11-131-4/+4
* Replaced java.io._ with specific importsmihaylov2006-11-101-1/+2
* Refactored portability supportmihaylov2006-11-011-0/+2
* cleaned up Scala commentsmichelou2006-10-051-8/+13
* updated some references to "scalascript" and "s...Lex Spoon2006-07-261-1/+1
* split main in half, so that the second half can...Lex Spoon2006-06-151-26/+18
* cope with Interpreter.compile being renamed to ...Lex Spoon2006-05-151-1/+1
* cleaned up interpreter codemichelou2006-04-251-13/+5
* replaying no longer adds to the replay listLex Spoon2006-03-311-9/+17
* added :replay to the interpreterLex Spoon2006-03-301-45/+92
* - split MaintInterpreter.scala into two filesLex Spoon2006-03-241-0/+169