summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #118747] Allow in-place s///g when !!PL_sawampersandFather Chrysostomos2013-08-221-1/+4
* Revert "[perl #118747] Allow in-place s///g when !!PL_sawampersand"Father Chrysostomos2013-08-221-0/+1
* pp_hot.c:pp_subst: Move commentFather Chrysostomos2013-08-211-2/+2
* [perl #118747] Allow in-place s///g when !!PL_sawampersandFather Chrysostomos2013-08-211-1/+0
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-2/+8
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-201-4/+8
* Copy PADTMPS passed to XSUBsFather Chrysostomos2013-08-131-0/+9
* Read-only COWs should not be exempt from s/// croakingFather Chrysostomos2013-08-111-3/+0
* pp_match(): remove some superfluous bracesDavid Mitchell2013-07-311-4/+2
* pp_match(): only look up pos() magic onceDavid Mitchell2013-07-311-7/+7
* pp_match(): remove redundant conditionDavid Mitchell2013-07-311-8/+5
* RT #118213: handle $r=qr/.../; /$r/p properlyDavid Mitchell2013-07-301-0/+7
* s/.(?=.\G)/X/g: refuse to go backwardsDavid Mitchell2013-07-281-2/+3
* pp_subst: don't use REXEC_COPY_STR on 2nd matchDavid Mitchell2013-07-281-2/+1
* pp_subst: combine 3 small elsif blocks into 1David Mitchell2013-07-281-11/+5
* pp_subst: remove one use of 'm' local varDavid Mitchell2013-07-281-2/+1
* pp_subst: reduce scope of 'i' variableDavid Mitchell2013-07-281-2/+3
* pp_subst: reduce scope of 'm' varDavid Mitchell2013-07-281-7/+8
* pp_subst: set/use s,m vars near where they're usedDavid Mitchell2013-07-281-7/+7
* pp_subst: reduce scope of 'd' variableDavid Mitchell2013-07-281-2/+3
* pp_subst: cosmetic re-arrangement of varsDavid Mitchell2013-07-281-8/+15
* pp_match: simplify pos()-getting codeDavid Mitchell2013-07-281-16/+9
* regexec: handle \G ourself, rather than in callersDavid Mitchell2013-07-281-17/+10
* pp_match(): don't set REXEC_IGNOREPOS on 1st iterDavid Mitchell2013-07-281-1/+0
* pp_match(): stop setting $-[0] before regexec()David Mitchell2013-07-281-5/+5
* pp_match: avoid setting $+[0]David Mitchell2013-07-281-5/+7
* pp_match(): eliminate unused t variableDavid Mitchell2013-07-281-8/+7
* pp_match(): skip passing gpos arg to regexec()David Mitchell2013-07-281-5/+3
* add intuit-only match to s///David Mitchell2013-07-281-15/+2
* move intuit call from pp_match() into regexec()David Mitchell2013-07-281-30/+1
* make intuit_start() handle mixed utf8-nessDavid Mitchell2013-07-281-2/+1
* pp_match(): fix UTF* match settingDavid Mitchell2013-07-281-1/+1
* pp_match(): intuit can handle refs these daysDavid Mitchell2013-07-281-3/+1
* pp_match(): remove ret_no labelDavid Mitchell2013-07-281-2/+1
* 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
* [perl #78194] Make foreach copy pad tmpsFather Chrysostomos2013-07-251-2/+6
* [perl #78194] Make sub calls copy pad tmpsFather Chrysostomos2013-07-251-1/+7
* [perl #78194] Make grep/map copy pad tmpsFather Chrysostomos2013-07-251-0/+4
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-27/+7
* Make method lookup treat *foo as \*fooFather Chrysostomos2013-07-091-2/+14
* change tied_method to use SVs with precomputed hash valuesRuslan Zakirov2013-06-301-2/+2
* don't crash on deep recursion warnings in lexical subs (#118521)Lukas Mai2013-06-181-2/+9
* pp_hot.c: Correct commentFather Chrysostomos2013-06-081-1/+1
* Stop making assumptions about uids and gids.Brian Fraser2013-06-041-4/+4
* stop callers of rex engine using RX_MATCH_UTF8_setDavid Mitchell2013-06-021-5/+1
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-5/+3