summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* new warning "Useless use of sort in scalar context"Rafael Garcia-Suarez2001-11-191-0/+11
| | | | | Message-ID: <20011119132645.A15034@rafael> p4raw-id: //depot/perl@13094
* A little extra debugging outputMichael G. Schwern2001-11-191-12/+15
| | | | | Message-ID: <20011119031112.E786@blackrider> p4raw-id: //depot/perl@13093
* Double FETCH testMichael G. Schwern2001-11-191-0/+68
| | | | | Message-ID: <20011119034256.I786@blackrider> p4raw-id: //depot/perl@13092
* Update the list of tests.Jarkko Hietaniemi2001-11-191-6/+0
| | | p4raw-id: //depot/perl@13086
* Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warnMichael G. Schwern2001-11-181-0/+11
| | | | | Message-ID: <20011116173703.L30160@blackrider> p4raw-id: //depot/perl@13085
* Retract #13048: that introduced a malloc() (through savepvn())Jarkko Hietaniemi2001-11-181-4/+4
| | | | | to *every* m//, which killed the performance quite badly. p4raw-id: //depot/perl@13079
* Retract 11635: close 20011113.110, reopen 20010809.028.Jarkko Hietaniemi2001-11-181-4/+15
| | | | | | Tiny problem in the test for 20011113.110: I hope 'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-) p4raw-id: //depot/perl@13077
* syswrite() was still returning byte counts, not character counts.Jarkko Hietaniemi2001-11-181-10/+59
| | | p4raw-id: //depot/perl@13074
* Add test for sysread().Jarkko Hietaniemi2001-11-181-1/+19
| | | p4raw-id: //depot/perl@13073
* Prepend a null byte to the test set.Jarkko Hietaniemi2001-11-181-0/+3
| | | p4raw-id: //depot/perl@13071
* Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fixJeff Pinyan2001-11-161-4/+4
| | | | | Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@13048
* runperl(), \n and stdinMichael G. Schwern2001-11-161-0/+5
| | | | | Message-ID: <20011115192640.R31399@blackrider> p4raw-id: //depot/perl@13032
* -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
* Upgrade to podlators 1.13.Jarkko Hietaniemi2001-11-153-18/+17
| | | p4raw-id: //depot/perl@13021
* Upgrade to Filter::Simple 0.70.Jarkko Hietaniemi2001-11-152-8/+17
| | | p4raw-id: //depot/perl@13012
* test.pl tweaks from Rafael and Pudge (assuming I decipheredJarkko Hietaniemi2001-11-141-6/+6
| | | | | Pudge correctly). p4raw-id: //depot/perl@13001
* Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug testMichael G. Schwern2001-11-141-27/+40
| | | | | Message-ID: <20011114163825.D6519@blackrider> p4raw-id: //depot/perl@12999
* Fwd: [craigberry@mac.com: die_exit.t]Michael G. Schwern2001-11-141-6/+17
| | | | | Message-ID: <20011114131915.K5096@blackrider> p4raw-id: //depot/perl@12998
* test.pl runperl() nits from Chris Nandor and Craig Berry,Jarkko Hietaniemi2001-11-141-6/+25
| | | | | and add "verbose" option to show the final command. p4raw-id: //depot/perl@12996
* new version of runperl()Rafael Garcia-Suarez2001-11-142-32/+73
| | | | | Message-ID: <20011114122301.A29384@rafael> p4raw-id: //depot/perl@12993
* Simple little VMS fixMichael G. Schwern2001-11-141-5/+5
| | | | | Message-Id: <20011113205913.H32567@blackrider> p4raw-id: //depot/perl@12987
* Fix for the :utf8 read() bug noticed by Matt Sergeant:Jarkko Hietaniemi2001-11-131-7/+31
| | | | | | "large enough" Unicode characters returned more than one as their "Unicode size". p4raw-id: //depot/perl@12981
* Re: Why *not* use UNIVERSAL qw( isa can ) ; ??Barrie Slaymaker2001-11-131-2/+4
| | | | | Message-Id: <20011113124133.C24305@sizzle.whoville.com> p4raw-id: //depot/perl@12976
* Re: Why *not* use UNIVERSAL qw( isa can ) ; ??Barrie Slaymaker2001-11-131-4/+20
| | | | | | Message-Id: <20011113105620.B24192@sizzle.whoville.com> (Test applied with minor tweaks and ->isa("HASH") omission.) p4raw-id: //depot/perl@12975
* Recoving dup tests for VMSMichael G. Schwern2001-11-121-11/+29
| | | | | Message-Id: <20011112193533.D2888@blackrider> p4raw-id: //depot/perl@12960
* [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not taintedAbhijit Menon-Sen2001-11-121-1/+13
| | | | | | | | | | | | From: Robert Spier <rspier@pobox.com> Date: Sun, 11 Nov 2001 18:50:18 -0800 Message-Id: <15343.14570.121505.233336@rls.cx> Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted From: Rick Delaney <rick.delaney@home.com> Date: 12 Nov 2001 00:15:52 -0500 Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com> p4raw-id: //depot/perl@12949
* %ENV protectionMichael G. Schwern2001-11-111-18/+28
| | | | | Message-Id: <20011108225645.H5587@blackrider> p4raw-id: //depot/perl@12940
* Re: [PATCH] resurrect t/op/magic.t on VMSCraig A. Berry2001-11-111-12/+24
| | | | | Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com> p4raw-id: //depot/perl@12937
* new tests for swiches -n -p -a -FRafael Garcia-Suarez2001-11-105-0/+56
| | | | | Message-ID: <20011110001045.A11945@rafael> p4raw-id: //depot/perl@12923
* some tests not cleaning up properly Rafael Garcia-Suarez2001-11-101-1/+1
| | | | | Message-ID: <20011109221310.A11115@rafael> p4raw-id: //depot/perl@12922
* Quote the variables in failures messages more nicely.Jarkko Hietaniemi2001-11-081-3/+11
| | | p4raw-id: //depot/perl@12907
* [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanupJarkko Hietaniemi2001-11-081-1/+2
| | | | | | | | | | | | From: Michael G Schwern <schwern@pobox.com> Date: Thu, 8 Nov 2001 17:24:49 -0500 Message-ID: <20011108172449.A5587@blackrider> Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup From: "Craig A. Berry" <craigberry@mac.com> Date: Thu, 8 Nov 2001 16:35:00 -0600 Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]> p4raw-id: //depot/perl@12906
* Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMSMichael G. Schwern2001-11-082-98/+102
| | | | | Message-ID: <20011107020229.K2858@blackrider> p4raw-id: //depot/perl@12901
* resurrect t/op/glob.t on VMSCraig A. Berry2001-11-081-0/+4
| | | | | Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01> p4raw-id: //depot/perl@12895
* Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and sunccNicholas Clark2001-11-071-1/+2
| | | | | Message-ID: <20011107143631.I24980@plum.flirble.org> p4raw-id: //depot/perl@12885
* Adding isnt() and next_test() Michael G. Schwern2001-11-071-0/+15
| | | | | Message-ID: <20011106205845.G29411@blackrider> p4raw-id: //depot/perl@12878
* Integrate with perlio; (strictly) readonly hashes via XS.Jarkko Hietaniemi2001-11-061-0/+71
|\ | | | | p4raw-id: //depot/perl@12875
| * Keep It Simple and Stupid version of readonly hash support.Nick Ing-Simmons2001-11-061-0/+71
| | | | | | | | | | | | | | | | | | - Test for SvREAONLY(hv) at a few spots in hv.c - add the error message to perldiag.pod - (dubious) add access::readonly() to univeral.c - add test using above - fixup ext/B/t/stash.t to account for access:: existing p4raw-id: //depot/perlio@12874
| * Integrate mainlineNick Ing-Simmons2001-11-031-13/+6
| |\ | |/ |/| p4raw-id: //depot/perlio@12831
| * Integrate mainlineNick Ing-Simmons2001-11-033-3/+20
| |\ | | | | | | p4raw-id: //depot/perlio@12828
| * \ Integrate mainlineNick Ing-Simmons2001-10-316-38/+293
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@12788
| * \ \ Integrate MainlineNick Ing-Simmons2001-10-282-20/+19
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@12731
| * \ \ \ Integrate mainlineNick Ing-Simmons2001-10-273-6/+38
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@12702
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-233-7/+22
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12611
| * \ \ \ \ \ Integrate mainline (for Arthurs thread.xs fix)Nick Ing-Simmons2001-10-222-4/+12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12579
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-223-50/+128
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12568
| * \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-203-12/+23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12537
| * \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-199-61/+55
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12507
| * \ \ \ \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2001-10-153-3/+62
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@12444