summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Re: overload64.t failuresRick Delaney2007-10-211-2/+3
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-12/+15
* No need to call strlen() on the result of CopSTASHPV() when unthreaded,Nicholas Clark2007-10-181-2/+12
* Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the orderNicholas Clark2007-09-221-10/+36
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-1/+1
* Re: [perl #44623] Optimized magic_setisa has bugRick Delaney2007-09-101-3/+2
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-8/+3
* Comment typo fixAbigail2007-06-301-1/+1
* Resolve Yves Orton2007-06-231-3/+6
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-3/+0
* Re: mro status, etcBrandon Black2007-05-031-0/+9
* Re: mro status, etcBrandon Black2007-04-301-1/+1
* Re: [PATCH] Cleanup of the regexp APIÆvar Arnfjörð Bjarmason2007-04-301-1/+1
* Fix a bug in method caching. Better version (broader) of change #29336.Brandon Black2007-04-261-5/+0
* Remove unnecessarily paranoid protection in pp_definedRafael Garcia-Suarez2007-04-241-3/+4
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-241-16/+0
* 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