summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-197-93/+117
* regexec.c: Rename function, add parameter, make non-staticKarl Williamson2014-02-194-16/+28
* regcomp.h: Allow compiler to perform calculationKarl Williamson2014-02-191-1/+1
* regexec.c: Add some checksKarl Williamson2014-02-191-1/+2
* Change method of passing some info from regcomp to regexecKarl Williamson2014-02-193-33/+21
* regcomp.h: Remove extraneous commentKarl Williamson2014-02-191-7/+0
* regcomp.h: Free up flag bit in ANYOF nodesKarl Williamson2014-02-191-10/+8
* regexes: Remove uses of ANYOF_LOCALE flagKarl Williamson2014-02-193-29/+12
* regcomp.c: Simplify /l Synthetic Start Class constructionKarl Williamson2014-02-192-24/+21
* Convert more EXACTFish nodes to EXACT when possibleKarl Williamson2014-02-194-17/+62
* Do not dereference hv before ensuring it's not NULLRafael Garcia-Suarez2014-02-191-1/+2
* perldelta updatesTony Cook2014-02-191-1/+10
* save errno/$! across Win32.pm autoloads tooTony Cook2014-02-192-1/+9
* cygwin doesn't implement $^E (except as a read of $!)Tony Cook2014-02-191-6/+14
* Correct number of tests in plan.James E Keenan2014-02-191-1/+1
* perlvar.pod: suggest string comparisons for $]David Golden2014-02-181-2/+2
* restore $PERL_OLD_VERSION to English.pmDavid Golden2014-02-182-2/+4
* [perl #121081] workaround different output on VMSTony Cook2014-02-191-5/+6
* Update HTTP-Tiny to CPAN version 0.042David Golden2014-02-182-22/+26
* Fix pod errorsKarl Williamson2014-02-184-4/+3
* re-import 5.19.8 delta form 5.19.8Ricardo Signes2014-02-181-1/+503
* update perlport with currently unresolved Cygwin test failuresTony Cook2014-02-181-0/+19
* Update Parse-CPAN-Meta to CPAN version 1.4413Tony Cook2014-02-183-9/+12
* perldelta updatesTony Cook2014-02-181-0/+42
* Upgrade Digest-SHA from 5.86 to 5.87Steve Hay2014-02-1812-370/+283
* locale.c: Fix initialization compile error for HPKarl Williamson2014-02-171-4/+4
* [perl #120936] op/taint.t handling of no ipcsysv on cygwinTony Cook2014-02-181-4/+14
* test.pl uses skip_all(...), not plan(skip_all => ...)Tony Cook2014-02-181-2/+2
* avoid a "FILE" name conflict with cygwin's wchar.hTony Cook2014-02-181-0/+1
* Skip locale test on OpenBSD, MirBSD and Bitrig tooChris 'BinGOs' Williams2014-02-171-1/+1
* Update HTTP-Tiny to CPAN version 0.041Chris 'BinGOs' Williams2014-02-1724-126/+839
* regcomp.c: Fix some alignment problemsKarl Williamson2014-02-174-37/+39
* locale.c: Remove vars unused on some platformsKarl Williamson2014-02-171-3/+0
* Update Parse-CPAN-Meta to CPAN version 1.4412Chris 'BinGOs' Williams2014-02-179-53/+43
* PATCH [perl #121257] blead fails at run/locale.tKarl Williamson2014-02-161-1/+2
* t/run/locale.t: Fix skip countKarl Williamson2014-02-161-2/+2
* locale.c: Handle case where LC_ALL isn't "all"Karl Williamson2014-02-161-1/+12
* sv.h: Add commentKarl Williamson2014-02-161-0/+1
* Avoid recalculating sub name hash in util.c:get_db_subFather Chrysostomos2014-02-161-3/+2
* Clarify distinction between contents of dist/ and ext/.James E Keenan2014-02-171-8/+13
* [perl #121223] encourage use of PERL_NO_GET_CONTEXTTony Cook2014-02-172-1/+24
|\
| * [perl #121223] explain PERL_NO_GET_CONTEXT a littleTony Cook2014-02-172-3/+20
| * add #define PERL_NO_GET_CONTEXT to ParseXS's podsDaniel Dragan2014-02-172-2/+8
|/
* [perl #121255] Call set-magic when setting $DB::subFather Chrysostomos2014-02-162-1/+24
* Exclude Perl_my_setlocale symbol where it's not defined.Craig A. Berry2014-02-161-0/+6
* Update Parse-CPAN-Meta to CPAN version 1.4410Chris 'BinGOs' Williams2014-02-162-40/+30
* perllocale: Corrections and nitsKarl Williamson2014-02-151-12/+23
* perlfunc: NitKarl Williamson2014-02-151-2/+2
* Revert "Free up bit for regex ANYOF nodes"Karl Williamson2014-02-157-387/+313
* Free up bit for regex ANYOF nodesKarl Williamson2014-02-157-308/+392