summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Retract #17455, #17427, #17425 on t/op/magic.t (but leaveJarkko Hietaniemi2002-07-101-16/+1
| | | | | | | | in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT specific and known to work on the platforms that need it), on Sarathy's advice. p4raw-link: @17425 on //depot/perl: 556c1dec75ad51f872cfdfbbd8c86d5def08c80b p4raw-id: //depot/perl@17473
* Fwd: [ID 20020703.002] bareword processing bug under 'use strict'Kay Röpke2002-07-091-0/+11
| | | | | Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de> p4raw-id: //depot/perl@17457
* fix 17425 for VMSCraig A. Berry2002-07-091-1/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01> p4raw-id: //depot/perl@17455
* This is getting pretty fragmented (finish up #17441).Jarkko Hietaniemi2002-07-091-1/+8
| | | p4raw-id: //depot/perl@17443
* patch against t/op/magic.tJim Cromie2002-07-081-0/+3
| | | | | Message-ID: <3D2A1EFA.8050603@divsol.com> p4raw-id: //depot/perl@17427
* Integrate maint patches #17421, #17424:Jarkko Hietaniemi2002-07-081-1/+12
| | | | | | | | | | | | | | | | | on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT hack, $^X was improperly set to the script name when the script was run via the PATH; argv[0] in that case shows up as the bare name of the script rather than its fully qualified path, which meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails to recognize it as the running script name; fix tries to match bare script name in that case (from Gisle Aas) tweak change#17421 ($0 is full path to script even when script is invoked via PATH almost everywhere except Windows) p4raw-link: @17421 on //depot/maint-5.6/perl: 32099b6ba13a228ffd08d5c7359d07c687b11471 p4raw-id: //depot/perl@17425 p4raw-integrated: from //depot/maint-5.6/perl@17423 'edit in' t/op/magic.t (@17421..) 'merge in' toke.c (@16508..)
* Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars ↵Hugo van der Sanden2002-07-081-1/+15
| | | | | | | outside the sub Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk> p4raw-id: //depot/perl@17423
* t/op/glob.tIain Truskett2002-07-081-2/+8
| | | | | Message-ID: <20020708015921.GA14168@eh.org> p4raw-id: //depot/perl@17416
* Integrate maint patches #13474, #13478, #13584, and #16539;Jarkko Hietaniemi2002-07-071-0/+13
| | | | | | | | | introduce the test case of [ID 20020623.009]. Once upon a time #13474 introduced evil coredumps, but now things seem to be better (tried both with and without ithreads). p4raw-id: //depot/perl@17407 p4raw-edited: from //depot/maint-5.6/perl@17406 'ignore' op.c (@14778..)
* Precisions and updates about running and writing tests.Rafael Garcia-Suarez2002-07-051-3/+6
| | | p4raw-id: //depot/perl@17403
* Goes with change #17400.Rafael Garcia-Suarez2002-07-041-1/+1
| | | | | p4raw-link: @17400 on //depot/perl: 63185205024cdb3db3e7cc7c1dca46392d19cba1 p4raw-id: //depot/perl@17401
* Re: [ID 20020630.002] utf8 regex only matches 32k Hugo van der Sanden2002-07-011-1/+19
| | | | | | Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk> Date: Mon, 01 Jul 2002 13:28:04 +0100 p4raw-id: //depot/perl@17390
* Re: [PATCH] pack 'w' should be using NV, not doubleNicholas Clark2002-06-301-1/+18
| | | | | Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net> p4raw-id: //depot/perl@17382
* Further tweaking on the Unicode s///.Jarkko Hietaniemi2002-06-261-1/+1
| | | p4raw-id: //depot/perl@17366
* Re: Another Unicode s/// buglet?Hugo van der Sanden2002-06-261-1/+43
| | | | | | | Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk> (only the test cases) p4raw-id: //depot/perl@17364
* Another Unicode s/// buglet, from SADAHIRO Tomoyuki.Jarkko Hietaniemi2002-06-261-1/+45
| | | p4raw-id: //depot/perl@17358
* Unicode s/// buglet found by Gregor Chrupala in perl-unicode.Jarkko Hietaniemi2002-06-251-2/+24
| | | p4raw-id: //depot/perl@17353
* RE: mixing FATAL and non-FATAL warningsPaul Marquess2002-06-201-0/+68
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@17325
* Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02Michael G. Schwern2002-06-161-1/+1
| | | | | | | | | | | Date: Sun, 16 Jun 2002 03:49:27 -0400 Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net> Subject: [PATCH] Test::Harness 2.24 -> 2.25 From: Michael G Schwern <schwern@pobox.com> Date: Sun, 16 Jun 2002 03:58:40 -0400 Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17256
* Don't assume too much about how print will scaleJarkko Hietaniemi2002-06-131-16/+16
| | | | | | | | your fp numbers; be explicit and use printf instead-- the assumption broke in UNICOS (from Mark Lutz) (Use %.0f instead of %d because in 32-bit systems the %d may end producing -1 or something else odd.) p4raw-id: //depot/perl@17225
* Integrate perlio:Jarkko Hietaniemi2002-06-101-13/+14
|\ | | | | | | | | | | | | | | [ 17171] binmode(FH); to act like binmode(FH,":bytes") as well as turning off CRLF features. p4raw-link: @17171 on //depot/perlio: 6874a2de0b9fdd8dc928c94c0f22e6f2b45cb330 p4raw-id: //depot/perl@17172
| * binmode(FH); to act like binmode(FH,":bytes") as well asNick Ing-Simmons2002-06-101-13/+14
| | | | | | | | | | turning off CRLF features. p4raw-id: //depot/perlio@17171
| * Integrate mainlineNick Ing-Simmons2002-06-101-2/+2
| |\ | |/ |/| p4raw-id: //depot/perlio@17158
| * Integrate mainlineNick Ing-Simmons2002-06-062-1/+34
| |\ | | | | | | p4raw-id: //depot/perlio@17029
| * \ Integrate mainlineNick Ing-Simmons2002-06-052-2/+2
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@17005
| * \ \ Integrate mainlineNick Ing-Simmons2002-06-014-11/+5
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perlio@16955
| * \ \ \ Integrate mainlineNick Ing-Simmons2002-05-317-3/+14
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/perlio@16919
| * \ \ \ \ Integrate mainlineNick Ing-Simmons2002-05-306-67/+115
| |\ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16894
| * | | | | | Integrate all but lib/File/stat.t which seems broken.Nick Ing-Simmons2002-05-304-18/+54
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16871
| * | | | | | Integrate mainlineNick Ing-Simmons2002-05-295-73/+62
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16862
| * \ \ \ \ \ \ Integrate mainlineNick Ing-Simmons2002-05-281-0/+17
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perlio@16828
* | | | | | | | | One missing bit of Math::BigInt 1.58.Jarkko Hietaniemi2002-06-091-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | p4raw-id: //depot/perl@17151
* | | | | | | | t/op/arith.t -- don't test infinity if it doesn't existCraig A. Berry2002-06-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01> p4raw-id: //depot/perl@17025
* | | | | | | | Re: local tied hash slices & stray keys (was Re: Cwd breakage)Doug MacEachern2002-06-051-0/+27
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net> (plus a test expanded from Schwern's [ID 20020602.006]) p4raw-id: //depot/perl@17022
* | | | | | | Remove all occurrences of occurence, except for one (in theAbhijit Menon-Sen2002-06-032-2/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Changelog) that is preserved for historical reasons. p4raw-id: //depot/perl@16979
* | | | | | Integrate macperl patches #16926 and #16938;Jarkko Hietaniemi2002-05-312-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Big MacPerl Testing Patch No. 2 Big MacPerl Testing Patch No. 3 p4raw-id: //depot/perl@16942 p4raw-integrated: from //depot/macperl@16937 'copy in' lib/Devel/SelfStubber.pm lib/Devel/SelfStubber.t lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t lib/File/Temp.pm lib/FindBin.t lib/Tie/File/t/09_gen_rs.t lib/lib.t t/comp/use.t utils/dprofpp.PL utils/splain.PL (@16123..) t/lib/MakeMaker/Test/Utils.pm (@16230..) lib/diagnostics.t (@16646..) lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t (@16730..) lib/lib_pm.PL (@16926..) lib/ExtUtils/MM_MacOS.pm lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16929..) p4raw-integrated: from //depot/macperl@16926 'merge in' lib/English.t (@16123..) ext/DynaLoader/DynaLoader_pm.PL (@16868..)
* | | | | | Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>Michael G. Schwern2002-05-312-7/+0
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org p4raw-id: //depot/perl@16932
* | | | | t/test.pl, which_perl, VMSCraig A. Berry2002-05-311-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a0511170ab91c997b6866@[172.16.52.1]> p4raw-id: //depot/perl@16917
* | | | | Upgrade to Test::Harness 2.24.Jarkko Hietaniemi2002-05-314-1/+9
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@16914
* | | | | Because of #16909 MANIFEST changes.Jarkko Hietaniemi2002-05-312-2/+2
| |_|_|/ |/| | | | | | | p4raw-id: //depot/perl@16910
* | | | Re: perl@16861Yitzchak Scott-Thoennes2002-05-301-59/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <GXV98gzkgW7Y092yn@efn.org> Yitzchak won't give up on self-ties. p4raw-id: //depot/perl@16885
* | | | Integrate macperl change #16875.Jarkko Hietaniemi2002-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-link: @16875 on //depot/macperl: 7e4b169a9e787608dff5f2144628b527da9c3589 p4raw-id: //depot/perl@16883 p4raw-integrated: from //depot/macperl@16882 'copy in' ext/Cwd/t/cwd.t lib/blib.t t/lib/warnings/op (@16868..) 'ignore' ext/Digest/MD5/t/files.t (@16868..)
* | | | Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-305-7/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16882 p4raw-integrated: from //depot/macperl@16881 'copy in' ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ext/Socket/Socket.t lib/AutoSplit.t lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio t/lib/warnings/mg t/x2p/s2p.t (@16123..) lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t (@16255..) perl.c (@16475..) lib/Unicode/Collate.pm lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16825..) p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t (@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t (@16475..) 'merge in' ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
* | | | OS/2: fp stringification fudge.Jarkko Hietaniemi2002-05-291-6/+17
| | | | | | | | | | | | | | | | | | | | (After this the whole suite passes 98.30%) p4raw-id: //depot/perl@16864
* | | | harness wasn't running x2p/s2p.t.Jarkko Hietaniemi2002-05-291-0/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@16863
* | | | Spelling bee.Jarkko Hietaniemi2002-05-291-2/+2
| | | | | | | | | | | | p4raw-id: //depot/perl@16859
* | | | Recover some of the #16845.Jarkko Hietaniemi2002-05-292-12/+36
| |_|/ |/| | | | | p4raw-id: //depot/perl@16858
* | | Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501Jarkko Hietaniemi2002-05-282-70/+48
| | | | | | | | | | | | | | | to restore some level of sanity in the tied scalars can of worms. p4raw-id: //depot/perl@16845
* | | Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-281-1/+12
| | | | | | | | | p4raw-id: //depot/perl@16843
* | | Test::Harness and skiping tests functionalityNikola Knezevic2002-05-282-2/+2
| |/ |/| | | | | | | Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@16829