summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 5.17.5 to perlhistv5.17.5Florian Ragwitz2012-10-191-0/+1
* Update Module::CoreList for 5.17.5Florian Ragwitz2012-10-196-5/+67
* Finalise perldeltaFlorian Ragwitz2012-10-191-248/+27
* Correct a version number in perl5180deltaFlorian Ragwitz2012-10-191-1/+1
* Perldelta up to 1443c94Florian Ragwitz2012-10-191-2/+73
* 5.14.3 has been releasedFlorian Ragwitz2012-10-191-1/+1
* regmatch(): fix out bounds array accessDavid Mitchell2012-10-191-2/+3
* regmatch(): add asserts for legal values of nextchrDavid Mitchell2012-10-191-0/+2
* regcomp.c: Use unlikely initialization value; not 0Karl Williamson2012-10-181-1/+1
* PATCH: [perl #115342] Properly initialize S_regclass value (again)rurban@cpanel.net2012-10-181-1/+1
* utfebcdic.h: white space onlyKarl Williamson2012-10-181-1/+1
* add PERL_CALLCONV_NO_RET to perlhost.h's PerlProcExit and PerlProc_ExitDaniel Dragan2012-10-171-2/+2
* Remove unnecessary overrides in gnukfreebsd and gnuknetbsd hints.Niko Tyni2012-10-172-6/+0
* avoid calling memset with a negative countAndy Dougherty2012-10-171-0/+3
* win32_freeenvironmentstrings: convert nonpublic exported function to macroDaniel Dragan2012-10-172-7/+7
* perldelta for #115260Father Chrysostomos2012-10-161-0/+5
* Used pad name lists for pad idsFather Chrysostomos2012-10-166-10/+9
* regcomp.c: Silence compiler warningKarl Williamson2012-10-161-1/+1
* regex: \R can match either 1 or 2 charsKarl Williamson2012-10-163-20/+5
* regcomp.c: Pass NULL instead of &dummy to functionKarl Williamson2012-10-161-2/+1
* regcomp.c, regexec.c: Comments only; no code changesKarl Williamson2012-10-162-5/+6
* regexec.c: White-space only; no code changesKarl Williamson2012-10-161-11/+12
* regexec.c: Tighten loops in regrepeat()Karl Williamson2012-10-161-36/+42
* regexec: Do less work on quantified UTF-8Karl Williamson2012-10-163-171/+272
* utf8.h: Add guard against recursive #includeKarl Williamson2012-10-161-0/+5
* regen/regcharclass.pl: Change name of generated macroKarl Williamson2012-10-164-15/+19
* regexec.c: Change variable nameKarl Williamson2012-10-161-12/+12
* regexp.h: Update commentsKarl Williamson2012-10-161-2/+2
* [perl #115260] Stop length($obj) from returning undefFather Chrysostomos2012-10-162-33/+22
* [perl #96230] Stop s/$qr// from reusing last patternFather Chrysostomos2012-10-163-6/+8
* perlĪ“ up to the presentFather Chrysostomos2012-10-161-0/+135
* cpan: Upgrade AutoLoader to 5.73Steffen Mueller2012-10-163-5/+46
* Update HTTP-Tiny to CPAN version 0.024Chris 'BinGOs' Williams2012-10-162-18/+55
* Sync Module-CoreList in Porting/Maintainers.pl with CPANChris 'BinGOs' Williams2012-10-161-1/+1
* perlĪ“ up to 40f316a72bFather Chrysostomos2012-10-151-5/+149
* Make PerlIO::encoding handle cowsFather Chrysostomos2012-10-152-1/+32
* Prune some dead code in pp.c:pp_undefFather Chrysostomos2012-10-151-6/+3
* Make PerlIO::encoding even more resilient to moving buffersFather Chrysostomos2012-10-152-6/+13
* Bump $Win32CORE::VERSION following commit 35f601d964Steve Hay2012-10-151-1/+1
* have Win32CORE use ALIAS/XSANYDaniel Dragan2012-10-151-53/+85
* regcomp.c: Don't set /i in start class unless /lKarl Williamson2012-10-141-4/+3
* regexp.t: Add 'no warnings "utf8";Karl Williamson2012-10-141-0/+1
* utf8.h: Correct some values for EBCDICKarl Williamson2012-10-142-15/+32
* regex: White-space, comment only; no code changesKarl Williamson2012-10-143-55/+62
* regex: Rename macro to reflect its narrowed useKarl Williamson2012-10-143-21/+18
* regex: Splice out no longer used array elementKarl Williamson2012-10-142-11/+9
* regex: Remove old code that tried to handle multi-char foldsKarl Williamson2012-10-147-514/+246
* regcomp.c: Fix-up indentaion; no code changesKarl Williamson2012-10-141-12/+12
* PATCH: [perl #89774] multi-char fold + its fold in char classKarl Williamson2012-10-148-35/+247
* regen/mk_invlists.pl: Make list for multi-fold charsKarl Williamson2012-10-142-0/+68