summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* More consting goodnessAndy Lester2005-03-211-31/+30
* More const parmsAndy Lester2005-03-181-3/+3
* Adding const qualifiersAndy Lester2005-03-141-5/+5
* pad_push numero three-oAndy Lester2005-03-111-1/+1
* Revert change 23843.Rafael Garcia-Suarez2005-01-241-6/+4
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-211-4/+6
* Further follow-up to 23767Robin Barker2005-01-191-1/+1
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+11
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-15/+0
* [perl #32039] Chained goto &sub drops data too early.Dave Mitchell2004-10-231-7/+14
* Turn regcomp into a list opDave Mitchell2004-10-101-4/+31
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-1/+1
* delete spurious blank lines added by change 23251Dave Mitchell2004-09-011-2/+0
* [perl #31111] Random made scripts crashing perlDave Mitchell2004-09-011-1/+4
* make pp_goto() cope potential stack reallocation in EXTENDDave Mitchell2004-08-141-11/+8
* Final version object core patch?John Peacock2004-08-041-57/+10
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+11
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-15/+22
* for (reverse @foo) now iterates in reverse in place.Nicholas Clark2004-07-151-1/+1
* Optimise foreach my $i (reverse ...)Nicholas Clark2004-07-141-1/+12
* Re: Segfault using HTML::EntitiesJarkko Hietaniemi2004-07-091-4/+7
* Detypo.Rafael Garcia-Suarez2004-06-021-1/+1
* [perl #29708] Problem with autouse (causing Perl to crash)Dave Mitchell2004-05-301-1/+1
* C<undef> doesn't look like a number. See also:Marcus Holland-Moritz2004-04-051-2/+3
* range operator warnings / 64-bit fixMarcus Holland-Moritz2004-03-181-8/+11
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Revert change #22472, but keep the new tests.Marcus Holland-Moritz2004-03-091-1/+0
* Re: undef and the range operatorMarcus Holland-Moritz2004-03-091-0/+1