summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix paging, thx @egwspitistrcmp2015-09-031-1/+0
* display an error message when cat is invoked without arguments.egwspiti2015-09-031-2/+2
* return false from #piping? when $stdout is not an IO.strcmp2015-08-241-1/+2
* fix respond_to_missing? that makes no sense.strcmp2015-08-221-1/+1
* fix #1464strcmp2015-08-222-2/+2
* refactor Pry::Output and add `#tty?` method to it.strcmp2015-08-221-38/+38
* improve error message; add testcase for #1461strcmp2015-08-191-1/+1
* Merge branch 'ri-command-requires-argument' of https://github.com/dalizard/pr...strcmp2015-08-191-0/+4
|\
| * Pry::Command::Ri requires an argumentDimitar Haralanov2015-08-181-0/+4
* | fix #1438strcmp2015-08-175-13/+8
* | change from_hash to be recursive.strcmp2015-08-171-1/+3
* | Merge pull request #1451 from egwspiti/masterstrcmp2015-08-031-0/+2
|\ \
| * | singleline rescue should not change indentation.egwspiti2015-07-221-0/+2
* | | API doc fixes [ci skip]strcmp2015-07-281-3/+5
* | | finish API docs for Pry::Config::Behavior. [ci skip]strcmp2015-07-281-26/+65
* | | add API docs for Pry::Config; fix pretty_print on Pry::Config.strcmp2015-07-281-3/+18
* | | add API docs; remove old 'refresh' alias.strcmp2015-07-271-2/+11
* | | add ReservedKeyError; reserve more keys.strcmp2015-07-271-5/+4
* | | cleanup after fix for #1407strcmp2015-07-271-2/+0
* | | fix #1407strcmp2015-07-242-1/+9
* | | Allow pry commands to work even when #call is defined on Symbol.egwspiti2015-06-301-1/+11
|/ /
* | Merge pull request #1443 from egwspiti/masterKyrylo Silin2015-06-291-1/+1
|\ \
| * | Don't raise when directory permissions don't allow file expansion.egwspiti2015-06-281-1/+1
* | | Merge pull request #1398 from jbarreneche/bug/module-prepend-whereamiKyrylo Silin2015-06-291-1/+3
|\ \ \
| * | | Avoid loop in weird method locatorJuan Barreneche2015-03-171-1/+3
* | | | Merge pull request #1435 from richo/richo-oooKyrylo Silin2015-06-292-0/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Reset finalization stateRicho Healey2015-06-281-0/+2
| * | | Finish setting up the session in Pry.startRicho Healey2015-06-281-0/+1
| * | | Make session finalisation idempotentRicho Healey2015-06-281-0/+2
| * | | Finish setting up the session if we beginRicho Healey2015-06-281-0/+1
| * | | Split out session standupRicho Healey2015-06-172-0/+5
* | | | Hooks#add_event documentation fixDanny Guinther2015-06-271-1/+1
* | | | Syntax highlight <tt> tags in documentation output.egwspiti2015-06-241-0/+1
* | | | fix namespace typoWolfgang Teuber2015-06-221-1/+1
* | | | update copyright year to 2015.strcmp2015-06-222-2/+2
|/ / /
* | | shell_command: simplify the return conditionsKyrylo Silin2015-06-171-3/+1
* | | Refactor CDPATH and its testsKyrylo Silin2015-06-171-21/+28
* | | Test added for .cd taking the CDPATH into account.Chr. Clemens Lee2015-06-171-7/+15
* | | Shell command .cd takes the environment's CDPATH variable into account.Chr. Clemens Lee2015-06-171-0/+13
* | | method: clarify the fail messageKyrylo Silin2015-06-161-1/+1
* | | Make comment to YARD formattakiy332015-06-141-1/+1
* | | Changes deprecated ‘File.exists’ to ‘File.exist’Travis Yoder2015-05-103-3/+3
* | | Merge pull request #1408 from tdg5/run_command_returns_nilKyrylo Silin2015-04-101-1/+2
|\ \ \
| * | | Return nil from PryClass::run_commandDanny Guinther2015-04-021-1/+2
| |/ /
* | | 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