summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kent Fredric2013-03-181-5/+14
| | | | | | | | local function. This hopefully resovles https://rt.perl.org/rt3/Ticket/Display.html?id=116769 and any issue similar to that which I may not have been unlucky enough to fall upon.
* Fix various minor pod issuesKarl Williamson2013-01-241-2/+2
| | | | | These were all uncovered by the new Pod::Checker, not yet in core. Fixing these will speed up debugging the new Checker.
* bump $VERSION for lib/perl5db.plTony Cook2013-01-021-1/+1
| | | | There's been a release since this change was submitted.
* Fix perl -d's 'w $my_lexical_variable'.Shlomi Fish2013-01-021-33/+33
| | | | | This was done by reverting parts of the offending commit from the git bisecting and adding a test. Thanks to Kevin Dawson for the report.
* 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
| | | | | | | | | BeOS was an operating system for personal computers developed by Be Inc, initially for their BeBox hardware. The OS Haiku was written as an open source replacement/continuation for BeOS, and its perl port is current and actively maintained. The BeOS port has not been updated since 2004.
* Remove the EPOC port.Nicholas Clark2012-11-191-7/+1
| | | | | | | EPOC was a family of operating systems developed by Psion for mobile devices. It was the predecessor of Symbian. The port was last updated in April 2002.
* 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
|
* perl5db: extract some subroutines.Shlomi Fish2012-11-121-33/+36
|
* Extract a closure.Shlomi Fish2012-11-121-25/+25
|
* Convert DB::system to _db_system.Shlomi Fish2012-11-121-12/+14
|
* Remove some declared but unused lexicals.Shlomi Fish2012-11-121-3/+0
|
* Convert from DB::warn to _db_warn.Shlomi Fish2012-11-121-36/+40
| | | | | This way we are not abusing a built-in. The old DB::warn was kept in for backwards compatibility.
* Got rid of leading ampersands in sub calls.Shlomi Fish2012-11-121-35/+35
|
* Finish the refactoring into cmd_verb and cmd_args.Shlomi Fish2012-11-121-12/+8
|
* Convert up to _DB__handle_y_command to cmd_args.Shlomi Fish2012-11-121-6/+10
|
* Convert more to the ->cmd_args() method.Shlomi Fish2012-11-121-2/+3
|
* Extract _is_full().Shlomi Fish2012-11-121-8/+18
|
* More refactoring into cmd_args.Shlomi Fish2012-11-121-6/+7
|
* Refactor some more command-handlers.Shlomi Fish2012-11-121-16/+18
|