summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #16080 : an attribute list should end at '}'Rafael Garcia-Suarez2002-08-081-1/+7
| | | p4raw-id: //depot/perl@17704
* Re: [perl #15898] coredump with variable ourRafael Garcia-Suarez2002-08-081-143/+45
| | | | | Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17699
* Re: [perl #15479] perl 5.8.0 segfaultRafael Garcia-Suarez2002-08-081-0/+18
| | | | | Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17695
* Re: no warnings 'io';Nicholas Clark2002-08-061-0/+6
| | | | | | | Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net> Plus a little bit of regression tests. p4raw-id: //depot/perl@17689
* More regression tests for $^H and %^H.Rafael Garcia-Suarez2002-08-061-8/+29
| | | | | Add a TODO test for eval "" preserving %^H. p4raw-id: //depot/perl@17686
* Defined-or patch (cleaned up)Brent Dax2002-08-051-0/+44
| | | | | | From: "Brent Dax" <brentdax@cpan.org> Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue> p4raw-id: //depot/perl@17682
* Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')Hugo van der Sanden2002-08-041-1/+8
| | | | | Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk> p4raw-id: //depot/perl@17678
* Main branch no longer needs op/taint.t version check.Hugo van der Sanden2002-08-041-3/+1
| | | p4raw-id: //depot/perl@17677
* Integrate change #17588 from macperl:Jarkko Hietaniemi2002-07-171-4/+16
| | | | | | | | | | | | | Small test fixes for Mac OS $Config{cc} is generated dynamically on MacPerl, so looking at raw config_sh() fails op/glob.t never worked before, oops :-) p4raw-link: @17588 on //depot/macperl: 7fdc85a41049dbfd266b46a271bdc2992d732831 p4raw-id: //depot/perl@17602 p4raw-integrated: from //depot/macperl@17601 'copy in' lib/Config.t t/op/glob.t (@17528..)
* Try to future proof the op/taint.Jarkko Hietaniemi2002-07-151-0/+2
| | | p4raw-id: //depot/perl@17549
* Re: Regexp causes coredumpHugo van der Sanden2002-07-151-0/+1
| | | | | Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk> p4raw-id: //depot/perl@17541
* Test skip counter tweak from Craig Berry.Jarkko Hietaniemi2002-07-141-1/+1
| | | p4raw-id: //depot/perl@17539
* Re: [ID 20020713.008] %vd eats two argumentsHugo van der Sanden2002-07-141-0/+6
| | | | | Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk> p4raw-id: //depot/perl@17538
* The warning "Use of tainted arguments in %s is deprecated"Rafael Garcia-Suarez2002-07-131-6/+11
| | | | | | was incorrectly reported whenever system or exec was invoked with multiple arguments. p4raw-id: //depot/perl@17516
* Easy z/OS fix by skipping raw UTF-8.Jarkko Hietaniemi2002-07-121-20/+24
| | | p4raw-id: //depot/perl@17504
* 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