summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Expand)AuthorAgeFilesLines
...
* Create single fcn for dup'd /lib codeKarl Williamson2015-03-191-6/+5
* Increase perl5db.pl’s $VERSION to 1.47Father Chrysostomos2015-01-051-1/+1
* perl5db.pl: Undefined subroutine &DB::db_warnE. Choroba2015-01-051-8/+8
* fix debugger y command scope levelTony Cook2014-08-151-2/+2
* Fix RT #121509 : perl -d handling chdir().Shlomi Fish2014-05-281-0/+12
* bump perl5db.pl $VERSION to 1.45Tony Cook2014-05-281-1/+1
* Implement get_fork_TTY for tmuxRob Hoelz2014-05-281-0/+42
* bump version on debuggerRicardo Signes2014-04-071-1/+1
* properly reset ReadLine's knowledge of handles after pagerHiroo Hayashi2014-04-071-0/+3
* Crash in tab completion with Term::ReadLine::Gnu.Shlomi Fish2014-01-061-2/+2
* Fix RT #41461 (with a test).Shlomi Fish2013-08-101-2/+6
* [perl #118839] Make ‘n’ debugger cmd respect lv subsFather Chrysostomos2013-07-131-4/+3
* perl5db.pl: Remove obsolete commentFather Chrysostomos2013-07-131-3/+0
* Increase perl5db.pl’s $VERSION to 1.41Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-1/+2
* Fix the mutability of @_ in perl -d.Shlomi Fish2013-06-101-9/+18
* Fix for RT #118169Shlomi Fish2013-06-101-9/+9
* version bumps and perldelta for debugger depthRicardo Signes2013-06-071-1/+1
* adjust $DB::deep from 100 to 1000Mark Jason Dominus2013-06-071-1/+1
* remove the expectation of a "P" commandRicardo Signes2013-05-281-1/+1
* In the debugger use local $ENV{MANPATH}, instead of a work around.Nicholas Clark2013-05-251-8/+1
* Remove the hard-coded list of "perl" manpages from the debugger.Nicholas Clark2013-05-251-135/+15
* In the debugger's doc command, use man[13]direxp instead of man[13]dir.Nicholas Clark2013-05-251-2/+2
* Fix the man/perldoc/doc command in the debugger.Nicholas Clark2013-05-251-1/+1
* typo fix for perl5dbDavid Steinbrunner2013-05-251-9/+9
* bump version on perl5db.plRicardo Signes2013-03-181-1/+1
* lib/perl5db.pl: Workaround rt#116771 by putting DB::Obj inside BEGIN { }Kent Fredric2013-03-181-0/+14
* lib/perl5db.pl: refactor all calls to IO::Handle via ->autoflush to a short l...Kent Fredric2013-03-181-5/+14
* Fix various minor pod issuesKarl Williamson2013-01-241-2/+2
* bump $VERSION for lib/perl5db.plTony Cook2013-01-021-1/+1
* Fix perl -d's 'w $my_lexical_variable'.Shlomi Fish2013-01-021-33/+33
* Start refactoring "sub restart".Shlomi Fish2013-01-021-20/+24
* Extract _dump_trace_calc_saved_single_arg.Shlomi Fish2013-01-021-31/+35
* Extract _dump_trace_calc_save_args.Shlomi Fish2013-01-021-35/+43
* Avoid pre-declarations.Shlomi Fish2013-01-021-2/+2
* Extract _cmd_L_handle_postponed_breakpoints.Shlomi Fish2013-01-021-18/+28
* Add empty lines and an explicit return.Shlomi Fish2013-01-021-0/+4
* Remove a no-longer needed comment.Shlomi Fish2013-01-021-1/+1
* Extract a subroutine.Shlomi Fish2013-01-021-36/+44
* Extract some duplicate code into a closure.Shlomi Fish2013-01-021-21/+18
* Some refactoring.Shlomi Fish2013-01-021-23/+40
* Start refactoring cmd_L.Shlomi Fish2013-01-021-13/+20
* Remove an unused parameter.Shlomi Fish2013-01-021-2/+1
* Remove a redundant line.Shlomi Fish2013-01-021-1/+0
* Rename vars to remove ambiguity.Shlomi Fish2013-01-021-10/+9
* [perl5db] Extract.Shlomi Fish2013-01-021-6/+12
* Got rid of passing $cmd to subs that don't use it.Shlomi Fish2013-01-021-6/+4
* Extract _cmd_l_calc_initial_end_and_i .Shlomi Fish2013-01-021-11/+12
* Extract a subroutine.Shlomi Fish2013-01-021-9/+31
* More refactoring.Shlomi Fish2013-01-021-14/+8