summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Collapse)AuthorAgeFilesLines
* More regression tests for caller() and fix one bug of #16658.Rafael Garcia-Suarez2002-05-171-1/+1
| | | p4raw-id: //depot/perl@16662
* Fix bug 20020517.003 : segfault with caller().Rafael Garcia-Suarez2002-05-171-4/+11
| | | | | Add regression tests for caller. p4raw-id: //depot/perl@16658
* Integrate changes #16199 and #16201 from macperl;Jarkko Hietaniemi2002-04-261-11/+17
| | | | | | | | | | Time::Local compatibility patches, from Graham MacPerl require() portability patches p4raw-link: @16199 on //depot/macperl: 029195cc16ed49b9d6f99746bf12dad919bcab76 p4raw-id: //depot/perl@16204 p4raw-integrated: from //depot/macperl@16203 'copy in' lib/Time/Local.pm (@16123..) 'merge in' pp_ctl.c (@16123..)
* Re: [PATCH] pp_ctl.c:pp_requireNewton, Philip2002-04-251-2/+2
| | | | | | From: "Newton, Philip" <Philip.Newton@datenrevision.de> Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg> p4raw-id: //depot/perl@16158
* pp_ctl.c:pp_requireNewton, Philip2002-04-251-3/+3
| | | | | | From: "Newton, Philip" <Philip.Newton@datenrevision.de> Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg> p4raw-id: //depot/perl@16157
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-14/+14
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* [ID 20020301.011] Core dump in 'leavetry' in 5.7.2Dave Mitchell2002-04-031-3/+18
| | | | | Message-ID: <20020403020825.B16724@fdgroup.com> p4raw-id: //depot/perl@15705
* Revert #15200 for backwards compatiblity reasons.Abhijit Menon-Sen2002-03-221-1/+1
| | | p4raw-id: //depot/perl@15411
* Disambiguate "Can't locate"Mike Guy2002-03-121-1/+1
| | | | | Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@15200
* more warnings tidyupPaul Marquess2002-03-111-13/+13
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155
* Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed ↵Yitzchak Scott-Thoennes2002-03-061-9/+24
| | | | | | | before filehandle read Message-ID: <ABBh8gzkgezX092yn@efn.org> p4raw-id: //depot/perl@15054
* Re: Re-posts of some unresolved bleadperl bugreportsHugo van der Sanden2002-02-201-0/+1
| | | | | Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk> p4raw-id: //depot/perl@14795
* bug on "do NUMBER"Rafael Garcia-Suarez2002-02-181-1/+1
| | | | | Message-Id: <20020218154126.A692@rafael> p4raw-id: //depot/perl@14741
* Tied STDERR should catch messages from warn() and die()Audrey Tang2002-02-171-1/+16
| | | | | Message-ID: <20020217194647.A1410@not.autrijus.org> p4raw-id: //depot/perl@14727
* CopFILE / MacPerl_MPWFileNameChris Nandor2002-02-081-1/+1
| | | | | Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com> p4raw-id: //depot/perl@14608
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
| | | p4raw-id: //depot/perl@14391
* path_is_absolute() needs a prototype (and maybeJarkko Hietaniemi2002-01-211-2/+2
| | | | | a better name, but that's another story). p4raw-id: //depot/perl@14367
* Re: coderefs in @INCChris Nandor2002-01-211-21/+29
| | | | | Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]> p4raw-id: //depot/perl@14366
* -t without -w Michael G. Schwern2001-12-301-0/+2
| | | | | Message-ID: <20011230044625.GA14386@blackrider> p4raw-id: //depot/perl@13953
* Implement the sort pragma. Split sort code from pp_ctl.cJarkko Hietaniemi2001-11-211-771/+1
| | | | | | | | | | to pp_sort.c. Includes the quicksort stabilizing layer from John P. Linderman. -Msort=qsort or -Msort=fast is faster than without (or with -Msort=mergesort or -Msort=safe) for short random inputs, but for some reason not quite as fast as 5.6.1 qsort. More benchmarking, profiling, tuning, and optimizing definitely needed. p4raw-id: //depot/perl@13179
* [PATCH] Doc spellcheck + podcheckAbhijit Menon-Sen2001-11-161-1/+1
| | | | | | | | | | | | | | | | | | From: Autrijus Tang <autrijus@egb.elixus.org> Date: Thu, 15 Nov 2001 22:49:05 -0800 Message-Id: <20011116064905.GA44092@egb.elixus.org> Subject: [PATCH] podcheck+spellcheck, the rest of the story From: Autrijus Tang <autrijus@egb.elixus.org> Date: Fri, 16 Nov 2001 00:42:20 -0800 Message-Id: <20011116084220.GA44295@egb.elixus.org> Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story From: Nicholas Clark <nick@ccl4.org> Date: Fri, 16 Nov 2001 10:32:01 +0000 Message-Id: <20011116103200.F62891@plum.flirble.org> (Applied after suitable de-mangling.) p4raw-id: //depot/perl@13041
* Quieten pgcc 2.91.66 worries.Jarkko Hietaniemi2001-11-141-1/+1
| | | p4raw-id: //depot/perl@13008
* If an encoding is set by -M/-m, it must be inJarkko Hietaniemi2001-11-011-1/+13
| | | | | | | | effect only for the actual script, not any other required/-M/-m'ed module, otherwise we enter a nasty recursion in regexec.c while trying to init the simple UTF-8 charclasses like PL_utf8_alnum. p4raw-id: //depot/perl@12799
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-0/+1
| | | | | Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12513
* Oh, bother. In Tru64 cc -std1 was looking rather niceJarkko Hietaniemi2001-10-171-1/+1
| | | | | | | | | | in speed (upto 20% speedup in certain operations) but meanwhile regexps and arithmetics got slower (5-10%) (according to perlbench average speedup is negligible, and within measuring flutter, 1%). Therefore retracting all the changes aimed at getting -std1 to compile cleanly: #12475, #12476, #12479, #12480, #12481, #12482, #12483, #12484. p4raw-id: //depot/perl@12485
* (retracted by #12485)Jarkko Hietaniemi2001-10-171-1/+1
| | | | | | Avoid dollar signs in identifiers (in non-VMS) to placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP). p4raw-id: //depot/perl@12475
* two s/// bugfixesRafael Garcia-Suarez2001-10-101-0/+2
| | | | | Message-Id: <20011010172344.C22440@rafael> p4raw-id: //depot/perl@12392
* sortsv not in place anymore, noticed by John P. Linderman.Jarkko Hietaniemi2001-10-011-1/+1
| | | p4raw-id: //depot/perl@12291
* Patch to put qsortsv in the public APIBrian Ingerson2001-09-301-6/+16
| | | | | Message-ID: <20010929174113.A30223@ttul.org> p4raw-id: //depot/perl@12276
* Allow an @INC hook to set %INCRafael Garcia-Suarez2001-09-281-4/+8
| | | | | Message-ID: <20010928221813.A16889@rafael> p4raw-id: //depot/perl@12260
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12192 11817 11815 11813 11778 11775 Update CPAN.pm to work with new Mac::BuildTools instead of ExtUtils::MM_MacOS "orphan" functions Fix test Make syntax check report in MPW style, fix tests to use Mac::err=unix to get normal-style error messages. More module and test ports from Thomas Wegner et al Fix open of /dev/null for Mac OS Allow for platforms to override formatting of errors on output from Matthias Neeracher (core files) p4raw-id: //depot/perl@12235 p4raw-edited: from //depot/maint-5.6/macperl@12234 'edit in' lib/File/DosGlob.pm t/op/magic.t (@11007..) p4raw-integrated: from //depot/maint-5.6/macperl@12234 'copy in' lib/File/Spec/Mac.pm lib/File/Temp.pm (@11007..) 'merge in' ext/File/Glob/Glob.pm lib/CPAN.pm (@11007..) ext/File/Glob/bsd_glob.c t/base/term.t (@11185..) t/op/runlevel.t (@11198..) t/pod/testp2pt.pl (@11500..) p4raw-integrated: from //depot/maint-5.6/macperl@11815 'merge in' perl.c (@11806..) p4raw-integrated: from //depot/maint-5.6/macperl@11775 'merge in' perl.h pp_ctl.c util.c (@11007..)
* warning on v-string in use/requireJohn Peacock2001-09-251-0/+3
| | | | | Message-ID: <3BAFA59F.9C0E0339@rowman.com> p4raw-id: //depot/perl@12205
* proposal : put the @INC-hooks directly in %INCRafael Garcia-Suarez2001-09-231-1/+5
| | | | | Message-ID: <20010919224714.A6382@rafael> p4raw-id: //depot/perl@12162
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & ↵Hugo van der Sanden2001-09-151-6/+0
| | | | | | | (??{CODE}) regex Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk> p4raw-id: //depot/perl@12027
* Silence some more warnings INT2PTR.Artur Bergman2001-09-101-1/+1
| | | p4raw-id: //depot/perl@11972
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-56/+26
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* put useful info in %INC for files loaded by a hook in @INCRafael Garcia-Suarez2001-08-281-1/+1
| | | | | Message-ID: <20010828142343.A19299@rafael> p4raw-id: //depot/perl@11771
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-31/+31
| | | | | | Thanks to H. Merijn Brand for the patch. Some of the comments and or guards might be removable in perl.h now. p4raw-id: //depot/perl@11758
* Custom OpsSimon Cozens2001-08-271-10/+10
| | | | | | Message-ID: <20010825174509.A5752@netthink.co.uk> I also added a fix to Opcode.pm to quite test cases. p4raw-id: //depot/perl@11756
* Re: The coderef in @INC strikes backNicholas Clark2001-08-251-1/+3
| | | | | Message-Id: <20010825145007.L41464@plum.flirble.org> p4raw-id: //depot/perl@11742
* Not quite so relicy as thought in #11651 (op/concat #4 and #5Jarkko Hietaniemi2001-08-121-0/+9
| | | | | stopped working). p4raw-id: //depot/perl@11653
* More (less) regex/utf8 relics. (Toned down later in #11653.)Jarkko Hietaniemi2001-08-121-9/+0
| | | p4raw-id: //depot/perl@11651
* Re: [PATCH] Small fix to pp_gmtimeDoug MacEachern2001-07-111-2/+7
| | | | | Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net> p4raw-id: //depot/perl@11266
* Re: Bug report: split splits on wrong patternAbhijit Menon-Sen2001-07-021-4/+3
| | | | | Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11087
* Re: Bug report: split splits on wrong patternRadu Greab2001-06-291-2/+5
| | | | | Message-ID: <15162.11020.279064.471031@ix.netsoft.ro> p4raw-id: //depot/perl@11029
* Argh. How hard it can be to re-apply a patch manually? :-)Jarkko Hietaniemi2001-06-241-4/+3
| | | p4raw-id: //depot/perl@10904
* De-cut-and-pasto in #10902.Jarkko Hietaniemi2001-06-241-22/+2
| | | p4raw-id: //depot/perl@10903
* The #10771 didn't take?Jarkko Hietaniemi2001-06-241-0/+28
| | | p4raw-id: //depot/perl@10902
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-18/+11
| | | | | Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com> p4raw-id: //depot/perl@10780