This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
B::Deparse fixup uninitialized error in deparsing weird glob statement
[perl5.git] / lib / perl5db.pl
2019-03-07 Tony Cook(perl #124203) fix a similar problem with DB::lsub
2019-03-07 Tony Cookbump $DB::VERSION for perl5db.pl to 1.55
2019-03-07 Tony Cook(perl #124203) avoid a deadlock in DB::sub
2018-10-09 Alexandr Savcafix typos
2017-11-15 David Mitchelllib/perl5db.pl: don't dump argless args
2017-09-30 SmylersDebugger cmds not requiring spaces
2017-01-04 James E KeenanRT#113960: perl5db should ignore /dev/tty on non-Unix...
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-07-26 Tony Cookbump perl5db.pl's $VERSION
2016-07-26 Tony Cookperl5db.pl: ensure PadWalker is loaded from standard...
2016-04-23 Karl Williamsonlib/perl5db.pl: Fix pod error.
2016-03-03 Jarkko Hietaniemiperl5db.pl version bump
2016-03-03 Jarkko HietaniemiDefaulting to VMS is probably not right.
2016-03-03 Andy Broadamigaos4: use CONSOLE:, not VMS sys$command
2015-12-02 Shlomi FishEnsure 'q' works in debugger with RemotePort.
2015-06-03 Shlomi FishFix RT#71678 (-d a command after exit) with a test.
2015-04-15 Tony Cookbump perl5db.pl's $VERSION
2015-04-15 James McCoylib/perl5db.pl: Restore noop lock prototype
2015-03-19 Karl Williamsonlib/perl5db.pl: Fix pod typo
2015-03-19 Karl Williamsonlib/perl5db.pl: Generalize for EBCDIC
2015-03-19 Karl WilliamsonCreate single fcn for dup'd /lib code
2015-01-06 Father ChrysostomosIncrease perl5db.pl’s $VERSION to 1.47
2015-01-06 E. Chorobaperl5db.pl: Undefined subroutine &DB::db_warn
2014-08-15 Tony Cookfix debugger y command scope level
2014-05-28 Shlomi FishFix RT #121509 : perl -d handling chdir().
2014-05-28 Tony Cookbump perl5db.pl $VERSION to 1.45
2014-05-28 Rob HoelzImplement get_fork_TTY for tmux
2014-04-07 Ricardo Signesbump version on debugger
2014-04-07 Hiroo Hayashiproperly reset ReadLine's knowledge of handles after...
2014-01-05 Shlomi FishCrash in tab completion with Term::ReadLine::Gnu.
2013-08-10 Shlomi FishFix RT #41461 (with a test).
2013-07-13 Father Chrysostomos[perl #118839] Make ‘n’ debugger cmd respect lv subs
2013-07-13 Father Chrysostomosperl5db.pl: Remove obsolete comment
2013-06-23 Father ChrysostomosIncrease perl5db.pl’s $VERSION to 1.41
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-10 Shlomi FishFix the mutability of @_ in perl -d.
2013-06-10 Shlomi FishFix for RT #118169
2013-06-07 Ricardo Signesversion bumps and perldelta for debugger depth
2013-06-07 Mark Jason Dominusadjust $DB::deep from 100 to 1000
2013-05-28 Ricardo Signesremove the expectation of a "P" command
2013-05-25 Nicholas ClarkIn the debugger use local $ENV{MANPATH}, instead of...
2013-05-25 Nicholas ClarkRemove the hard-coded list of "perl" manpages from...
2013-05-25 Nicholas ClarkIn the debugger's doc command, use man[13]direxp instea...
2013-05-25 Nicholas ClarkFix the man/perldoc/doc command in the debugger.
2013-05-25 David Steinbrunnertypo fix for perl5db
2013-03-19 Ricardo Signesbump version on perl5db.pl
2013-03-19 Kent Fredriclib/perl5db.pl: Workaround rt#116771 by putting DB...
2013-03-19 Kent Fredriclib/perl5db.pl: refactor all calls to IO::Handle via...
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-02 Tony Cookbump $VERSION for lib/perl5db.pl
2013-01-02 Shlomi FishFix perl -d's 'w $my_lexical_variable'.
2013-01-02 Shlomi FishStart refactoring "sub restart".
2013-01-02 Shlomi FishExtract _dump_trace_calc_saved_single_arg.
2013-01-02 Shlomi FishExtract _dump_trace_calc_save_args.
2013-01-02 Shlomi FishAvoid pre-declarations.
2013-01-02 Shlomi FishExtract _cmd_L_handle_postponed_breakpoints.
2013-01-02 Shlomi FishAdd empty lines and an explicit return.
2013-01-02 Shlomi FishRemove a no-longer needed comment.
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishExtract some duplicate code into a closure.
2013-01-02 Shlomi FishSome refactoring.
2013-01-02 Shlomi FishStart refactoring cmd_L.
2013-01-02 Shlomi FishRemove an unused parameter.
2013-01-02 Shlomi FishRemove a redundant line.
2013-01-02 Shlomi FishRename vars to remove ambiguity.
2013-01-02 Shlomi Fish[perl5db] Extract.
2013-01-02 Shlomi FishGot rid of passing $cmd to subs that don't use it.
2013-01-02 Shlomi FishExtract _cmd_l_calc_initial_end_and_i .
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishMore refactoring.
2013-01-02 Shlomi FishExtract _cmd_l_range .
2013-01-02 Shlomi Fish[perl5db] Extract some subroutines.
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishGot rid of a $1 reference.
2013-01-02 Shlomi FishAdd explicit returns.
2013-01-02 Shlomi Fish[perl5db] Refactoring.
2012-12-17 Tony Cookfix the debugger t expr command regression
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-12 Shlomi FishSmall cleanups.
2012-11-12 Shlomi FishConvert to a lexical file handle.
2012-11-12 Shlomi Fish[perl5db] unless+eq --> ne.
2012-11-12 Shlomi Fish[perl5db] Refactored cmd_b_sub.
2012-11-12 Shlomi Fishperl5db: extract some subroutines.
2012-11-12 Shlomi FishExtract a closure.
2012-11-12 Shlomi FishConvert DB::system to _db_system.
2012-11-12 Shlomi FishRemove some declared but unused lexicals.
2012-11-12 Shlomi FishConvert from DB::warn to _db_warn.
2012-11-12 Shlomi FishGot rid of leading ampersands in sub calls.
2012-11-12 Shlomi FishFinish the refactoring into cmd_verb and cmd_args.
2012-11-12 Shlomi FishConvert up to _DB__handle_y_command to cmd_args.
2012-11-12 Shlomi FishConvert more to the ->cmd_args() method.
2012-11-12 Shlomi FishExtract _is_full().
2012-11-12 Shlomi FishMore refactoring into cmd_args.
2012-11-12 Shlomi FishRefactor some more command-handlers.
2012-11-12 Shlomi FishStart converting to cmd_args.
2012-11-12 Shlomi FishRefactoring: more renaming and lexicalising.
2012-11-12 Shlomi FishRename "i" as cmd_verb.
2012-11-12 Shlomi FishPass $obj to _DB__trim_command*.
2012-11-12 Shlomi Fish_handle_cmd_wrapper_commands to %cmd_lookup.
next