summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * pp_match(): combine intuit and regexec branchesDavid Mitchell2013-07-281-23/+8
| * pp_match(): refactor intuit-only codeDavid Mitchell2013-07-281-15/+18
| * pp_match(): minor refactor: consolidate RETPUSHYESDavid Mitchell2013-07-281-7/+6
| * pp_match(): factor out some common codeDavid Mitchell2013-07-281-26/+17
| * re-enable intuit-only matchesDavid Mitchell2013-07-281-62/+15
| * add Perl_reg_set_capture_string() functionDavid Mitchell2013-07-284-117/+152
|/
* perl5191delta: deep recursion warnings (07b2687d2/#118521)Father Chrysostomos2013-07-271-0/+4
* [Merge] Constants, inlined subs, TARGs, ...Father Chrysostomos2013-07-2547-191/+554
|\
| * Version number tweaks in tests and other cleanupFather Chrysostomos2013-07-254-18/+15
| * pad.c apidocs: Clarify use of &PL_sv_noFather Chrysostomos2013-07-251-1/+2
| * Fix up IO::Compress testsFather Chrysostomos2013-07-252-1/+4
| * Increase $XS::APItest::VERSION to 0.55Father Chrysostomos2013-07-251-1/+1
| * Stop op freeing from interfering with sub(){42} mutabilityFather Chrysostomos2013-07-252-3/+7
| * fresh_perl.t: Make the test for #3066 more explicitFather Chrysostomos2013-07-251-2/+3
| * Make overloaded constants always read-onlyFather Chrysostomos2013-07-252-2/+1
| * Don’t check IS_PADCONST in pad.c:pad_allocFather Chrysostomos2013-07-251-1/+1
| * pad.c: Don’t copy shared hash key targets when cloningFather Chrysostomos2013-07-251-1/+1
| * Stop shared hash key TARGs from being sharedFather Chrysostomos2013-07-252-3/+1
| * [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-256-77/+26
| * Make sub(){42} return a mutable valueFather Chrysostomos2013-07-252-3/+10
| * Tweak optree_constants.t for inlined list constsFather Chrysostomos2013-07-251-1/+4
| * Update constant.pm to reflect list inlinementFather Chrysostomos2013-07-251-2/+1
| * Inline list constantsFather Chrysostomos2013-07-255-5/+26
| * constant.pm: Make list constants read-onlyFather Chrysostomos2013-07-252-2/+16
| * Allow stash elems to be array refsFather Chrysostomos2013-07-255-8/+54
| * Increase $constant::VERSION to 1.28Father Chrysostomos2013-07-251-1/+1
| * Stop constant.pm from (ab)using subs for scalarsFather Chrysostomos2013-07-251-9/+25
| * [perl #78194] Make re-evals copy PADTMPsFather Chrysostomos2013-07-252-1/+12
| * [perl #78194] Make sort copy PADTMPsFather Chrysostomos2013-07-252-1/+4
| * [perl #78194] Make x copy PADTMPs in lv cxFather Chrysostomos2013-07-252-1/+5
| * [perl #78194] Make list slices copy PADTMPs in lv cxFather Chrysostomos2013-07-252-1/+3
| * Stop folding of ops from changing mutabilityFather Chrysostomos2013-07-256-6/+12
| * [perl #78194] Make foreach copy pad tmpsFather Chrysostomos2013-07-253-5/+22
| * Correct list.t descr in MANIFESTFather Chrysostomos2013-07-251-1/+1
| * [perl #3105] Make 1..3 modification safeFather Chrysostomos2013-07-253-20/+29
| * constant.t: Correct versionFather Chrysostomos2013-07-251-2/+2
| * [perl #78194] Make sub calls copy pad tmpsFather Chrysostomos2013-07-254-4/+12
| * Increase $OptreeCheck::VERSION to 0.10Father Chrysostomos2013-07-251-1/+1
| * [perl #78194] Make grep/map copy pad tmpsFather Chrysostomos2013-07-253-5/+12
| * pad.c: cast before comparing signed with unsignedFather Chrysostomos2013-07-251-1/+1
| * op.c: Stop copying constants under ithreadsFather Chrysostomos2013-07-257-24/+18
| * pad.c: Expand pad_push SVf_READONLY explanationFather Chrysostomos2013-07-251-1/+4
| * pad.c: Use &PL_sv_no for const pad namesFather Chrysostomos2013-07-256-18/+33
| * Re(mov|writ)e two comments from pad.c:pad_allocFather Chrysostomos2013-07-251-3/+3
| * op.c:S_fold_constants: Add assertionFather Chrysostomos2013-07-251-0/+1
| * Change the tests for #3105 into to-dosFather Chrysostomos2013-07-251-2/+6
| * Test readonliness of overload constantsFather Chrysostomos2013-07-251-1/+15
| * To-do test for #109746Father Chrysostomos2013-07-251-1/+8
| * Test (im)mutability of constants and constant-like subsFather Chrysostomos2013-07-252-2/+72
| * Test !0 and !1 immutability and singletonnessFather Chrysostomos2013-07-251-1/+16