summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* mktables: Add table for chars with multi-char foldKarl Williamson2012-10-141-1/+9
* regcomp.c: Rename a macro, fix-up commentsKarl Williamson2012-10-141-8/+9
* Link to 5.14.3 announcementDominic Hargreaves2012-10-131-1/+1
* Handle cow $_ in @INC filterFather Chrysostomos2012-10-122-1/+7
* Allow COW copies in aassignFather Chrysostomos2012-10-122-6/+8
* Add references to perl5143deltaDominic Hargreaves2012-10-123-0/+6
* Add the 5.14.3 perldeltaDominic Hargreaves2012-10-121-0/+291
* Add 5.14.3 to perlhistDominic Hargreaves2012-10-121-2/+3
* add 5.14.3 epigraphDominic Hargreaves2012-10-121-0/+19
* Update Module-CoreList Changes fileChris 'BinGOs' Williams2012-10-121-0/+3
* Add v5.14.3 data to Module::CoreList and bump to 2.74Chris 'BinGOs' Williams2012-10-122-2/+16
* toke.c: Rewrite bogus yylex commentFather Chrysostomos2012-10-121-13/+52
* perlreapi.pod: Consistent spaces after dotsFather Chrysostomos2012-10-111-57/+63
* perlreapi.pod: Document RXf_MODIFIES_VARSFather Chrysostomos2012-10-111-0/+6
* perlreapi.pod: Update RXf_SKIPWHITE sectionFather Chrysostomos2012-10-111-0/+3
* perlreapi.pod: Update RXf_SPLIT sectionFather Chrysostomos2012-10-111-0/+4
* Disable const repl optimisation for empty patternFather Chrysostomos2012-10-113-8/+16
* defins.t: Suppress uninit warningFather Chrysostomos2012-10-111-0/+1
* Move tests from t/op/while_readdir.t to t/op/defins.tBrad Gilbert2012-10-113-182/+34
* Use const repl optimisation with s///e where possibleFather Chrysostomos2012-10-114-19/+31
* perl5180delta: B::Generate is fixedFather Chrysostomos2012-10-111-4/+0
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-115-62/+42
* Don’t taint return value of s///e based on replacementFather Chrysostomos2012-10-112-2/+3
* Remove PMf_MAYBE_CONSTFather Chrysostomos2012-10-112-6/+0
* [perl #49190] Stringify repl repeatedly in s///gFather Chrysostomos2012-10-113-6/+39
* RXf_MODIFIES_VARSFather Chrysostomos2012-10-113-2/+7
* Define RXf_SPLIT and RXf_SKIPWHITE as 0Father Chrysostomos2012-10-113-22/+16
* pp_hot.c:pp_subst: add commentFather Chrysostomos2012-10-111-1/+1
* Simplify the fix for bug #41530Father Chrysostomos2012-10-113-33/+15
* perldelta for [perl #114982]Karl Williamson2012-10-111-1/+2
* regcomp.c: Use more precise definition of folding charsKarl Williamson2012-10-111-7/+4
* handy.h: Add macro which returns if a char is foldingKarl Williamson2012-10-111-2/+8
* regen/mk_PL_charclass.pl: Add bit for if character foldsKarl Williamson2012-10-112-115/+118
* regcomp.c: Optimize EXACTFish nodes without folds to EXACTKarl Williamson2012-10-111-7/+55
* regexec.c: Fix EXACT node handling in regrepeat()Karl Williamson2012-10-112-18/+51
* Fix indentation after a19baa613cSteve Hay2012-10-111-3/+3
* stop Win32 VC miniperl from exporting functionsDaniel Dragan2012-10-115-13/+27
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-104-12/+34
* [perl #114658] Fix line numbers at the end of string evalFather Chrysostomos2012-10-103-13/+28
* Add extern "C" to definitions of four win32_ functionsSteve Hay2012-10-102-9/+8
* [MERGE] revamp dist/B-Deparse/t/core.tDavid Mitchell2012-10-103-95/+645
|\
| * Deparse/t/core.t: add support for lex varsDavid Mitchell2012-10-101-20/+53
| * overhaul dist/B-Deparse/t/core.tDavid Mitchell2012-10-101-88/+565
| * fix deparsing of select(F)David Mitchell2012-10-102-3/+21
| * Deparse: handle system/exec prog arg,arg,,..David Mitchell2012-10-101-0/+9
| * Deparse: grep($a) became grep($a,); ditto mapDavid Mitchell2012-10-101-1/+2
| * Deparse: handle some strong keywords betterDavid Mitchell2012-10-101-3/+14
| * Deparse crashed on argless sort()David Mitchell2012-10-101-0/+1
|/
* [perl #115206] Don’t crash when vivifying $|Father Chrysostomos2012-10-102-5/+5
* Test perl #4760Father Chrysostomos2012-10-101-1/+6