summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [perl5db] Extract.Shlomi Fish2013-01-021-6/+12
* Got rid of passing $cmd to subs that don't use it.Shlomi Fish2013-01-021-6/+4
* Extract _cmd_l_calc_initial_end_and_i .Shlomi Fish2013-01-021-11/+12
* Extract a subroutine.Shlomi Fish2013-01-021-9/+31
* More refactoring.Shlomi Fish2013-01-021-14/+8
* Extract _cmd_l_range .Shlomi Fish2013-01-021-68/+77
* [perl5db] Extract some subroutines.Shlomi Fish2013-01-021-75/+90
* Extract a subroutine.Shlomi Fish2013-01-021-17/+24
* Got rid of a $1 reference.Shlomi Fish2013-01-021-4/+2
* Add explicit returns.Shlomi Fish2013-01-021-4/+7
* [perl5db] Refactoring.Shlomi Fish2013-01-021-16/+43
* locale.t, pat_advanced.t: Remove TODOsKarl Williamson2012-12-311-3/+3
* locale.t: Add TODO testsKarl Williamson2012-12-311-0/+19
* locale.t: Add tests for [:upper:], [:lower:]Karl Williamson2012-12-311-0/+41
* locale.t: Add extra debugging infoKarl Williamson2012-12-311-2/+4
* locale.t: Fix off by 1 error in debug outputKarl Williamson2012-12-311-3/+3
* locale.t: Add capability to have TODO testsKarl Williamson2012-12-311-1/+8
* Add regcomp.c warning checks to t/porting/diag.t.Matthew Horsfall (alh)2012-12-271-1/+1
* Increase $diagnostics::VERSION to 1.31Father Chrysostomos2012-12-221-1/+1
* RT-89642 - Don't treat ,; as special end-of-line characters.Matthew Horsfall (alh)2012-12-222-12/+46
* when the output isn't RETVAL, update the SV instead of replacing itTony Cook2012-12-201-1/+1
* 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