summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [perl #18479] Error when no strict refs in effectSlaven Rezic2002-11-251-0/+6
* Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIMAbhijit Menon-Sen2002-10-301-2/+1
* [perl #18165] "0" fails as right-hand argument to ..Mark-Jason Dominus2002-10-301-1/+6
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-2/+3
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-68/+2
* Fix bug #17771 : segfault with the 'for' statement modifierRafael Garcia-Suarez2002-10-111-1/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-85/+16
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-1/+1
* Defined-or patch (cleaned up)Brent Dax2002-08-051-1/+34
* This is getting pretty fragmented (finish up #17441).Jarkko Hietaniemi2002-07-091-1/+1
* More regression tests for caller() and fix one bug of #16658.Rafael Garcia-Suarez2002-05-171-1/+1
* Fix bug 20020517.003 : segfault with caller().Rafael Garcia-Suarez2002-05-171-4/+11
* Integrate changes #16199 and #16201 from macperl;Jarkko Hietaniemi2002-04-261-11/+17
* Re: [PATCH] pp_ctl.c:pp_requireNewton, Philip2002-04-251-2/+2
* pp_ctl.c:pp_requireNewton, Philip2002-04-251-3/+3
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-14/+14
* [ID 20020301.011] Core dump in 'leavetry' in 5.7.2Dave Mitchell2002-04-031-3/+18
* Revert #15200 for backwards compatiblity reasons.Abhijit Menon-Sen2002-03-221-1/+1
* Disambiguate "Can't locate"Mike Guy2002-03-121-1/+1
* more warnings tidyupPaul Marquess2002-03-111-13/+13
* Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed bef...Yitzchak Scott-Thoennes2002-03-061-9/+24
* Re: Re-posts of some unresolved bleadperl bugreportsHugo van der Sanden2002-02-201-0/+1
* bug on "do NUMBER"Rafael Garcia-Suarez2002-02-181-1/+1
* Tied STDERR should catch messages from warn() and die()Audrey Tang2002-02-171-1/+16
* CopFILE / MacPerl_MPWFileNameChris Nandor2002-02-081-1/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* path_is_absolute() needs a prototype (and maybeJarkko Hietaniemi2002-01-211-2/+2
* Re: coderefs in @INCChris Nandor2002-01-211-21/+29
* -t without -w Michael G. Schwern2001-12-301-0/+2
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-771/+1