summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-30/+26
* unused context warningsAndy Lester2006-02-241-2/+4
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-211-19/+2
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-3/+3
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-6/+6
* Remove the last (U16) cast for CV depths, missed by change 17835.Nicholas Clark2006-02-201-1/+1
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-5/+5
* Cleaning up shadowed variablesAndy Lester2006-02-061-4/+4
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-9/+9
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-2/+2
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-2/+2
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-3/+3
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-3/+3
* Remove wrong cast to (void *), which fixes a gcc warning, and useMarcus Holland-Moritz2006-01-211-1/+1
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-5/+5
* The current OP that is tested in doeval() can be a require(), anRafael Garcia-Suarez2006-01-171-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-1/+1
* It's the Barbie bus patchAndy Lester2006-01-101-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-3/+32
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-6/+6
* The two never used NOTYET switch ops can go.Nicholas Clark2006-01-021-40/+0
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-6/+6
* Refactor the require failure message generation to use 1 less temporaryNicholas Clark2005-12-271-12/+11
* For the rare case of EMFILE during require, save object code spaceNicholas Clark2005-12-231-3/+3
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-62/+61
* Use PTR2IV instead of casting directlyRafael Garcia-Suarez2005-12-201-4/+4
* latest switch/say/~~Robin Houston2005-12-191-3/+663
* s/Nullav/NULL/gNicholas Clark2005-12-161-1/+1
* change #26373 broke threaded builds (aTHX_ now superfluous)Dave Mitchell2005-12-151-5/+5
* Prevent require() from attempting to open directories and block Steve Peters2005-12-151-5/+22
* A suggestion by Yamashina Hio to speed up substitutionsYAMASHINA Hio2005-12-121-0/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-33/+24
* [perl #37725] perl segfaults on reversed array referenceDave Mitchell2005-11-221-4/+4
* ff_chop.patch reduxAndy Lester2005-11-221-2/+2
* Eliminate two more strlen()s, by using the return value of sprintf().Nicholas Clark2005-11-201-4/+5
* Remove superfluous strlen() from pp_require().Nicholas Clark2005-11-091-3/+1
* Eliminate duplicate strlen()s by explicitly calling it.Nicholas Clark2005-11-081-5/+11
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-051-50/+0
* Re: [PATCH] sort/multicall patchRobin Houston2005-11-041-1/+11
* sort/multicall patchRobin Houston2005-11-021-13/+14
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-311-26/+0
* Functions that die aren't exactly well used code.Nicholas Clark2005-10-301-5/+0
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-4/+4
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-25/+28
* If a 'use' or 'require' fails due to too many open files (EMFILE),Steve Peters2005-10-021-17/+24
* Test for OPpCONST_NOVER only on OP_CONST ops.Rafael Garcia-Suarez2005-09-271-1/+1
* PATCH for #37138: using XSUB as DB::DB causes perl to crashSalvador FandiƱo2005-09-201-7/+18