summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* pp_hot.c:padsv: rewrt cmnt for clrtyFather Chrysostomos2012-11-191-1/+4
* refactor pp_padsvDaniel Dragan2012-11-181-11/+21
* pp_iter: final whitespace/comment tidy upDavid Mitchell2012-11-151-32/+31
* pp_iter: refactor CXt_LOOP_LAZYSV branchDavid Mitchell2012-11-151-3/+3
* pp_iter: refactor CXt_LOOP_LAZYIV branchDavid Mitchell2012-11-151-8/+10
* pp_iter: a bit more refactoring of CXt_LOOP_FOR branchDavid Mitchell2012-11-151-6/+6
* pp_iter: factor out some common code in CXt_LOOP_FORDavid Mitchell2012-11-151-19/+12
* pp_iter: move var declarations to narrower scopeDavid Mitchell2012-11-151-4/+7
* pp_iter: reindent after removing if blockDavid Mitchell2012-11-151-17/+17
* pp_iter: move RETPUSHYES outside switchDavid Mitchell2012-11-151-7/+4
* pp_iter: reindent code after previous changeDavid Mitchell2012-11-151-56/+56
* pp_iter: replace if/else with switchDavid Mitchell2012-11-151-9/+16
* SVf_IsCOWFather Chrysostomos2012-11-141-1/+1
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-3/+3
* padrange: handle @_ directlyDavid Mitchell2012-11-101-17/+40
* add SAVEt_CLEARPADRANGEDavid Mitchell2012-11-101-1/+11
* add padrange opDavid Mitchell2012-11-101-0/+23
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-14/+20
* Fix $byte_overload .= $utf8 regressionFather Chrysostomos2012-11-021-2/+2
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-4/+4
* [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