summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* unused context warningsAndy Lester2006-02-241-1/+8
* Replace direct flags tests & manipulations for SVpad_TYPED andNicholas Clark2006-02-231-6/+6
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-1/+1
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-201-1/+3
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-2/+2
* Sun Studio lint patchesAndy Lester2006-02-141-9/+6
* Change 27136 seems to have inadvertently upset some compilers,Nicholas Clark2006-02-091-3/+3
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-46/+52
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-0/+16
* Cleaning up shadowed variablesAndy Lester2006-02-061-2/+2
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-23/+23
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-8/+8
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-15/+15
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-8/+9
* 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