summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #96230] Stop s/$qr// from reusing last patternFather Chrysostomos2012-10-161-1/+2
* Allow COW copies in aassignFather Chrysostomos2012-10-121-3/+5
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-111-5/+5
* [perl #49190] Stringify repl repeatedly in s///gFather Chrysostomos2012-10-111-4/+23
* pp_hot.c:pp_subst: add commentFather Chrysostomos2012-10-111-1/+1
* Simplify the fix for bug #41530Father Chrysostomos2012-10-111-32/+6
* no need to get shared hash value hereRuslan Zakirov2012-10-081-2/+1
* Fix infinite loop with $tied =~ s/non-utf8/utf8/Father Chrysostomos2012-10-071-4/+6
* Restore use of PL_stashcache, the stash name lookup cache for method calls.Nicholas Clark2012-09-261-4/+4
* -Do now also reports updates and use of PL_stashcache.Nicholas Clark2012-09-261-0/+4
* A better fix for leaking array assignmentFather Chrysostomos2012-09-241-3/+5
* Stop array assignment from leaking on croakFather Chrysostomos2012-09-221-3/+2
* Stop hash assignment from leaking on croakFather Chrysostomos2012-09-221-3/+2
* [perl #96230] Stop qr// from reusing last patternFather Chrysostomos2012-09-221-2/+4
* pp_hot.c: Clean up after the prev commitFather Chrysostomos2012-09-201-11/+6
* [perl #105922] Allow any string before ->methFather Chrysostomos2012-09-201-10/+6
* ‘Undefined subroutine &foo called’ for lex subsFather Chrysostomos2012-09-151-1/+5
* m// and s///; don't copy TEMP/AMAGIC stringsDavid Mitchell2012-09-081-3/+0
* tidy up patten match copying codeDavid Mitchell2012-09-081-1/+2
* stop $foo =~ /(bar)/g skipping copyDavid Mitchell2012-09-081-6/+1
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-6/+26
* pp_hot.c: pp_rv2av: Squash repetitive codeFather Chrysostomos2012-08-261-32/+5
* Croak for \local %{\%foo}Father Chrysostomos2012-08-261-3/+3
* Restore ‘Can’t localize through ref’ to lv subsFather Chrysostomos2012-08-261-3/+3
* Correct typo in flag nameFather Chrysostomos2012-08-251-1/+1
* Banish boolkeysFather Chrysostomos2012-08-251-3/+5
* Optimise %hash in sub { %hash || ... }Father Chrysostomos2012-08-251-0/+3
* Use PADLIST in more placesFather Chrysostomos2012-08-211-1/+1
* Omnibus removal of register declarationsKarl Williamson2012-08-181-31/+31
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-1/+1
* Magic flags harmonization.Chip Salzenberg2012-07-151-6/+7
* pp_hot.c: Mention that pp_grepstart calls pp_pushmarkFather Chrysostomos2012-07-141-1/+1
* [perl #113576] Restore err msg for &{+undef}Father Chrysostomos2012-07-131-2/+2
* Correct err msg when calling stub w/no autoload fbFather Chrysostomos2012-07-081-2/+2
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-1/+1
* [perl #112966] Crash on delete local; other local bugsFather Chrysostomos2012-06-231-1/+1
* pp_sassign: explain the mix of left<=>right in the optreeReini Urban2012-06-221-15/+19
* In pp_iter, handle end of range at IV_MAX without undefined behaviour.Nicholas Clark2012-06-191-9/+7
* pp_hot.c: Combine macro callsKarl Williamson2012-06-171-1/+1
* pp_hot.c: Add -Dr messagesKarl Williamson2012-06-171-2/+8
* pp_match(): clarify intuit parens behaviourDavid Mitchell2012-06-131-3/+3
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-0/+8
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-5/+2
* Delete two instance of SvSCREAM_offFather Chrysostomos2012-05-291-1/+0
* Away with REXEC_SCREAM!Father Chrysostomos2012-05-291-7/+1
* Remove most code conditional on SvSCREAMFather Chrysostomos2012-05-291-4/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Don’t let method-BLOCK read beyond the stackFather Chrysostomos2012-05-211-1/+5
* pp_hot.c:pp_entersub: Rmv comment about setting PL_compcvFather Chrysostomos2012-05-211-5/+0
* [perl #111656] Make ‘glob failed’ suppressibleFather Chrysostomos2012-03-261-1/+1