summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] Doc spellcheck + podcheckAbhijit Menon-Sen2001-11-161-1/+1
* Quieten pgcc 2.91.66 worries.Jarkko Hietaniemi2001-11-141-1/+1
* If an encoding is set by -M/-m, it must be inJarkko Hietaniemi2001-11-011-1/+13
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+1
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-1/+1
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-1/+1
* two s/// bugfixesRafael Garcia-Suarez2001-10-101-0/+2
* sortsv not in place anymore, noticed by John P. Linderman.Jarkko Hietaniemi2001-10-011-1/+1
* Patch to put qsortsv in the public APIBrian Ingerson2001-09-301-6/+16
* Allow an @INC hook to set %INCRafael Garcia-Suarez2001-09-281-4/+8
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-1/+1
* warning on v-string in use/requireJohn Peacock2001-09-251-0/+3
* proposal : put the @INC-hooks directly in %INCRafael Garcia-Suarez2001-09-231-1/+5
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-6/+0
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-56/+26
* put useful info in %INC for files loaded by a hook in @INCRafael Garcia-Suarez2001-08-281-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-31/+31