summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Collapse)AuthorAgeFilesLines
* Get back into sync with Jeffrey on the enhanced regex warnings.Jarkko Hietaniemi2000-08-102-30/+34
| | | p4raw-id: //depot/perl@6563
* warn is a macro, avoid using at a variable to avoid warningsGurusamy Sarathy2000-08-101-1/+1
| | | | | | in some configurations; readdir.t is too conservative in estimating number of *.t's p4raw-id: //depot/perl@6562
* Re: enhanced(?) regex error messagesJeffrey Friedl2000-08-092-1/+186
| | | | | | | | Message-Id: <200008090759.AAA07144@ventrue.yahoo.com> (plus two small patches sent privately) (this still seems to leave few test failures) p4raw-id: //depot/perl@6560
* Do away with array context, from Daniel Chetlin <daniel@chetlin.com>Jarkko Hietaniemi2000-08-082-2/+2
| | | | | | (either perlbug or p5p ate the original), plus regen perlapi and perltoc. p4raw-id: //depot/perl@6553
* Re: [ID 20000807.008] Double reads considered evil? (deja vu)Mike Guy2000-08-081-1/+25
| | | | | Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6552
* Re: enhanced(?) regex error messages Hugo van der Sanden2000-08-082-20/+24
| | | | | | | Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk> plus Capitalize the error messages, plus perldiag them. p4raw-id: //depot/perl@6546
* Augment #6539 a bit: don't croak if there's magic in the air.Hugo van der Sanden2000-08-081-4/+14
| | | | | | Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk> p4raw-id: //depot/perl@6545
* Make the test -w clean.Jarkko Hietaniemi2000-08-071-3/+3
| | | p4raw-id: //depot/perl@6544
* use warnings instead of $^W.Jarkko Hietaniemi2000-08-071-1/+1
| | | p4raw-id: //depot/perl@6543
* Disable a portability warning Because We Know What We Are Doing.Jarkko Hietaniemi2000-08-071-1/+2
| | | p4raw-id: //depot/perl@6542
* Make bless(REF, REF) a fatal error, add bless tests.Hugo van der Sanden2000-08-071-0/+116
| | | | | | Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk> p4raw-id: //depot/perl@6539
* [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarilyMark Dickinson2000-08-042-2/+4
| | | | | Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu> p4raw-id: //depot/perl@6513
* Comings and goings in op/sprintf.tDominic Dunlop2000-08-031-3/+20
| | | | | Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]> p4raw-id: //depot/perl@6509
* [ID 20000803.001] further regexp counting problemsHugo van der Sanden2000-08-031-0/+12
| | | | | Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk> p4raw-id: //depot/perl@6508
* The subtest 4 may fail also on VOBS, as pointed outJarkko Hietaniemi2000-08-031-0/+1
| | | | | | by Nick Ing-Simmons in November 1999, bug id 19991124.003 (but the failure in that bug report isn't the subtest 4). p4raw-id: //depot/perl@6501
* Better skip message for the test; one of the two problems inLupe Christoph2000-08-021-1/+7
| | | | | | Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7 Message-Id: <200002241054.LAA06808@lupe-christoph.de> p4raw-id: //depot/perl@6500
* [ID 20000731.010] regex error Hugo van der Sanden2000-08-021-0/+1
| | | | | Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk> p4raw-id: //depot/perl@6493
* The test from thisTom Hughes2000-08-011-0/+4
| | | | | | | | | Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions Message-ID: <d1c9b2af49.tom@compton.compton.nu> was missing, the code change went in as #5989 (which had a different test?) p4raw-id: //depot/perl@6482
* allow non-variable as lhs of non-updating tr///M. J. T. Guy2000-08-011-1/+18
| | | | | | | Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk> (aka ID 20000730.002) p4raw-id: //depot/perl@6471
* A new version of the "remove UPPERACSE string comparison"Jarkko Hietaniemi2000-07-301-5/+5
| | | | | | | | operators. The problem with the previous one (change #6454) was that it was for Perl 5.6.0. From Paul Marquess. p4raw-link: @6454 on //depot/perl: d164fe835174420df93c1795763a090dc6471f0a p4raw-id: //depot/perl@6466
* Back out #6454, doesn't seem to work.Jarkko Hietaniemi2000-07-281-5/+5
| | | | | | (Reason: that patch was for perl 5.6.0, not perl-current) (A version of the patch for perl-current came in later as #6466) p4raw-id: //depot/perl@6458
* Remove EQ, NE, GT, LT, GE, LE (they have been deprecatedJarkko Hietaniemi2000-07-271-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | for a long time). Reported in Subject: [ID 20000717.004] Unexpected complaint of NE deprecation From: Ryan Herbert <rherbert@sycamorehq.com> Date: Mon, 17 Jul 2000 11:40:42 -0400 Message-Id: <200007171540.LAA20480@beorn.hq.sai> Patched in Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation From: "Paul Marquess" <Paul.Marquess@btinternet.com> Date: Wed, 26 Jul 2000 23:40:18 +0100 Message-ID: <000001bff752$79511880$0a17073e@tiny> based on an earlier patch from Stephen P. Potter. (Removed later by change #6458 because this patch was for perl 5.6.0, not perl-current) p4raw-link: @6458 (not found) p4raw-id: //depot/perl@6454
* Fix *foo{FORMAT}.Jarkko Hietaniemi2000-07-261-7/+11
| | | | | | | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) Date: Wed, 26 Jul 2000 19:51:02 +0200 Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl> From: Graham Barr <gbarr@pobox.com> Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?) Date: Wed, 26 Jul 2000 17:38:36 +0100 Message-ID: <20000726173836.L472@pobox.com> p4raw-id: //depot/perl@6445
* More split() doc and test patches from Mike Guy.Jarkko Hietaniemi2000-07-261-1/+1
| | | p4raw-id: //depot/perl@6443
* split /^/M. J. T. Guy2000-07-261-1/+6
| | | | | | | Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk> (with notes from tchrist and gbarr) p4raw-id: //depot/perl@6441
* Make large file tests deal with SIGXFSZM. J. T. Guy2000-07-251-9/+18
| | | | | Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6436
* Test cases for #6431.M. J. T. Guy2000-07-242-2/+15
| | | | | | Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../) Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6432
* Add tests forHugo van der Sanden2000-07-241-0/+2
| | | | | | | | | [ID 19991110.003] another matching finding by pcre author which has already been fixed by some patch, as verified in Subject: Re: two regex bugs from the mists of time (well, last November) Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk> p4raw-id: //depot/perl@6427
* The output might have been produced in the wrong order.M. J. T. Guy2000-07-241-0/+1
| | | | | | Subject: [ID 20000720.003] [PATCH] t/op/write.t Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6425
* The bug reportJarkko Hietaniemi2000-07-141-0/+2
| | | | | | | [ID 19991110.002] minimal matching discrepancy found by pcre author seems to have been fixed (though differently from what was suggested in the report) in 5.6.0. Add tests to keep the bug from reappearing. p4raw-id: //depot/perl@6408
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-07-141-0/+5
|\ | | | | p4raw-id: //depot/perl@6400
| * Replace change #6337 with a better one.Hugo van der Sanden2000-07-141-0/+1
| | | | | | | | | | | | | | | | Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk> p4raw-link: @6337 on //depot/cfgperl: f06a1d4e6ae96bf8af49f0ef1c79f500d8de0143 p4raw-id: //depot/cfgperl@6395
| * The {multiplier} of a fixed substring was overlooked whichHugo van der Sanden2000-07-131-0/+4
| | | | | | | | | | | | | | | | caused a wrong initial search offset for that substring. Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06 Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk> p4raw-id: //depot/cfgperl@6392
| * Integrate with Sarathy.Jarkko Hietaniemi2000-07-132-79/+40
| |\ | |/ |/| p4raw-id: //depot/cfgperl@6390
| * Make op/sprintf.t more comprehensive, take 2Dominic Dunlop2000-07-111-19/+26
| | | | | | | | | | | | | | | | | | Message-Id: <p04320405b590a14d4650@[192.168.1.4]> Replaces change #6268. p4raw-link: @6268 on //depot/cfgperl: 22e04bdb3a09a4c369fd1666143349eab2eba9d4 p4raw-id: //depot/cfgperl@6354
| * Re: format bug report [Patch]H.Merijn Brand2000-07-111-1/+17
| | | | | | | | | | | | | | | | | | | | | | Date: Wed, 05 Jul 2000 13:12:52 +0200 Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl> Subject: Re: format bug report [Patch] From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 05 Jul 2000 14:10:01 +0200 Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl> p4raw-id: //depot/cfgperl@6340
| * Be less forgiving about ambiguous and illegal tr ranges.Mark-Jason Dominus2000-07-111-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way Date: Tue, 04 Jul 2000 10:00:12 -0400 Message-ID: <20000704140012.17772.qmail@plover.com> Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way From: Mark-Jason Dominus <mjd@plover.com> Date: Wed, 05 Jul 2000 09:37:36 -0400 Message-ID: <20000705133736.27293.qmail@plover.com> p4raw-id: //depot/cfgperl@6339
| * [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking Hugo van der Sanden2000-07-111-0/+1
| | | | | | | | | | Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk> p4raw-id: //depot/cfgperl@6337
| * Precedence goof, fix based onHugo van der Sanden2000-07-111-4/+4
| | | | | | | | | | | | Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget() Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk> p4raw-id: //depot/cfgperl@6333
| * Config is being used.Jarkko Hietaniemi2000-07-061-0/+5
| | | | | | p4raw-id: //depot/cfgperl@6321
| * Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-1/+14
| |\ | | | | | | p4raw-id: //depot/cfgperl@6312
| * \ Integrate with Sarathy.Jarkko Hietaniemi2000-06-301-1/+22
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@6293
| * | | PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't ↵Nicholas Clark2000-06-291-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | build XS extensions?) Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net> p4raw-id: //depot/cfgperl@6270
| * | | Make op/sprintf.t more comprehensiveDominic Dunlop2000-06-291-20/+232
| | | | | | | | | | | | | | | | | | | | Message-Id: <p04320403b580cc1338db@[192.168.1.4]> p4raw-id: //depot/cfgperl@6268
| * | | Re: [PATCH] Re: Speeding up method lookups Doug MacEachern2000-06-291-0/+66
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6267
| * | | Re: [PATCH] pack('U',$foo) doesn't UTF8Simon Cozens2000-06-281-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> pack U0, pack C0 p4raw-id: //depot/cfgperl@6260
| * | | small thinko tweaksJarkko Hietaniemi2000-06-281-0/+4
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@6255
| * | | tr///, help wanted.Simon Cozens2000-06-281-1/+48
| | | | | | | | | | | | | | | | | | | | Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6254
| * | | Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-0/+27
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6250
| * | | Rename the fdpid locking and integrate with Sarathy.Jarkko Hietaniemi2000-06-091-0/+15
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@6217