summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output of perl -VNicholas Clark2011-05-201-0/+12
* Correct comments about B::PV::PVBM.Nicholas Clark2011-05-201-6/+11
* Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.Nicholas Clark2011-05-202-1/+5
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-203-2/+10
* Use L<> rather than C<> in the Updated Modules section of perldelta.Nicholas Clark2011-05-202-3/+4
* Tests for iterator deletion [perl #85026]Father Chrysostomos2011-05-191-1/+13
* [perl #85026] Deleting the current iterator in void contextTon Hospel2011-05-191-10/+14
* Tests for #85026Father Chrysostomos2011-05-192-0/+68
* [perl #85026] deleting elements in a HASH iteratorTon Hospel2011-05-191-2/+10
* perlvar: Fix broken linksKarl Williamson2011-05-192-5/+5
* perluniintro: fix broken linkKarl Williamson2011-05-192-2/+1
* perlrecharclass: Fix broken linkKarl Williamson2011-05-192-2/+2
* perlre: Fix broken linksKarl Williamson2011-05-192-3/+2
* podcheck.t: Missing diagnosticsKarl Williamson2011-05-191-4/+10
* perlutil: Fix broken linksKarl Williamson2011-05-192-5/+7
* Maintainers.pl: fix podlators entryDavid Mitchell2011-05-192-2/+13
* sv_clear: destructor may change SV typeDavid Mitchell2011-05-191-0/+1
* sv_clear only test for SvOBJECT on >= MGDavid Mitchell2011-05-191-3/+5
* use __attribute__unused__ to silence -Wunused-but-set-variableRobin Barker2011-05-192-3/+12
* unused variables in pp_ctl.cRobin Barker2011-05-191-3/+3
* Docs: perlhack: Use correct shell code and better git/shell constructsMichael Witten2011-05-191-2/+2
* Regenerate known_pod_issues.datFather Chrysostomos2011-05-191-1/+2
* [perl #90592] Porting/epigraphs.pod: add 5.14.0(-RC*)Zsbán Ambrus2011-05-191-0/+62
* regcomp.c: Fix bug in inversion list intersectionKarl Williamson2011-05-191-21/+35
* regcomp.c: Add new macro for readabilityKarl Williamson2011-05-191-6/+7
* perluniprops: Add markup, like C<>Karl Williamson2011-05-191-42/+45
* fold_grind.t: Revamp test case coverage analysisKarl Williamson2011-05-191-100/+219
* regcomp.c: Greek multi-char folds fixKarl Williamson2011-05-191-0/+3
* regcomp.c: \x{17f} can match /\xdf/iKarl Williamson2011-05-191-0/+1
* fold_grind.t: remove unnecessary testsKarl Williamson2011-05-191-1/+5
* fold_grind.t: No longer any TODOsKarl Williamson2011-05-191-9/+1
* Fix some multi-char /i fold bugsKarl Williamson2011-05-191-4/+147
* utf8.c: Remove soon-to-be-obsoleted commentKarl Williamson2011-05-191-16/+0
* utf8_heavy: Return pointer to special treatment hash.Karl Williamson2011-05-191-0/+11
* utf8_heavy: Add commentsKarl Williamson2011-05-191-0/+4
* mktables: Add info giving specials hash nameKarl Williamson2011-05-191-4/+16
* utf8_heavy.pl: Revise commentKarl Williamson2011-05-191-2/+1
* utf8.c: Remove unnecessary temporaryKarl Williamson2011-05-191-5/+2
* utf8.c: "<" should be "<="Karl Williamson2011-05-191-1/+1
* fold_grind.t: Refactor subtestsKarl Williamson2011-05-191-18/+33
* PATCH: [perl #88822] Re: Test failure t/re_fold_grind.t with bleadperlKarl Williamson2011-05-191-1/+12
* regex: Add commentsKarl Williamson2011-05-193-5/+6
* fold_grind.t: Slightly change debug stmtKarl Williamson2011-05-191-2/+1
* fold_grind.t: Make sure special-cased code points are testedKarl Williamson2011-05-191-2/+4
* fold_grind.t: Add testing of multi-char folds in patternKarl Williamson2011-05-191-3/+6
* regcomp.c: Add two tricky fold casesKarl Williamson2011-05-191-0/+4
* Revamp podcheck.tKarl Williamson2011-05-193-53/+1861
* improve api entries for hv_clear() and hv_undef()David Mitchell2011-05-191-2/+7
* ensure hash iterator gets deletedDavid Mitchell2011-05-192-7/+21
* assume cleared hv can't be re-blessedDavid Mitchell2011-05-191-5/+3