summaryrefslogtreecommitdiff
path: root/t/run
Commit message (Collapse)AuthorAgeFilesLines
* -x (was Re: [PATCH] new tests for command-line switches)Michael G. Schwern2001-11-153-22/+32
| | | | | Message-ID: <20011115124759.E31399@blackrider> p4raw-id: //depot/perl@13027
* new tests for command-line switchesRafael Garcia-Suarez2001-11-151-0/+182
| | | | | Message-ID: <20011115170030.A14193@rafael> p4raw-id: //depot/perl@13022
* new tests for swiches -n -p -a -FRafael Garcia-Suarez2001-11-105-0/+56
| | | | | Message-ID: <20011110001045.A11945@rafael> p4raw-id: //depot/perl@12923
* Retract #12776 - the bug 19990906.001 is still valid.Jarkko Hietaniemi2001-10-301-6/+0
| | | p4raw-id: //depot/perl@12777
* (Retracted by #12777)Michael G. Schwern2001-10-301-0/+6
| | | | | | Subject: Perlbug 19990906.001 - segfault on long escaped quote regex Message-ID: <20011029230108.G18053@blackrider> p4raw-id: //depot/perl@12776
* Re: [ID 20011025.054] Segmentation fault when using the function read not ↵Michael G. Schwern2001-10-251-0/+5
| | | | | | | correctly Message-ID: <20011025182812.M4811@blackrider> p4raw-id: //depot/perl@12659
* Retract the #10451 which seems to be the causeJarkko Hietaniemi2001-10-191-10/+0
| | | | | of the major leakage from while(){eval"sub{}"} p4raw-id: //depot/perl@12506
* VMS needs quotes around the -I option to keep it fromJarkko Hietaniemi2001-10-101-1/+1
| | | | | being downcased, from Charles Lane. p4raw-id: //depot/perl@12396
* Integrate macperl changes from Chris Nandor:Jarkko Hietaniemi2001-09-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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..)
* Replace the use Test::More in t/{op,io,run} with t/test.pl.Jarkko Hietaniemi2001-09-251-2/+3
| | | | | Note: io/binmode is failing, have to figure out why. p4raw-id: //depot/perl@12198
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & ↵Hugo van der Sanden2001-09-151-0/+9
| | | | | | | (??{CODE}) regex Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk> p4raw-id: //depot/perl@12027
* [PATCH regcomp.c] zero-width assertions CAN be ?'dJeff Pinyan2001-09-091-2/+0
| | | | | | | | | | | | | | | Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net> Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net> Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net> Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net> Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT) Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@11956
* Add a test for [ID 20010906.019] perl crashes on "undef foo"Jarkko Hietaniemi2001-09-061-0/+5
| | | | | Reported in 5.61, seems to work okay in blead. p4raw-id: //depot/perl@11921
* tweak warnings.t and kill_perl.t for VMSCraig A. Berry2001-09-051-1/+7
| | | | | Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01> p4raw-id: //depot/perl@11894
* tying a bareword causes a segfault in 5.6.1Michael G. Schwern2001-09-051-0/+5
| | | | | Message-ID: <20010905172225.C11386@blackrider> p4raw-id: //depot/perl@11893
* Slight tweaks.Jarkko Hietaniemi2001-09-021-2/+1
| | | p4raw-id: //depot/perl@11833
* Change #11828 wasn't complete, this updates to intest pathArtur Bergman2001-09-021-1/+1
| | | p4raw-id: //depot/perl@11831
* rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.tMichael G. Schwern2001-09-022-43/+791
| | | | | | Message-ID: <20010901201858.X606@blackrider> +MANIFEST Fix p4raw-id: //depot/perl@11828
* Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)Michael G. Schwern2001-08-311-0/+43
| | | | | | Message-ID: <20010831153628.B598@blackrider> Check for things which used to segfault p4raw-id: //depot/perl@11805
* fix t/run/exit.t for VMSCraig A. Berry2001-08-081-2/+10
| | | | | Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01> p4raw-id: //depot/perl@11611
* Need to know the number of tests.Jarkko Hietaniemi2001-08-011-3/+4
| | | p4raw-id: //depot/perl@11533
* Re: new exit tests on VMSCraig A. Berry2001-08-011-4/+30
| | | | | Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com> p4raw-id: //depot/perl@11532
* run/exit.t busted on windowsGurusamy Sarathy2001-07-091-2/+2
| | | p4raw-id: //depot/perl@11231
* Another shot at testing exit codes.Michael G. Schwern2001-06-301-0/+32
| | | | | Message-ID: <20010629193910.D25304@blackrider> p4raw-id: //depot/perl@11039
* [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 ↵Jarkko Hietaniemi2001-05-301-20/+19
| | | | | | | | | | | | | | mangles PERL5OPT]) From: Michael G Schwern <schwern@pobox.com> Date: Wed, 30 May 2001 17:10:38 +0100 Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk> Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT]) From: Abhijit Menon-Sen <ams@wiw.org> Date: Wed, 30 May 2001 23:16:13 +0530 Message-ID: <20010530231613.A31933@lustre.linux.in> p4raw-id: //depot/perl@10334
* The #8843 wasn't quite right: %Config needs to imported.Jarkko Hietaniemi2001-02-201-0/+1
| | | p4raw-id: //depot/perl@8847
* fork() not everywhere, cleanup temp files.Jarkko Hietaniemi2001-02-191-0/+9
| | | p4raw-id: //depot/perl@8843
* Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)Michael G. Schwern2001-02-181-0/+137
Message-ID: <20010218011135.A19957@magnonel.guild.net> Revive mjd's and Simon's PERL5OPT fix. p4raw-id: //depot/perl@8822