summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interpreter/JLineReader.scala
Commit message (Expand)AuthorAgeFilesLines
* Modularized the repl.Paul Phillips2013-03-111-68/+0
* Merge commit 'd1b6d8b20f' into wip/fresh-merge2Paul Phillips2013-02-011-2/+5
|\
| * SI-4714 Initialize history while initializing the REPL's readerJames Iry2013-01-311-2/+3
* | Members removed from the repl.Paul Phillips2012-11-191-8/+0
* | Revert "Commenting out unused members."Paul Phillips2012-11-191-4/+4
* | Commenting out unused members.Paul Phillips2012-11-191-4/+4
* | Removed unused imports.Paul Phillips2012-11-061-2/+0
|/
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* Removing more unneeded code.Paul Phillips2012-05-151-3/+0
* Added parens to many methods.Paul Phillips2011-09-091-1/+1
* More polishing up repl power mode, no review.Paul Phillips2011-06-031-5/+4
* Working on the finer points of the Total Repl E...Paul Phillips2011-05-311-20/+22
* Made power mode more configurable.Paul Phillips2011-04-071-1/+0
* This addresses a few long standing irritations ...Paul Phillips2011-02-111-17/+25
* My repl history hasn't been working right for a...Paul Phillips2011-02-041-8/+3
* Added a :keybindings command to the repl which ...Paul Phillips2011-01-301-2/+7
* Bringing lots more encapsulation to the repl.Paul Phillips2011-01-291-57/+20
* There is a lot of housecleaning to be done.Paul Phillips2011-01-291-3/+60
* More repl housecleaning.Paul Phillips2011-01-281-9/+16
* Updated to new jline sources with it moved into...Paul Phillips2011-01-211-2/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* The shutdown hook installed by jline has made l...Paul Phillips2011-01-061-9/+1
* An alteration in jline had hosed the ability to...Paul Phillips2010-12-141-0/+1
* Hardening the repl against my own lack of ept.Paul Phillips2010-12-131-2/+2
* New jline: BSD licensed, based on [ https://git...Paul Phillips2010-12-121-10/+19
* The ability to interrupt repl execution without...Paul Phillips2010-12-061-0/+5
* Moved sigint handler to InterpreterLoop and mad...Paul Phillips2010-11-281-4/+1
* Seeing if I can unbreak things without actually...Paul Phillips2010-11-261-2/+3
* Making the installation of the repl sigint hand...Paul Phillips2010-11-261-1/+4
* A new totally safe signal manager, along with a...Paul Phillips2010-11-261-9/+0
* Temporarily reverted sun.misc.* using code unti...Paul Phillips2010-11-251-5/+5
* Two annoying REPL things made less annoying:Paul Phillips2010-11-171-1/+11
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Refinements to the recent repl patches.Paul Phillips2010-01-261-15/+3
* Another big REPL patch.Paul Phillips2010-01-231-12/+11
* It's a big REPL patch. And it contains:Paul Phillips2010-01-211-4/+4
* A few repl features.Paul Phillips2010-01-111-8/+10
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* Path completion! You can now say...Paul Phillips2009-04-081-0/+2
* Expanded set of completion delimiters; filter o...Paul Phillips2009-04-071-1/+6
* removed deprecated warning, updated svn props, ...michelou2009-03-101-1/+1
* Another big Interpreter patch, this one mostly ...Paul Phillips2009-03-051-4/+14
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Contributed fix for #1416Geoffrey Washburn2008-10-181-1/+1
* fixed some bugs; disabled devirtualize; desiabl...Martin Odersky2008-06-171-0/+1
* renamed JlineReader to JLineReader so ant will ...Burak Emir2007-07-251-1/+1
* Support jline in the interactive shell.Lex Spoon2007-07-171-0/+27