summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* sprinkle dVARJarkko Hietaniemi2006-01-061-89/+102
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-1/+1
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-2/+2
* A GVs stash can be NULL, so don't call macros that assume otherwiseNicholas Clark2005-12-291-1/+2
* pre-likely cleanupAndy Lester2005-12-271-2/+1
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-20/+22
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-3/+15
* The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,Nicholas Clark2005-12-211-3/+4
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-6/+6
* s/Nullav/NULL/gNicholas Clark2005-12-161-1/+1
* Fix for [perl #37886] strict 'refs' doesn't apply inside definedRafael Garcia-Suarez2005-12-151-4/+7
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-29/+23
* Remove redundant SvUTF8_on() callsGisle Aas2005-11-301-2/+0
* Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly usedNicholas Clark2005-11-071-38/+24
* The rarely used lcfirst and ucfirst share almost all their code.Nicholas Clark2005-11-071-62/+13
* Fix bug #37628 (both lcfirst and ucfirst)Nicholas Clark2005-11-071-9/+6
* Allow passing of the full enum name into the tryAMAGICbin family ofNicholas Clark2005-11-051-4/+4
* Re: A surprising segfaultSADAHIRO Tomoyuki2005-11-051-2/+2
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-041-30/+0
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-311-15/+0
* Replace the 3 currently "unreachable" ops with a single op bodyNicholas Clark2005-10-311-0/+7
* Functions that die aren't exactly well used code.Nicholas Clark2005-10-301-10/+0
* Re: [PATCH] minor speed-up for pp_push()Tassilo von Parseval2005-10-261-4/+5
* gcc complains when it sees variables declaredSteve Peters2005-10-141-2/+2
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-16/+12
* Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outs...Dominic Dunlop2005-08-061-2/+2
* Re: [PATCH] Faster **Piotr Fusik2005-07-191-56/+52
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-2/+2
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-7/+7
* All tests pass (for me) with -DPERL_DONT_CREATE_GVSVNicholas Clark2005-06-291-1/+1
* Const Boy II: The LocalizingAndy Lester2005-06-231-243/+206
* Silence some bcc32 compiler warningsSteve Hay2005-06-221-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-4/+4
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-14/+14
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-081-2/+1
* One more SvPV_constNicholas Clark2005-06-081-1/+1
* More SvPV constingNicholas Clark2005-06-071-19/+19
* More SvPV constingNicholas Clark2005-06-071-17/+19
* More SvPV consting.Nicholas Clark2005-06-071-2/+1
* make pp_split constNicholas Clark2005-06-071-5/+6
* Lots of constingNicholas Clark2005-06-071-9/+9
* Re: [perl #36130] chr(-1) should probably return undefJarkko Hietaniemi2005-06-071-1/+14
* Unvoid SvUPGRADEAndy Lester2005-06-071-4/+4
* Use newSVhek where we're generating SVs from package namesNicholas Clark2005-06-031-3/+2
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-6/+6
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-1/+2
* Updated lint infrastructureAndy Lester2005-05-261-2/+0
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+1
* SvPVX_const - patch #2Steve Peters2005-05-211-4/+4