summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use NOOP macroAndy Lester2006-04-251-1/+1
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Random accumulated patchesAndy Lester2006-03-311-42/+38
* Fix bug #38815 (localising keys which are UTF-8 encoded didn't deleteNicholas Clark2006-03-301-1/+2
* RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32Jan Dubois2006-03-231-0/+7
* sv_find() returning false, followed by sv_magic() to add the magic,Nicholas Clark2006-03-171-4/+12
* Removed unused check and assignment in pp_hot.cAndy Lester2006-03-081-3/+2
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-12/+11
* Store GvGP in the SV head union. For all the common lookups [eg GvCV()]Nicholas Clark2006-02-251-0/+3
* Turn on match string copying when /e flag is set on a substitution.Jarkko Hietaniemi2006-02-221-2/+3
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-211-21/+0
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-2/+2
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-5/+5
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-9/+9