summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix the debugger t expr command regressionTony Cook2012-12-172-2/+3
* rough TODO test for t exprTony Cook2012-12-171-1/+26
* mktables, regexec.c: Comments, white-space; no code changesKarl Williamson2012-12-161-2/+2
* Rename property involved in \X matching, for clarityKarl Williamson2012-12-161-4/+4
* Remove the BeOS port.Nicholas Clark2012-12-141-2/+1
* Move File::DosGlob from lib to extFather Chrysostomos2012-12-092-429/+0
* locale.t: Add testKarl Williamson2012-12-091-0/+4
* locale.t: Add optional test name supplementKarl Williamson2012-12-091-4/+8
* Increase $sigtrap::VERSION to 1.07Father Chrysostomos2012-12-041-1/+1
* sigtrap.pm: Avoid lexical $_Father Chrysostomos2012-12-041-2/+1
* Lower version.pm versionFather Chrysostomos2012-12-031-1/+1
* Fix per-hash hash order dependency bug in version.pmYves Orton2012-12-042-1/+2
* Increase $sort::VERSION to 2.02Father Chrysostomos2012-11-301-1/+1
* fixed typos in sample code in sort.pm documentationMartin Becker2012-11-301-2/+2
* charnames: Check for enabled warnings before warningKarl Williamson2012-11-292-3/+5
* mktables: Sort some outputs for repeatabilityKarl Williamson2012-11-281-14/+21
* Increase $English::VERSION to 1.06Father Chrysostomos2012-11-271-1/+1
* English.pm: Update -no_match_vars docsFather Chrysostomos2012-11-271-1/+6
* 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