summaryrefslogtreecommitdiff
path: root/lib/pry/repl.rb
Commit message (Expand)AuthorAgeFilesLines
* repl: calculate JRuby overhang (or rather not)Kyrylo Silin2018-11-031-6/+13
* Deprecate Pry::Platform and introduce Pry::Helpers::PlatformKyrylo Silin2018-11-021-2/+2
* repl: fix broken input while using rb-readlineKyrylo Silin2018-10-261-1/+5
* repl: correctly calculate overhang for empty linesKyrylo Silin2018-10-221-13/+13
* Properly clear after indenting (#1813)W2018-10-201-2/+18
* Fix rubocop empty line after guard clause style violationsArlandis Word2018-10-141-0/+2
* repl.rb: guard against negative overhangDamien Robert2018-10-031-1/+1
* remove duplicated requirerobert2017-06-041-2/+0
* fix Forwardable warnings in WrappedModule/Candidaterobert2017-06-031-1/+1
* return false from #piping? when $stdout is not an IO.strcmp2015-08-241-1/+2
* fix #1464strcmp2015-08-221-1/+1
* Fix warningFumiaki MATSUSHIMA2015-04-051-0/+2
* Remove support of Foreman altogetherKyrylo Silin2015-03-171-6/+0
* repl: set readline output to Pry's outputKyrylo Silin2015-03-031-3/+11
* repl: try setting the readline output on carriage returnKyrylo Silin2015-03-021-4/+7
* repl: factorout the "coolline" duplication to its own methodKyrylo Silin2015-03-021-2/+6
* repl: don't reopen 'dev/tty' on each carriage return when pipingKyrylo Silin2015-03-021-4/+21
* Fix possible reference to past scope warningsMatijs van Zuijlen2015-01-231-2/+2
* Revert 16c6037cde860c8b406e8140c5263fb7f4b26506 to fix spec/ProcfileFrank Macreery2014-06-281-0/+3
* Remove occurrences in replConrad Irwin2014-05-011-4/+4
* No Pry.config in Pry::IndentConrad Irwin2014-05-011-1/+1
* Merge branch 'master' into lazy-readlineRyan Fitzgerald2014-02-021-3/+0
|\
| * Remove Foreman hack from 5f3b5857fc94f0237ecd0440069cf34cc6aed86aRyan Fitzgerald2014-02-021-3/+0
* | visit instance of 'Pry' through delegate.Robert Gleeson2014-02-011-1/+1
* | update Pry::REPL to not assume Readline is loaded.Robert Gleeson2014-02-011-2/+2
|/
* No longer touching the the input. It's a global lock for now (:all)Nicolas Viennot2013-06-261-26/+12
* register_ownership -> with_ownershipNicolas Viennot2013-06-261-1/+1
* InputLocks are maintained in a single hash, keyed by inputsNicolas Viennot2013-06-261-5/+2
* Thread support for REPLNicolas Viennot2013-06-251-15/+38
* Guard against windows? + style homogenization☈king2013-02-081-2/+2
* Experimental logic for Readline.output☈king2013-02-081-0/+3
* Remove confusing rescue raiseConrad Irwin2013-01-181-12/+5
* Clean up various docs for Pry::REPLRyan Fitzgerald2012-12-281-39/+47
* Pull out Indent#should_correct_indentation?Ryan Fitzgerald2012-12-281-6/+9
* write to history incrementallyConrad Irwin2012-12-281-2/+0
* Docstrings for Pry::REPLConrad Irwin2012-12-281-8/+28
* Use correct_indent not auto_indent...Conrad Irwin2012-12-281-5/+5
* Refactor completion API (git diff -w)Conrad Irwin2012-12-281-8/+6
* Rename loop to repConrad Irwin2012-12-281-3/+3
* Remove input_stack and fix REPLFileLoaderConrad Irwin2012-12-281-10/+6
* Make interactive? explicitConrad Irwin2012-12-281-8/+0
* Rename `retrieve_line` to `read`Ryan Fitzgerald2012-12-271-5/+4
* Rename `repl` to `loop`Ryan Fitzgerald2012-12-271-8/+7
* Rename `accept_line` to `eval`Ryan Fitzgerald2012-12-271-1/+1
* Rename reset_line to reset_eval_stringRyan Fitzgerald2012-12-271-1/+1
* Slightly refactor REPL initializationRyan Fitzgerald2012-12-231-5/+6
* Re-add (deprecated) Pry#repl for @robgleesonConrad Irwin2012-12-211-0/+3
* Readd Pry#replConrad Irwin2012-12-211-1/+1
* Simplify accept_line a bitConrad Irwin2012-12-211-7/+8
* Pry.accept_line returns a 'should continue?' booleanConrad Irwin2012-12-211-21/+8