summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Random constingAndy Lester2005-06-031-2/+2
* add pointer to email explaining why eval {goto &foo} is bannedDave Mitchell2005-05-301-0/+1
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-7/+7
* [perl #35878] goto &xsub that croaks corrupts memoryDave Mitchell2005-05-211-5/+4
* stop goto &foo wasting stack spaceDave Mitchell2005-05-211-1/+3
* disallow eval { goto &foo }Dave Mitchell2005-05-211-2/+5
* SvPVX_const - patch #2Steve Peters2005-05-211-19/+19
* Goodbye AvFLAGSNicholas Clark2005-05-201-1/+1
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-7/+7
* attributes-two.patch, the next batchAndy Lester2005-05-091-18/+17
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-1/+10
* [perl #35214] SEGV when next is followed by a gotoDave Mitchell2005-05-041-0/+3
* Better fix for #8738 (Core dump in 'leavetry')Dave Mitchell2005-05-021-2/+14
* Revert change #15705 (Core dump in 'leavetry')Dave Mitchell2005-05-021-18/+2
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-281-3/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-19/+38
* [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set glasser@tang-eleven-seventy-nine.mit.edu2005-04-201-2/+4
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-4/+4
* Avoid taking a reference to SvIVX and putting that address on theNicholas Clark2005-04-111-3/+4
* Refactoring to Sv*_set() macros - patch #2Steve Peters2005-04-081-1/+1
* The core part of :Andy Lester2005-03-291-39/+25