summaryrefslogtreecommitdiff
path: root/pp_hot.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-281-5/+2
* Symbian port of PerlJarkko Hietaniemi2005-04-211-9/+9
* extra code in pp_concat, Take 2Andy Lester2005-04-211-19/+19
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-5/+6
* SvPV_renew also calls SvLEN_setNicholas Clark2005-04-181-4/+2
* Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUENicholas Clark2005-04-181-2/+2
* Refactor the odd-one-out code before a Renew(SvPVX(...)...)Nicholas Clark2005-04-181-4/+3
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-4/+4
* Avoid taking a reference to SvIVX and putting that address on theNicholas Clark2005-04-111-3/+4
* Fix [perl #34892] Segfault on &DB::sub declared but not definedRafael Garcia-Suarez2005-04-101-2/+2
* Removing Y2K warningsAndy Lester2005-04-081-11/+0
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-2/+2
* Third consting batchAndy Lester2005-03-241-3/+3
* More const parmsAndy Lester2005-03-181-3/+3
* pad_push numero three-oAndy Lester2005-03-111-1/+1
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-131-4/+2
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+11
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-19/+11
* [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; failsRick Delaney2004-11-041-9/+1
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-4/+4
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+13
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-3/+3
* "That's the way to do it"Nicholas Clark2004-07-141-1/+1
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-9/+29
* Numeric comparison operators mustn't compare addresses of referencesNicholas Clark2004-07-141-1/+1
* [perl #30061] double DESTROY in for loopDave Mitchell2004-06-081-5/+8
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-081-0/+12
* Re: my $x->{foo} doesn't workShinya Hayakawa2004-05-301-1/+1
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-2/+2
* Fix bug [perl #27839] returning @+ out of scope loses its value :Hugo van der Sanden2004-03-231-1/+4
* range operator warnings / 64-bit fixMarcus Holland-Moritz2004-03-181-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation SADAHIRO Tomoyuki2004-02-231-3/+5
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-221-1/+2
* 22316 had stupid precedence thinkosDave Mitchell2004-02-171-1/+1
* Slight update to #22315 ($lval=*FOO); optimise the hot tests,Dave Mitchell2004-02-171-1/+1
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-3/+3
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-081-2/+9
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-1/+8
* Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/ Hugo van der Sanden2004-01-291-1/+1
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-3/+1
* Missing thingies.Rafael Garcia-Suarez2003-12-061-1/+1
* SCALAR/FIRSTKEY for tied hashes in scalar contextTassilo von Parseval2003-12-061-9/+1
* Silence gcc 2.95 warningNicholas Clark2003-11-291-1/+2
* Re: bug or a feature?Torsten Foertsch2003-11-251-1/+3
* Fix bug [perl #24380] : assigning to a hash in listRafael Garcia-Suarez2003-11-131-3/+19
* Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)Rick Delaney2003-11-011-6/+12
* misapplied patch 19452Yitzchak Scott-Thoennes2003-10-011-7/+11
* An error message need not be a novel.Jarkko Hietaniemi2003-09-221-2/+1