summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Increase $feature::VERSION to 1.32Father Chrysostomos2012-11-241-1/+1
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-241-10/+2
* Fix test-skipping logic for File::Find under no-taint-perlSteffen Mueller2012-11-201-2/+2
* Unicode::UCD.pm: Fix bugs in undocumented binary search functionKarl Williamson2012-11-191-3/+7
* Remove the EPOC port.Nicholas Clark2012-11-192-10/+3
* [perl #114864] Don’t use amt for DESTROYFather Chrysostomos2012-11-171-2/+0
* add items checking to Internals::SvREFCNTDaniel Dragan2012-11-121-2/+16
* 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