summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-3/+10
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-6/+3
* Re: [perl #36959] List Constructor Operator - Undefined ValuesRick Delaney2005-08-221-0/+2
* undup Jarkko Hietaniemi2005-08-071-1/+1
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-2/+2
* More embed.fnc goodnessAndy Lester2005-07-291-1/+1
* blead help for VMSCraig A. Berry2005-07-241-2/+2
* perl -Dstv -e'... for min..max' displayed wrong stack elementsDave Mitchell2005-07-181-0/+4
* more embed cleanupAndy Lester2005-07-151-1/+1
* More embed.fnc plowingAndy Lester2005-07-131-1/+1
* Making my way thru embed.fncAndy Lester2005-07-101-10/+10
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
* [perl #34171] bytes pragma error in substitution operatorDave Mitchell2005-07-071-1/+1
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-011-2/+4
* silence a warning in Perl_sv_compile_2opDave Mitchell2005-07-011-1/+1
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-12/+17
* Pre-YAPC consting funAndy Lester2005-06-231-1/+2
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-0/+7
* Silence bcc32 compiler warnings following change 24945Steve Hay2005-06-231-1/+1
* Const Boy II: The LocalizingAndy Lester2005-06-231-1/+6
* Silence yet more bcc32 compiler warningsSteve Hay2005-06-221-1/+1
* More random cleanupsAndy Lester2005-06-201-28/+26
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-2/+2
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-8/+8
* const-ize pp_formlineNicholas Clark2005-06-081-221/+234
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-081-4/+3
* n_a no moreNicholas Clark2005-06-081-16/+11
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-5/+5
* Convert POPpx POPpconstx and POPpbytex to use nolen macros.Nicholas Clark2005-06-081-1/+0
* More SvPV constingNicholas Clark2005-06-071-1/+1
* More consting of SvPVNicholas Clark2005-06-071-8/+6
* More SvPV consting.Nicholas Clark2005-06-071-5/+4
* Random cleanups #47Andy Lester2005-06-071-2/+2
* Lots of constingNicholas Clark2005-06-071-5/+5
* Unvoid SvUPGRADEAndy Lester2005-06-071-1/+1