summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* improved 19064 (local $_[0] problems)Dave Mitchell2003-08-261-2/+6
* Retract #19064, broke mod_perl flushing (localisation of $|).Jarkko Hietaniemi2003-08-211-2/+2
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+5
* [PATCH] Re: Perl formats do not work with tied valuesRafael Garcia-Suarez2003-07-211-0/+1
* DProf fixesRadu Greab2003-07-061-1/+4
* line numbers are given % 64kJames Jurach2003-07-021-9/+9
* Fix [perl #21742] :Rafael Garcia-Suarez2003-06-251-3/+11
* Re: [perl #17934] tied STDERR and internal warningsSteve Grazzini2003-06-191-26/+1
* Revert change #19126, a poor attempt at fixing bug #21742.Marcus Holland-Moritz2003-06-161-7/+1
* unnecessary stringification in eval/dieSteve Grazzini2003-06-161-2/+2
* Re: [perl #22299] goto doesn't find labelDave Mitchell2003-05-261-1/+1
* Introduce a new preprocessor symbol, PERL_DISABLE_PMC, toRafael Garcia-Suarez2003-05-211-4/+8
* [perl #7391] Perl crashes with certain write() formats.Dave Mitchell2003-05-111-1/+11
* Fix bug #15161 by increasing the refcount on the RE and making Artur Bergman2003-04-261-1/+12
* goto &sub doesn't empty @_Dave Mitchell2003-04-201-0/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Fix bug #21742. require should be always invoked inRafael Garcia-Suarez2003-04-011-1/+7
* [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.Dave Mitchell2003-03-261-2/+2
* [perl #9990] avoid goto &tmpsub coredumpDave Mitchell2003-03-181-0/+2
* Patch by Salvador FandiƱo to read the warning maskRafael Garcia-Suarez2003-03-041-2/+12
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Further Unicode formats patching from Inaba Hiroto.Jarkko Hietaniemi2003-03-021-9/+20
* Re: [PATCH] Re: format, PerlIO and utf8Inaba Hiroto2003-02-261-11/+55
* [perl #20684] [fix] s/// with (??{..}) inside returns wrong countAdrian M. Enache2003-02-251-1/+1
* Patching magic from Inaba-san's keyboard: fix for [perl #8769]:Jarkko Hietaniemi2003-02-241-3/+11
* COW regexps:Nicholas Clark2003-02-161-5/+32
* Re: trying to fix #20154, #20357Adrian M. Enache2003-02-141-3/+7
* Re: [perl #20777] [PATCH] goto &subroutine leaks memoryAdrian M. Enache2003-02-101-0/+1
* [perl #18232] [PATCH] store PL_reg_match_utf8 in reganchRafael Garcia-Suarez2003-02-021-1/+1
* Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, butDave Mitchell2003-01-271-1/+1
* OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.Dave Mitchell2003-01-261-1/+2
* Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zeroAdrian M. Enache2003-01-261-1/+2
* silence warningDave Mitchell2003-01-211-1/+1
* label code in pp_ctl.cNicholas Clark2003-01-081-38/+20
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-3/+3
* Re: [perl #19061] 'goto' confuses 'redo'Stephen McCamant2003-01-031-5/+9
* Re: [perl #19017] lexical "my" variables not visible in debugger "x" commandDave Mitchell2002-12-161-6/+25
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-1/+1
* Re: [perl #18165] "0" fails as right-hand argument to ..Slaven Rezic2002-12-081-2/+2
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-24/+55