summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use alias_method_chain to handle layeringwip.refactor.repl.amcRyan Fitzgerald2013-01-281-49/+37
* Minor refactoring of #replwip.refactor.replRyan Fitzgerald2013-01-271-5/+10
* Factor out fix_indentationRyan Fitzgerald2013-01-271-17/+24
* Pass prompt into read from replRyan Fitzgerald2013-01-271-5/+6
* Refactor error handling into separate methodsRyan Fitzgerald2013-01-271-29/+47
* Factor out set_completion_proc methodRyan Fitzgerald2013-01-271-5/+11
* Remove Coolline special-casingRyan Fitzgerald2013-01-271-12/+3
* Split EOF handling up from other error handlingRyan Fitzgerald2013-01-271-35/+48
* Remove unnecessary default from documentationRyan Fitzgerald2013-01-271-2/+2
* Add ruby-head to TravisRyan Fitzgerald2013-01-271-0/+1
* Better fix for 28afdd547d712b5ea1292ec724f877706669c80fRyan Fitzgerald2013-01-272-2/+25
* Add regression test for 28afdd547d712b5ea1292ec724f877706669c80fRyan Fitzgerald2013-01-271-0/+4
* Always pass `inherit` param to `Module#constants`Ryan Fitzgerald2013-01-271-1/+1
* All passing arguments to `rake pry`.Conrad Irwin2013-01-271-1/+5
* Helpers::tablify: fix FloatDomainErrorKyrylo Silin2013-01-272-1/+20
* Pager: use TerminalInfo API for `::page_size`Kyrylo Silin2013-01-271-6/+2
* Command: replace `Slop::parse` with `Slop::new`Kyrylo Silin2013-01-251-1/+1
* Fix NoMethodError __id__ on ruby-1.9.2Conrad Irwin2013-01-241-1/+2
* Merge pull request #824 from amanelis/gemspec-licenseRyan Fitzgerald2013-01-241-0/+1
|\
| * Added license to config in gemspecAlex Manelis2013-01-241-0/+1
|/
* SimplePager: fix my goofy indentation (c)Kyrylo Silin2013-01-241-2/+2
* Rename "DEPRECATED" to "DISABLED"Kyrylo Silin2013-01-243-5/+5
* SimplePager: take into account the info barKyrylo Silin2013-01-241-3/+6
* add Pry.last_internal_errorJohn Mair2013-01-202-0/+5
* pager.rb: Ensure we explicitly rescue LoadErrorJohn Mair2013-01-191-1/+1
* Some fixes to the pager.epitron2013-01-191-5/+24
* Remove confusing rescue raiseConrad Irwin2013-01-181-12/+5
* Merge branch 'wip.refactor'Conrad Irwin2013-01-1837-1343/+1293
|\
| * Merge branch 'master' into wip.refactorRyan Fitzgerald2013-01-0547-1538/+1680
| |\
| * | Fix YARD warningRyan Fitzgerald2012-12-281-3/+2
| * | Clean up various docs for Pry::REPLRyan Fitzgerald2012-12-282-40/+50
| * | Pull out Indent#should_correct_indentation?Ryan Fitzgerald2012-12-282-6/+14
| * | Replace PryTester#simulate_repl with Pry#evalRyan Fitzgerald2012-12-283-63/+34
| * | History doc tweaks and other misc faffingRyan Fitzgerald2012-12-281-25/+21
| * | Re-instate linewise saverConrad Irwin2012-12-281-5/+6
| * | Un-break pusher abstractionConrad Irwin2012-12-281-1/+1
| * | Remove unused methodConrad Irwin2012-12-281-9/+0
| * | write to history incrementallyConrad Irwin2012-12-285-79/+47
| * | Docstrings for Pry::REPLConrad Irwin2012-12-281-8/+28
| * | Use correct_indent not auto_indent...Conrad Irwin2012-12-283-14/+6
| * | Refactor completion API (git diff -w)Conrad Irwin2012-12-286-194/+196
| * | Rename loop to repConrad Irwin2012-12-281-3/+3
| * | Tidier test for BasicObject supportConrad Irwin2012-12-282-5/+4
| * | Remove input_stack and fix REPLFileLoaderConrad Irwin2012-12-286-130/+19
| * | Make interactive? explicitConrad Irwin2012-12-283-19/+10
| * | Fix Ctrl-D in nested pry'sConrad Irwin2012-12-282-12/+21
| * | Merge branch 'master' into wip.refactorConrad Irwin2012-12-2867-604/+1234
| |\ \
| * | | Make hist command just use _pry_.evalConrad Irwin2012-12-282-41/+31
| * | | Rename `retrieve_line` to `read`Ryan Fitzgerald2012-12-272-8/+7
| * | | Rename `repl` to `loop`Ryan Fitzgerald2012-12-271-8/+7