summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-11/+13
* Revert change 26410, marking the test that was added there as TODO.Nicholas Clark2006-01-231-11/+5
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-2/+2
* Don't warn when localizing $[Rafael Garcia-Suarez2006-01-121-0/+1
* It's the Barbie bus patchAndy Lester2006-01-101-14/+13
* hv_fetchs() supportAndy Lester2006-01-061-15/+15
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+42
* performance tweaking op.cAndy Lester2006-01-061-12/+16
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Introduce newSVpvs_share() macro.Gisle Aas2006-01-041-4/+4
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-10/+10
* Silence compiler warning; ref change 26598Gisle Aas2006-01-041-1/+1
* Since we no longer autovivify stashes (change #26370), we needRafael Garcia-Suarez2006-01-021-1/+12
* gv_fetch_flags in newATTRSUB can actually be const.Nicholas Clark2005-12-271-4/+8
* Don't try to store PL_sv_undef in pads. (For now)Nicholas Clark2005-12-261-0/+12
* Unless the peephole optimiser already knows that we're in void context,Nicholas Clark2005-12-241-0/+4
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-10/+10
* eliminate HINT_HH_FOR_EVALRobin Houston2005-12-221-2/+1
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-0/+58
* Get the "cv" from the "gv" once, and be more careful so that we canNicholas Clark2005-12-201-3/+5
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-15/+15
* [perl #8262] //g loops infinitely on tainted dataDave Mitchell2005-12-191-5/+11
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-0/+15
* latest switch/say/~~Robin Houston2005-12-191-1/+225
* Two it's => its grammar fixes.Nicholas Clark2005-12-171-1/+1
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-5/+5
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-16/+17
* Disable constant folding of sprintfGisle Aas2005-12-011-1/+0
* Revert change #26110 (already reverted in maintperl by change 26182)Rafael Garcia-Suarez2005-12-011-3/+0
* Revert change #22520 (optimise away my $foo = undef and similarRafael Garcia-Suarez2005-11-301-22/+0
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-1/+2
* Mark all places where perl needs to look at a possibly-freed scalarNicholas Clark2005-11-141-1/+1
* Integrate:Nicholas Clark2005-11-131-0/+3
* Simplify Perl_allocmy slightly, and cope better with the name is ""Nicholas Clark2005-11-091-2/+4
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-1/+2
* sort/multicall patchRobin Houston2005-11-021-3/+0
* perlio.c constingAndy Lester2005-11-011-1/+1
* Etta James presents: More constingAndy Lester2005-10-311-2/+2
* Functions that die aren't exactly well used code.Nicholas Clark2005-10-301-19/+0
* save_hints is a mathom.Nicholas Clark2005-10-301-7/+0
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-9/+0
* Re: do { EXPR for EXPR }Robin Houston2005-10-241-1/+8
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A...Robin Houston2005-10-191-9/+22
* Make some casts explicit to keep VC++ 7 happySteve Hay2005-10-171-5/+5
* pre{inc,dec} is faster, even with integersHugo van der Sanden2005-10-151-0/+10
* Stas' croak patch and then someAndy Lester2005-10-131-100/+89
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-271-5/+9
* Micro-optimisation: use PL_globalstash instead of looking upRafael Garcia-Suarez2005-09-271-2/+4
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-261-5/+7
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-0/+2