Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various minor pod issues | Karl Williamson | 2013-01-24 | 1 | -2/+2 |
* | bump $VERSION for lib/perl5db.pl | Tony Cook | 2013-01-02 | 1 | -1/+1 |
* | Fix perl -d's 'w $my_lexical_variable'. | Shlomi Fish | 2013-01-02 | 1 | -33/+33 |
* | Start refactoring "sub restart". | Shlomi Fish | 2013-01-02 | 1 | -20/+24 |
* | Extract _dump_trace_calc_saved_single_arg. | Shlomi Fish | 2013-01-02 | 1 | -31/+35 |
* | Extract _dump_trace_calc_save_args. | Shlomi Fish | 2013-01-02 | 1 | -35/+43 |
* | Avoid pre-declarations. | Shlomi Fish | 2013-01-02 | 1 | -2/+2 |
* | Extract _cmd_L_handle_postponed_breakpoints. | Shlomi Fish | 2013-01-02 | 1 | -18/+28 |
* | Add empty lines and an explicit return. | Shlomi Fish | 2013-01-02 | 1 | -0/+4 |
* | Remove a no-longer needed comment. | Shlomi Fish | 2013-01-02 | 1 | -1/+1 |
* | Extract a subroutine. | Shlomi Fish | 2013-01-02 | 1 | -36/+44 |
* | Extract some duplicate code into a closure. | Shlomi Fish | 2013-01-02 | 1 | -21/+18 |
* | Some refactoring. | Shlomi Fish | 2013-01-02 | 1 | -23/+40 |
* | Start refactoring cmd_L. | Shlomi Fish | 2013-01-02 | 1 | -13/+20 |
* | Remove an unused parameter. | Shlomi Fish | 2013-01-02 | 1 | -2/+1 |
* | Remove a redundant line. | Shlomi Fish | 2013-01-02 | 1 | -1/+0 |
* | Rename vars to remove ambiguity. | Shlomi Fish | 2013-01-02 | 1 | -10/+9 |
* | [perl5db] Extract. | Shlomi Fish | 2013-01-02 | 1 | -6/+12 |
* | Got rid of passing $cmd to subs that don't use it. | Shlomi Fish | 2013-01-02 | 1 | -6/+4 |
* | Extract _cmd_l_calc_initial_end_and_i . | Shlomi Fish | 2013-01-02 | 1 | -11/+12 |
* | Extract a subroutine. | Shlomi Fish | 2013-01-02 | 1 | -9/+31 |
* | More refactoring. | Shlomi Fish | 2013-01-02 | 1 | -14/+8 |
* | Extract _cmd_l_range . | Shlomi Fish | 2013-01-02 | 1 | -68/+77 |
* | [perl5db] Extract some subroutines. | Shlomi Fish | 2013-01-02 | 1 | -75/+90 |
* | Extract a subroutine. | Shlomi Fish | 2013-01-02 | 1 | -17/+24 |
* | Got rid of a $1 reference. | Shlomi Fish | 2013-01-02 | 1 | -4/+2 |
* | Add explicit returns. | Shlomi Fish | 2013-01-02 | 1 | -4/+7 |
* | [perl5db] Refactoring. | Shlomi Fish | 2013-01-02 | 1 | -16/+43 |
* | fix the debugger t expr command regression | Tony Cook | 2012-12-17 | 1 | -0/+3 |
* | Remove the BeOS port. | Nicholas Clark | 2012-12-14 | 1 | -2/+1 |
* | Remove the EPOC port. | Nicholas Clark | 2012-11-19 | 1 | -7/+1 |
* | Small cleanups. | Shlomi Fish | 2012-11-12 | 1 | -5/+12 |
* | Convert to a lexical file handle. | Shlomi Fish | 2012-11-12 | 1 | -2/+4 |
* | [perl5db] unless+eq --> ne. | Shlomi Fish | 2012-11-12 | 1 | -5/+10 |
* | [perl5db] Refactored cmd_b_sub. | Shlomi Fish | 2012-11-12 | 1 | -15/+21 |
* | perl5db: extract some subroutines. | Shlomi Fish | 2012-11-12 | 1 | -33/+36 |
* | Extract a closure. | Shlomi Fish | 2012-11-12 | 1 | -25/+25 |
* | Convert DB::system to _db_system. | Shlomi Fish | 2012-11-12 | 1 | -12/+14 |
* | Remove some declared but unused lexicals. | Shlomi Fish | 2012-11-12 | 1 | -3/+0 |
* | Convert from DB::warn to _db_warn. | Shlomi Fish | 2012-11-12 | 1 | -36/+40 |
* | Got rid of leading ampersands in sub calls. | Shlomi Fish | 2012-11-12 | 1 | -35/+35 |
* | Finish the refactoring into cmd_verb and cmd_args. | Shlomi Fish | 2012-11-12 | 1 | -12/+8 |
* | Convert up to _DB__handle_y_command to cmd_args. | Shlomi Fish | 2012-11-12 | 1 | -6/+10 |
* | Convert more to the ->cmd_args() method. | Shlomi Fish | 2012-11-12 | 1 | -2/+3 |
* | Extract _is_full(). | Shlomi Fish | 2012-11-12 | 1 | -8/+18 |
* | More refactoring into cmd_args. | Shlomi Fish | 2012-11-12 | 1 | -6/+7 |
* | Refactor some more command-handlers. | Shlomi Fish | 2012-11-12 | 1 | -16/+18 |
* | Start converting to cmd_args. | Shlomi Fish | 2012-11-12 | 1 | -6/+11 |
* | Refactoring: more renaming and lexicalising. | Shlomi Fish | 2012-11-12 | 1 | -16/+16 |
* | Rename "i" as cmd_verb. | Shlomi Fish | 2012-11-12 | 1 | -27/+27 |