summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Start converting to cmd_args.Shlomi Fish2012-11-121-6/+11
* Refactoring: more renaming and lexicalising.Shlomi Fish2012-11-121-16/+16
* Rename "i" as cmd_verb.Shlomi Fish2012-11-121-27/+27
* Pass $obj to _DB__trim_command*.Shlomi Fish2012-11-121-4/+9
* _handle_cmd_wrapper_commands to %cmd_lookup.Shlomi Fish2012-11-121-7/+23
* Remove extraneous =cut-s from the POD.Shlomi Fish2012-11-121-13/+1
* Low hanging fruit is now in %cmd_lookup.Shlomi Fish2012-11-121-40/+12
* Move more commands to the dispatch.Shlomi Fish2012-11-121-33/+8
* Add more commands to the lookup table.Shlomi Fish2012-11-121-15/+9
* Start converting to %cmd_lookup.Shlomi Fish2012-11-121-1/+20
* Pass $obj to _DB__handle_f_command.Shlomi Fish2012-11-121-1/+1
* Extract _handle_cmd_wrapper_commands.Shlomi Fish2012-11-121-4/+13
* Extract _handle_q_command .Shlomi Fish2012-11-121-6/+14
* Extract the CMD: continue() into a subroutine.Shlomi Fish2012-11-121-56/+67
* Extract _DB__handle_m_command.Shlomi Fish2012-11-121-9/+17
* Extract _handle_x_command.Shlomi Fish2012-11-121-10/+17
* Convert from ^ to \A.Shlomi Fish2012-11-121-1/+1
* Fix indentation.Shlomi Fish2012-11-121-1/+1
* perl5db: &cmd_wrapper -> cmd_wrapper().Shlomi Fish2012-11-121-1/+1
* Correct a bug with #g in list context.Shlomi Fish2012-11-121-4/+4
* perl5db: extract more into _handle_sh_command.Shlomi Fish2012-11-121-28/+19
* avoid overriding prototypes when the call can be fixedRicardo Signes2012-11-121-4/+2
* correct the documented value of ${"_<$fn"}Ricardo Signes2012-11-121-1/+1
* Add ampersand to share.Shlomi Fish2012-11-121-3/+2
* perl5db: extract _handle_sh_sh_command().Shlomi Fish2012-11-121-9/+15
* Get rid of a leading ampersand.Shlomi Fish2012-11-121-1/+1
* Refactoring - merged the two n/s cases.Shlomi Fish2012-11-121-17/+4
* Extract a common method.Shlomi Fish2012-11-121-11/+12
* Extract _handle_[sn]_and_arg_commands.Shlomi Fish2012-11-121-10/+25
* [perl5db] Remove unnecessary code.Shlomi Fish2012-11-121-6/+0
* Extract _DB__handle_run_command_in_pager_command.Shlomi Fish2012-11-121-58/+73
* Extract _DB__handle_restart_and_rerun_commands().Shlomi Fish2012-11-121-28/+38
* Extract _handle_save_command.Shlomi Fish2012-11-121-16/+24