summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix regression with respect to space prefixes1369-blank-prefix-fixKyrylo Silin2015-03-084-2/+20
* Revert "Safe to append with #<< here after all."Kyrylo Silin2015-03-062-1/+2
* helpers/text: when strip colours, also strip special charactersKyrylo Silin2015-03-061-1/+1
* CHANGELOG: mention the fix of a293f1f3aaKyrylo Silin2015-03-061-0/+1
* Merge pull request #1388 from pry/493-color-promptKyrylo Silin2015-03-051-3/+2
|\
| * helpers/text: respect RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNOREKyrylo Silin2015-03-051-3/+2
|/
* CHANGELOG: mention the fix of StringScanner exceptionKyrylo Silin2015-03-041-0/+1
* Merge pull request #1370 from boxofrox/fix/missing-stringscanner-on-tab-compl...Kyrylo Silin2015-03-031-0/+1
|\
| * Fix missing require for tab completion within stringsJustin Charette2015-03-021-0/+1
|/
* CHANGELOG: mention recent changesKyrylo Silin2015-02-281-719/+723
* Merge branch 'tbpgr-fix_hist_clear_negative_array_size'Kyrylo Silin2015-02-282-0/+2
|\
| * Merge branch 'fix_hist_clear_negative_array_size' of https://github.com/tbpgr...Kyrylo Silin2015-02-282-0/+2
| |\ |/ /
| * Fix history clear bag(No re-init @original_lines)tbpgr2015-01-112-0/+2
* | Merge pull request #1313 from carlzulauf/only-supported-pluginsKyrylo Silin2015-02-281-5/+20
|\ \
| * | Only load plugins that support current pryCarl Zulauf2014-10-261-5/+20
* | | Merge pull request #1364 from pry/refactor/dont-throwaway-pry-instanceJohn Mair2015-02-281-1/+5
|\ \ \
| * | | Use _pry_.pager if possiblerefactor/dont-throwaway-pry-instanceJohn Mair2015-02-161-1/+5
* | | | method: amend backticks to avoid confusionKyrylo Silin2015-02-281-1/+1
* | | | CHANGELOG: mention the fix of #691Kyrylo Silin2015-02-271-0/+1
* | | | show-source: if the current context is a C object, display a warningKyrylo Silin2015-02-273-1/+64
* | | | wrapped_module:candidate: reflect the directory structure accordinglyKyrylo Silin2015-02-272-2/+2
* | | | base_helpers: remove the #mri_20? and #mri_19? methodsKyrylo Silin2015-02-271-8/+0
* | | | terminal: rescue Errno::EOPNOTSUPPKyrylo Silin2015-02-262-5/+17
* | | | file_formatter_spec: simplify tests a bitKyrylo Silin2015-02-261-19/+19
* | | | file_formatter: call #around on Pry::Code instead of StringKyrylo Silin2015-02-263-3/+23
* | | | Merge pull request #1365 from pry/bugfix/fix-spec-failuresJohn Mair2015-02-161-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Rename helper spec: singleton_class(arg) -> eigenclass(arg)John Mair2015-02-161-6/+8
|/ / /
* | | Merge pull request #1355 from mvz/fix-warningsr202015-02-0163-1218/+1253
|\ \ \
| * | | Fix JRuby-specific warningsMatijs van Zuijlen2015-01-232-4/+5
| * | | Fix possible reference to past scope warningsMatijs van Zuijlen2015-01-235-23/+21
| * | | Fix more unused local variable warningsMatijs van Zuijlen2015-01-232-2/+3
| * | | Catch at least some errors in #safe_to_evaluate?Matijs van Zuijlen2015-01-232-0/+2
| * | | Avoid ignored literalsMatijs van Zuijlen2015-01-231-2/+2
| * | | Undefine method possibly defined in sessionMatijs van Zuijlen2015-01-231-0/+3
| * | | Fix warning generated by editor actionMatijs van Zuijlen2015-01-231-2/+6
| * | | Fix more warningsMatijs van Zuijlen2015-01-2326-459/+477
| * | | Fix binary operator % warningMatijs van Zuijlen2015-01-231-3/+3
| * | | Fix some warningsMatijs van Zuijlen2015-01-2331-721/+733
| * | | Fix 'possibly useless use of == in void context' warningsMatijs van Zuijlen2015-01-231-5/+5
| * | | Fix 'shadowing outer local variable' warningMatijs van Zuijlen2015-01-231-1/+1
| * | | Enable warnings during spec runsMatijs van Zuijlen2015-01-232-5/+1
|/ / /
* | | add tests that cover Object subclassesrpag2015-01-151-0/+31
* | | add spec, & cleanup after existing specrpag2015-01-151-4/+22
* | | add Pry::ColorPrinter specsrpag2015-01-151-0/+35
* | | define instance methods on Pry::Helpers::Textrpag2015-01-151-75/+69
* | | update CHANGELOG.mdrpag2015-01-151-0/+1
* | | support custom implementation of BasicObject#inspect.rpag2015-01-151-8/+11
* | | Don't render Pry::Code for `#respond_to_missing?`Ryan Fitzgerald2015-01-141-2/+2
* | | Add missing Pry::Code#respond_to_missing?Christian Haase2015-01-141-0/+5
* | | Update specs using inner_scope helperChristian Haase2015-01-143-41/+67