summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the installation of pod2htmlv5.15.4Florian Ragwitz2011-10-201-1/+1
* Add acknowledgements to the perldeltaFlorian Ragwitz2011-10-201-3/+25
* Stop Porting/acknowledgements.pl from producing hatespaceFlorian Ragwitz2011-10-201-4/+3
* Add 5.15.4 to perlhistFlorian Ragwitz2011-10-201-0/+1
* Remove the MANIFEST check from the release guideFlorian Ragwitz2011-10-202-16/+1
* Update Module::CoreList for 5.14.4Florian Ragwitz2011-10-203-3/+678
* Bump the perl version in various places for 5.15.4Florian Ragwitz2011-10-2021-140/+140
* Get perldelta into mostly finished stateFlorian Ragwitz2011-10-201-258/+4
* David changelogged thisFlorian Ragwitz2011-10-201-2/+0
* [perl #101738] Make sv_sethek set the UTF8 flag correctlyFather Chrysostomos2011-10-202-1/+12
* Remove untrue comment from t/op/ref.tFather Chrysostomos2011-10-201-1/+0
* bisect-runner.pl now builds test_prep on NetBSD back to 5.002Nicholas Clark2011-10-201-0/+56
* Remove my todo commits from perldelta templateSteffen Mueller2011-10-201-2/+0
* perldelta entry for improved AV/etc OUTPUT typemapsSteffen Mueller2011-10-201-1/+16
* Document the new, fixed AV/etc typemapsSteffen Mueller2011-10-201-4/+13
* Make core-cpan-diff work with a minicpanSteffen Mueller2011-10-201-1/+1
* Dennis has (yet) another e-mail address :)H.Merijn Brand2011-10-191-0/+1
* Build failed in Jenkins: perl5 #80Dennis Kaarsemaker2011-10-191-1/+1
* perldelta: document base.pm changesDavid Golden2011-10-191-0/+13
* regexec.c: Add another place to not re-foldKarl Williamson2011-10-171-1/+1
* regexec.c: Another place to not re-foldKarl Williamson2011-10-171-2/+2
* utf8.c: Don't use swash for to_uni_lower() latin1 callsKarl Williamson2011-10-171-2/+18
* regexec.c: Less work in /i matchingKarl Williamson2011-10-171-2/+4
* utf8.c: Add commentKarl Williamson2011-10-171-36/+36
* utf8.c: White space onlyKarl Williamson2011-10-171-34/+37
* utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flagsKarl Williamson2011-10-172-0/+26
* regcomp.sym: Add commentsKarl Williamson2011-10-172-8/+8
* regcomp.c: White space onlyKarl Williamson2011-10-171-9/+9
* regcomp.c: generate folded for EXACTF and EXACTFUKarl Williamson2011-10-173-3/+11
* regexec.c: Stop looking for match soonerKarl Williamson2011-10-172-2/+31
* regexec.c: Add commentKarl Williamson2011-10-171-0/+5
* utf8.c: Add commentsKarl Williamson2011-10-171-1/+12
* pp.c: White space onlyKarl Williamson2011-10-171-16/+15
* pp.c: Remove disabled code for context sensitive lcKarl Williamson2011-10-171-70/+4
* regexec.c: omit goto for the common caseKarl Williamson2011-10-171-13/+13
* Make HvENAME** macros smaller and more efficientH.Merijn Brand2011-10-171-3/+3
* in op_dump() / -Dx, replace "DONE" with "NULL"David Mitchell2011-10-171-1/+1
* simplify op_dump() / -Dx sequencingDavid Mitchell2011-10-174-112/+17
* document boolSV(), which is used in the default typemapTony Cook2011-10-171-0/+10
* perldelta: Mention another thing fixed by 2fc49ef14cFather Chrysostomos2011-10-161-0/+5
* cv.h: comment typoFather Chrysostomos2011-10-161-1/+1
* Restore null checks to stashpv_hvname_match [perl #101430]Father Chrysostomos2011-10-161-0/+2
* Document calling convention for XS cmp routinesFather Chrysostomos2011-10-161-0/+4
* Add email addr to AUTHORS to keep tests quietFather Chrysostomos2011-10-151-1/+1
* Increase $File::DosGlob::VERSION from 1.04 to 1.05Father Chrysostomos2011-10-151-1/+1
* fix a typo in a commentThorsten Glaser2011-10-151-1/+1
* Correct comment in pad.cFather Chrysostomos2011-10-151-1/+1
* perldelta up to c19fd8b40Father Chrysostomos2011-10-151-2/+96
* Test uninit warnings for undef XS cmp retvalsFather Chrysostomos2011-10-152-1/+15
* Make XS sort routines work againFather Chrysostomos2011-10-154-5/+27