This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the mutability of @_ in perl -d.
[perl5.git] / lib / perl5db.pl
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.
2012-11-12 Shlomi FishRemove extraneous =cut-s from the POD.
2012-11-12 Shlomi FishLow hanging fruit is now in %cmd_lookup.
2012-11-12 Shlomi FishMove more commands to the dispatch.
2012-11-12 Shlomi FishAdd more commands to the lookup table.
2012-11-12 Shlomi FishStart converting to %cmd_lookup.
2012-11-12 Shlomi FishPass $obj to _DB__handle_f_command.
2012-11-12 Shlomi FishExtract _handle_cmd_wrapper_commands.
2012-11-12 Shlomi FishExtract _handle_q_command .
2012-11-12 Shlomi FishExtract the CMD: continue() into a subroutine.
2012-11-12 Shlomi FishExtract _DB__handle_m_command.
2012-11-12 Shlomi FishExtract _handle_x_command.
2012-11-12 Shlomi FishConvert from ^ to \A.
2012-11-12 Shlomi FishFix indentation.
2012-11-12 Shlomi Fishperl5db: &cmd_wrapper -> cmd_wrapper().
2012-11-12 Shlomi FishCorrect a bug with #g in list context.
2012-11-12 Shlomi Fishperl5db: extract more into _handle_sh_command.
2012-11-12 Ricardo Signesavoid overriding prototypes when the call can be fixed
2012-11-12 Ricardo Signescorrect the documented value of ${"_<$fn"}
2012-11-12 Shlomi FishAdd ampersand to share.
2012-11-12 Shlomi Fishperl5db: extract _handle_sh_sh_command().
2012-11-12 Shlomi FishGet rid of a leading ampersand.
2012-11-12 Shlomi FishRefactoring - merged the two n/s cases.
2012-11-12 Shlomi FishExtract a common method.
2012-11-12 Shlomi FishExtract _handle_[sn]_and_arg_commands.
2012-11-12 Shlomi Fish[perl5db] Remove unnecessary code.
2012-11-12 Shlomi FishExtract _DB__handle_run_command_in_pager_command.
2012-11-12 Shlomi FishExtract _DB__handle_restart_and_rerun_commands().
2012-11-12 Shlomi FishExtract _handle_save_command.
2012-11-12 Shlomi FishExtract _handle_enable_disable_commands .
2012-11-12 Shlomi FishExtract _handle_source_command.
2012-11-12 Shlomi Fish[perl5db] Extract _handle_equal_sign_command .
2012-11-12 Shlomi FishExtract _handle_p_command.
2012-11-12 Shlomi FishExtract _handle_doc_command.
2012-11-12 Shlomi Fish[perl5db] Extract _handle_H_command.
2012-11-12 Shlomi Fish[perldb] Extract _handle_rc_search_history_command.
next