summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract _cmd_l_range .Shlomi Fish2013-01-021-68/+77
* [perl5db] Extract some subroutines.Shlomi Fish2013-01-021-75/+90
* Extract a subroutine.Shlomi Fish2013-01-021-17/+24
* Got rid of a $1 reference.Shlomi Fish2013-01-021-4/+2
* Add explicit returns.Shlomi Fish2013-01-021-4/+7
* [perl5db] Refactoring.Shlomi Fish2013-01-021-16/+43
* fix the debugger t expr command regressionTony Cook2012-12-171-0/+3
* Remove the BeOS port.Nicholas Clark2012-12-141-2/+1
* Remove the EPOC port.Nicholas Clark2012-11-191-7/+1
* Small cleanups.Shlomi Fish2012-11-121-5/+12
* Convert to a lexical file handle.Shlomi Fish2012-11-121-2/+4
* [perl5db] unless+eq --> ne.Shlomi Fish2012-11-121-5/+10
* [perl5db] Refactored cmd_b_sub.Shlomi Fish2012-11-121-15/+21