summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Re: new C3 MRO patchBrandon Black2007-04-191-2/+3
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-1/+1
* Re: Proposed changes and to regular expression interfaces in coreÆvar Arnfjörð Bjarmason2007-04-061-4/+5
* Re: pmdynflags and thread safetyYves Orton2007-04-041-14/+33
* Fix the error message "Can't call method "DOES" on unblessedRafael Garcia-Suarez2007-03-311-0/+1
* Fix return value of state assignment ($x=state $y=$z).Rafael Garcia-Suarez2007-03-271-7/+10
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-31/+32
* Let %^H be modifiable in eval-strings (bug #41531),Rafael Garcia-Suarez2007-03-191-1/+8
* Need a SPAGAIN here because the stack pointer might haveRafael Garcia-Suarez2007-03-131-0/+1
* A couple of casting nits by JarkkoRafael Garcia-Suarez2007-03-011-1/+1
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-2/+1
* [perl #41484] qr// stack bug knew-p5p@pimb.org2007-02-111-1/+2
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-2/+2
* Refactor the common soft-reference code from pp_rv2sv and pp_rv2avNicholas Clark2007-01-211-32/+4
* defined @$foo and defined %$bar should be subject to strict 'refs';Nicholas Clark2007-01-201-5/+8
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-151-128/+43
* Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.Nicholas Clark2007-01-151-12/+12
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-3/+8
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-3/+10
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-4/+4
* The first three patches from:Marcus Holland-Moritz2007-01-041-3/+3
* Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)Nicholas Clark2006-12-161-1/+1
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-1/+2
* Move Perl_get_db_sub() from pp_hot.c to util.cNicholas Clark2006-12-041-37/+0
* Make get_db_sub non-static, and call it from pp_goto, which allows theNicholas Clark2006-12-011-5/+8
* Remove the pp_entersub specific logic from S_get_db_sub.Nicholas Clark2006-12-011-7/+6
* smoke signs suppressionJarkko Hietaniemi2006-11-251-4/+4
* Fix for bug #38631: tied variables don't work with .= <>Rafael Garcia-Suarez2006-11-231-0/+2
* Cleanup regexp flags and structureYves Orton2006-11-231-13/+13
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-9/+15
* Invalidate the method lookup cache when assigning to a globRafael Garcia-Suarez2006-11-211-1/+5
* Fix bug #39037: rcatline doesn't stringify referencesRafael Garcia-Suarez2006-11-141-2/+6
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-5/+5
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-2/+2
* Re: $, and sayGisle Aas2006-11-021-1/+5
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-7/+7
* Revert changes 28772, 28773, 28774 as they won't gain us anything - INicholas Clark2006-09-161-2/+2
* Access to cx->blk_sub.lval via macros (as it's about to move).Nicholas Clark2006-09-011-2/+2
* A type change that apparently works around a compiler bugRafael Garcia-Suarez2006-08-181-1/+1
* g++ large patchJarkko Hietaniemi2006-08-071-1/+3
* Revert change 28603: this was a wrong fix, that didn't preventRafael Garcia-Suarez2006-07-231-44/+41
* In pp_entersub, accept to handle a CV with a NULL padlist.Rafael Garcia-Suarez2006-07-201-5/+7
* Band-aid for segfault in ext/threads/t/blocks.t on SMP machinesRafael Garcia-Suarez2006-07-191-1/+2
* Implement handling of state variables in list assignmentRafael Garcia-Suarez2006-07-051-0/+6
* eval { s/$foo/die/e } leaked a scalarDave Mitchell2006-05-201-1/+1
* [perl #32332] Perl segfaults; test case availableDave Mitchell2006-05-201-1/+0
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-1/+8
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-3/+5
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1