summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix warningFumiaki MATSUSHIMA2015-04-051-0/+2
* Revert "Alias whereami to pwd"revert-1404-add-pwdJohn Mair2015-04-011-1/+0
* alias whereami to pwdbuddhamagnet2015-03-311-0/+1
* Merge pull request #1393 from richo/richo-parse-optsKyrylo Silin2015-03-272-28/+33
|\
| * Handle cli arguments after loading config files etcRicho Healey2015-03-261-0/+3
| * Don't include an extraneous newline in exec_string handlingRicho Healey2015-03-261-1/+2
| * cli: parse_opts should not actually spin off a replRicho Healey2015-03-112-28/+29
* | Remove support of Foreman altogetherKyrylo Silin2015-03-171-6/+0
* | Merge pull request #1372 from kyrylo/1334-tee-supportKyrylo Silin2015-03-172-7/+39
|\ \
| * | 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
| * | config/default: don't buffer outputKyrylo Silin2015-03-011-1/+1
* | | hooks: remove old API's using hooks altogetherKyrylo Silin2015-03-143-30/+0
* | | hooks: simplify #hooks_exists?Kyrylo Silin2015-03-141-5/+1
* | | hooks: don't overwrite the `event_name` parameter in some methodsKyrylo Silin2015-03-141-15/+7
* | | hooks: use the default value for hash instead of checkingKyrylo Silin2015-03-141-7/+1
* | | hooks: simplify comments and wrap everything to 80 charsKyrylo Silin2015-03-141-26/+31
* | | hooks: remove unused method #clear_allKyrylo Silin2015-03-141-6/+0
* | | hooks: remove obvious examples from the commentsKyrylo Silin2015-03-141-28/+2
* | | hooks: rename #clear to #clear_event hooks and get rid of the aliasKyrylo Silin2015-03-141-3/+1
* | | hooks: reformat the definition of the #hooks methodKyrylo Silin2015-03-141-5/+6
* | | hooks: merge #uniq_keeping_last with #merge! and simplify itKyrylo Silin2015-03-141-8/+7
* | | hooks: remove superfluous #merge_arraysKyrylo Silin2015-03-141-7/+2
* | | hooks: make sure hooks are strings no matter whatKyrylo Silin2015-03-111-0/+8
* | | Refactor command hooks so they could use Pry::Hooks (newer API)Kyrylo Silin2015-03-113-8/+30
* | | Fix regression with respect to space prefixes1369-blank-prefix-fixKyrylo Silin2015-03-082-2/+6
| |/ |/|
* | Revert "Safe to append with #<< here after all."Kyrylo Silin2015-03-061-1/+1
* | helpers/text: when strip colours, also strip special charactersKyrylo Silin2015-03-061-1/+1
* | helpers/text: respect RL_PROMPT_START_IGNORE and RL_PROMPT_END_IGNOREKyrylo Silin2015-03-051-3/+2
* | Fix missing require for tab completion within stringsJustin Charette2015-03-021-0/+1
|/
* Merge branch 'fix_hist_clear_negative_array_size' of https://github.com/tbpgr...Kyrylo Silin2015-02-281-0/+1
|\
| * Fix history clear bag(No re-init @original_lines)tbpgr2015-01-111-0/+1
* | 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
* | | | show-source: if the current context is a C object, display a warningKyrylo Silin2015-02-272-1/+31
* | | | 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-261-5/+16
* | | | file_formatter: call #around on Pry::Code instead of StringKyrylo Silin2015-02-261-1/+5
|/ / /
* | | Fix JRuby-specific warningsMatijs van Zuijlen2015-01-231-1/+2
* | | Fix possible reference to past scope warningsMatijs van Zuijlen2015-01-233-18/+18
* | | Catch at least some errors in #safe_to_evaluate?Matijs van Zuijlen2015-01-232-0/+2
* | | Fix more warningsMatijs van Zuijlen2015-01-237-34/+38
* | | Fix some warningsMatijs van Zuijlen2015-01-238-127/+129
* | | Fix 'shadowing outer local variable' warningMatijs van Zuijlen2015-01-231-1/+1