summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* undef and the range operatorMarcus Holland-Moritz2004-03-071-8/+7
* Re: Strange segfaultMarcus Holland-Moritz2004-03-051-1/+5
* silence some compiler warningsDave Mitchell2004-03-051-1/+1
* [perl #27206] Memory leak in continue loopDave Mitchell2004-03-041-0/+1
* [perl #26959] fix memory leak in @_ = ...; goto &subDave Mitchell2004-02-241-1/+5
* optimization for map in scalar contextTassilo von Parseval2004-02-241-2/+13
* Fix bug #26910: hints were not propagated into (?{...})Rafael Garcia-Suarez2004-02-231-1/+0
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-081-2/+9
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-4/+12
* second attempt to fix [perl #24914] freeing a CV reference that wasDave Mitchell2004-01-201-1/+0
* format/write (version 2)LAUN Wolfgang2004-01-161-66/+103
* Re: [perl #24774] eval + format - \n = pp_ctl.c assertionDave Mitchell2003-12-301-1/+1
* Fix bug [perl #24735] : make sure that the range (..) operatorRafael Garcia-Suarez2003-12-271-3/+3
* Refactor the code that checks whether a range is numericRafael Garcia-Suarez2003-12-261-15/+12
* yet another leak. bigger fish still swimming around.Adrian M. Enache2003-12-081-7/+5
* Re: [perl #24248] taint propagation regression,Rick Delaney2003-11-061-0/+1
* Re: Simple @INC hook core dump [PATCH]Gisle Aas2003-10-081-0/+1
* (was Re: require() does not behave aas documented)Rick Delaney2003-10-061-4/+13
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-4/+4
* Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.tDave Mitchell2003-09-211-1/+1
* honoring void context for map()Tassilo von Parseval2003-09-071-2/+2