summaryrefslogtreecommitdiff
path: root/lib/jline.jar.desired.sha1
Commit message (Collapse)AuthorAgeFilesLines
* This addresses a few long standing irritations ...Paul Phillips2011-02-111-1/+1
| | | | | | | | | | | | | | This addresses a few long standing irritations with jline, rewriting chunks of it along the way. No longer does columnar output spill over and double space everything if you're unlucky with the chosen widths. Pagination works for a higher definition of work. Etc. Also, for those who enjoy operating missile systems from their repls, crash recovery now requests your permission before replaying the session. Closes #4194, no review.
* Updated to new jline sources with it moved into...Paul Phillips2011-01-211-1/+1
| | | | | | | Updated to new jline sources with it moved into scala.tools.jline. I transitioned the jline build from maven to sbt, and this commit includes the first sbt-built binary. Review by jsuereth.
* Fix for a jline paste bug. No review.Paul Phillips2011-01-131-1/+1
|
* The shutdown hook installed by jline has made l...Paul Phillips2011-01-061-1/+1
| | | | | | | | | | | The shutdown hook installed by jline has made life difficult for sbt for a while. This changes jline not to install it, and alters the scala startup script to trap exit and re-enable echo on recognizably unix platforms. In addition it no longer installs a shutdown hook to flush the repl history to disk, instead flushing after every line. Any bash reviewers out there? Unless someone raises a hand, no review.
* More jline work from huynhjl.Paul Phillips2010-12-301-1/+1
| | | | | repo and includes jline binary. No review.
* More repl hardening, and a new jline jar which ...Paul Phillips2010-12-131-1/+1
| | | | | | More repl hardening, and a new jline jar which fixes a paste issue on OSX. No review.
* New jline: BSD licensed, based on [ https://git...Paul Phillips2010-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | New jline: BSD licensed, based on [ https://github.com/jdillon/jline2 ] with additional code thanks to [ https://github.com/huynhjl/jline2 ]. Replaces lib/jline.jar with build of these sources, and modifies trunk code to work with the new jar. Hopeful improvements including baseline functionality on cygwin and 64bit windows, as well as more accurate line wrapping / cursor positioning on all platforms and ctrl-R history search. For the time being the canonical source repository is this: https://github.com/paulp/jline2 The enclosed sources are a mirror of that repository, and should be treated as read-only in the scala svn repository. No review, codewise, but people are very strongly encouraged to try it out and report any regressions.
* Rebuilt jline with http://bugs.jython.org/file6...Paul Phillips2009-09-261-1/+1
| | | | | | | Rebuilt jline with http://bugs.jython.org/file676/jline-osx.diff applied. It doesn't completely fix things on OSX but for me they are clearly better.
* New jline jar from mapreduce's generified jline...Paul Phillips2009-06-251-1/+1
| | | | | | New jline jar from mapreduce's generified jline, including 32-bit and 64-bit versions of jline.dll so windows users can be happier.
* Support jline in the interactive shell.Lex Spoon2007-07-171-0/+1