summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* [LARGE!] symbolic magicDave Mitchell2001-05-201-2/+2
| | | | | Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10168
* Mis-Failing testsIlya Zakharevich2001-05-202-3/+5
| | | | | | | Message-ID: <20010519040423.A16861@math.ohio-state.edu> (In bleadperl patched b-stash.t instead of b.t) p4raw-id: //depot/perl@10164
* Chomp should not always stringifyGisle Aas2001-05-201-1/+11
| | | | | Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com> p4raw-id: //depot/perl@10161
* Add better debug to glob/basic #8 as suggested by Nicholas ClarkJarkko Hietaniemi2001-05-171-2/+3
| | | | | in 20001222.001. p4raw-id: //depot/perl@10150
* Test for bug 20010515.004Benjamin Sugars2001-05-171-0/+12
| | | | | Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@10149
* Re: [PATCH] HERE mark in regexRonald J. Kimball2001-05-171-30/+30
| | | | | Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@10146
* I think this is quite enough testing for a deprecated feature.Jarkko Hietaniemi2001-05-162-0/+45
| | | p4raw-id: //depot/perl@10140
* Re: [PATCH] HERE mark in regexRonald J. Kimball2001-05-164-92/+92
| | | | | Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@10136
* Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl ↵Philip Newton2001-05-161-0/+4
| | | | | | | | | v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST Message-ID: <3B0146AA.2839.17BFDA6@localhost> Test case for #10128. p4raw-id: //depot/perl@10134
* perl-current/t/time-hires.tJohn Peacock2001-05-161-1/+1
| | | | | Message-ID: <3AFC2AE5.5E787E54@rowman.com> p4raw-id: //depot/perl@10118
* Give Deparse tester a fair chanceRobin Houston2001-05-151-0/+3
| | | | | Message-ID: <20010514222708.A22963@penderel> p4raw-id: //depot/perl@10110
* More DWIMminess for Class::Struct: calling the array or hashJarkko Hietaniemi2001-05-141-1/+11
| | | | | | | | accessors only with one argument, an array or a hash reference, sets the underlying array or hash. This mirrors nicely also the usage in the constructor. From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway. p4raw-id: //depot/perl@10099
* The sorting seems to happen now automatically.Jarkko Hietaniemi2001-05-121-2/+1
| | | p4raw-id: //depot/perl@10090
* fixup t/op/append.t for UTF-EBCDICPeter Prymmer2001-05-121-4/+25
| | | | | Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com> p4raw-id: //depot/perl@10087
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-112-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | the 'physical vs logical' range scheme: \xAA-\xCC is a native physical range, you want that range of codepoints in your native encoding. In EBCDIC the codepoints in the gaps (between i-j and r-s) should be included. \x{AA}-\x{CC} is a physical Unicode range, you want that range of codepoints in Unicode. a-z is a logical range, you want that range of 'logical' codepoints in your native encoding. In EBCDIC the codepoints in the gaps (between i-j and r-s) should not be included. Mixed cases (a-\xAA, etc) should either be errors, or maybe the 'logical' endpoints should be converted to native/Unicode codepoints, and the range handled as a physical range. 'Logical endpoints' are to be recognized only in the A-Z, a-z, and 0-9 ranges. Probably a warning should be given for mixed cases like A-z or a-9 (since such expressions are encoding dependent), with a recommendation to use physical ranges. p4raw-id: //depot/perl@10085
* Make the test to cleanup the test directory treeJarkko Hietaniemi2001-05-111-11/+22
| | | | | | both before and after the testing so that we always have a clean slate to work with. p4raw-id: //depot/perl@10084
* Merge the camel-III/vstring.t with op/ver.t.Jarkko Hietaniemi2001-05-114-90/+79
| | | p4raw-id: //depot/perl@10082
* $foo->bar(0)Robin Houston2001-05-111-1/+4
| | | | | Message-ID: <20010511120222.A11529@penderel> p4raw-id: //depot/perl@10080
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-101-1/+7
| | | | | Message-ID: <20010510185459.A5995@penderel> p4raw-id: //depot/perl@10075
* Add a for(func()) test.Jarkko Hietaniemi2001-05-101-1/+12
| | | p4raw-id: //depot/perl@10069
* Additional test case for PerlIO::ScalarBenjamin Sugars2001-05-091-1/+14
| | | | | Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@10061
* update md5sum for MD5.xs on IBM-1047Peter Prymmer2001-05-091-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com> p4raw-id: //depot/perl@10060
* B::Deparse testerRobin Houston2001-05-091-5/+50
| | | | | Message-ID: <20010509191750.A16940@penderel> p4raw-id: //depot/perl@10059
* [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etcRobin Houston2001-05-082-2/+32
| | | | | | | | | | | | | | | | Date: Tue, 8 May 2001 19:38:00 +0100 Message-ID: <20010508193800.A4389@penderel> Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc From: Robin Houston <robin@kitsite.com> Date: Tue, 8 May 2001 20:03:57 +0100 Message-ID: <20010508200357.A4614@penderel> Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc From: Robin Houston <robin@kitsite.com> Date: Wed, 9 May 2001 00:12:05 +0100 Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@10043
* Don't forget to whine about \d__\d.Jarkko Hietaniemi2001-05-081-0/+15
| | | p4raw-id: //depot/perl@10038
* Allow underscores also in the exponent part.Jarkko Hietaniemi2001-05-081-44/+155
| | | p4raw-id: //depot/perl@10037
* Upgrade to Text::Balanced 1.84.Jarkko Hietaniemi2001-05-081-1/+2
| | | p4raw-id: //depot/perl@10034
* cleaner cleanup for t/pod/plainer.tPeter Prymmer2001-05-081-1/+4
| | | | | Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com> p4raw-id: //depot/perl@10032
* YA tweak to avoid open file conflict in io/fflush.tPeter Prymmer2001-05-071-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> p4raw-id: //depot/perl@10028
* Naughty?Robin Houston2001-05-071-0/+1
| | | | | Message-ID: <20010506144702.A6308@penderel> p4raw-id: //depot/perl@10011
* Give deparse tester a chanceRobin Houston2001-05-061-1/+1
| | | | | Message-ID: <20010506144051.A6279@penderel> p4raw-id: //depot/perl@10008
* scopingRobin Houston2001-05-061-1/+9
| | | | | Message-ID: <20010506143656.A4006@penderel> p4raw-id: //depot/perl@10007
* the real fix for t/lib/b-stash.tPeter Prymmer2001-05-051-3/+8
| | | | | Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com> p4raw-id: //depot/perl@9994
* [PATHC perl@9944] missing library tests: Pod::PlainerRobin Barker2001-05-041-0/+52
| | | | | Message-Id: <200105041713.SAA14842@tempest.npl.co.uk> p4raw-id: //depot/perl@9992
* let win32 run t/lib/b-stash.tPrymmer/Kahn2001-05-041-1/+2
| | | | | Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9990
* Allow clobbering of a PerlIO::Scalar and more testsBenjamin Sugars2001-05-031-12/+52
| | | | | Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9981
* fix handling of $Config{variables} in io/fflush.tPrymmer/Kahn2001-05-031-3/+9
| | | | | Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9972
* Add a test for not griping about references as arrayJarkko Hietaniemi2001-05-021-0/+18
| | | | | | indices if the reference has magic in it (overloaded methods). p4raw-id: //depot/perl@9957
* Retracted a bit too much in #9952.Jarkko Hietaniemi2001-05-021-1/+1
| | | p4raw-id: //depot/perl@9956
* Test for #9952.Jarkko Hietaniemi2001-05-021-0/+6
| | | p4raw-id: //depot/perl@9955
* Retract changes #8254 and #8255, causes coredump inJarkko Hietaniemi2001-05-021-13/+4
| | | | | | | | | 'tie FH, "main"', reported by Abigail, culprit found by Benjamin Sugars. Mirrors maintperl change #9950. p4raw-link: @9950 on //depot/maint-5.6/perl: 86e3b6d76fb0afcf1f6b883c997e1a01ed17ab8e p4raw-link: @8254 on //depot/perl: d38a0a1467f89c02cbd16ebdc31b41c6b552f379 p4raw-id: //depot/perl@9952
* Forgot from #9942. (Needed by t/lib/filter-simple.t.)Jarkko Hietaniemi2001-05-021-0/+14
| | | p4raw-id: //depot/perl@9951
* Another coat of paint but still nowhere finished.Jarkko Hietaniemi2001-05-021-1/+6
| | | | | | | | Need to decide on the semantics of strptime(): should strptime() be a function instead of a method? To do the week/monthname-strptiming the i18n/l10n bullet needs to be bitten with gusto. p4raw-id: //depot/perl@9946
* Add known-to-be-tested modules to the list-to-be-skipped.Jarkko Hietaniemi2001-05-011-0/+2
| | | p4raw-id: //depot/perl@9944
* Update to Filter::Simple 0.60, create a test for it.Jarkko Hietaniemi2001-05-011-0/+27
| | | p4raw-id: //depot/perl@9942
* Re: bleadperl: s/// failure with \b and /g Hugo van der Sanden2001-05-011-0/+1
| | | | | Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk> p4raw-id: //depot/perl@9941
* Integrate perlio:Jarkko Hietaniemi2001-05-011-1/+13
|\ | | | | | | | | | | | | | | | | | | | | | | [ 9936] Fix for base.pm clobbering $VERSION [ 9935] Test for base.pm clobbering $VERSION. p4raw-link: @9936 on //depot/perlio: 7668bf4dc1ed94a756f3bd5e7cb95caf14c88e1f p4raw-link: @9935 on //depot/perlio: e8f84f558071a9089231d1926b6882ff7a9af9b8 p4raw-id: //depot/perl@9940
| * Test for base.pm clobbering $VERSION.Nick Ing-Simmons2001-05-011-1/+13
| | | | | | p4raw-id: //depot/perlio@9935
| * Integrate mainline.Nick Ing-Simmons2001-04-301-7/+54
| |\ | | | | | | p4raw-id: //depot/perlio@9907
| * \ Integrate mainline.Nick Ing-Simmons2001-04-293-11/+111
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@9904