summaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Un-TODO one test in pat.t ($1 kept safe after a /g match)Rafael Garcia-Suarez2006-11-241-1/+1
| | | p4raw-id: //depot/perl@29371
* Fix for bug #38631: tied variables don't work with .= <>Rafael Garcia-Suarez2006-11-231-1/+13
| | | p4raw-id: //depot/perl@29361
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-222-6/+25
| | | | | Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com> p4raw-id: //depot/perl@29354
* Invalidate the method lookup cache when assigning to a globRafael Garcia-Suarez2006-11-211-1/+8
| | | | | | named "isa". (That happens when importing "isa" from UNIVERSAL, for example.) Fixes bug #24824. p4raw-id: //depot/perl@29336
* Remove the test counter checker at the end of t/op/pat.t : itRafael Garcia-Suarez2006-11-211-5/+0
| | | | | doesn't get updated correctly. p4raw-id: //depot/perl@29333
* Correct typo in test description.Nicholas Clark2006-11-201-1/+1
| | | p4raw-id: //depot/perl@29331
* Unify the two warnings "Can't declare %s in %s", in line with what'sRafael Garcia-Suarez2006-11-201-2/+2
| | | | | documented in perldiag. p4raw-id: //depot/perl@29330
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-10/+24
| | | | | | Subject: 28325/6 break DateTime::Format::Strptime Message-ID: <877ixs6oa6.fsf@k75.linux.bogus> p4raw-id: //depot/perl@29324
* Un-TODO tests for bug #32840, plus some new tests,Rafael Garcia-Suarez2006-11-201-9/+13
| | | | | by Yves Orton p4raw-id: //depot/perl@29322
* Update skip count for VMS.Craig A. Berry2006-11-181-1/+1
| | | p4raw-id: //depot/perl@29317
* [perl #18209] bug in regex s/\s$word\s/ /gi; and $& yves orton2006-11-171-0/+7
| | | | | | From: "yves orton via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org> p4raw-id: //depot/perl@29312
* [perl #18209] bug in regex s/\s$word\s/ /gi; and $& yves orton2006-11-171-1/+19
| | | | | | From: "yves orton via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org> p4raw-id: //depot/perl@29311
* [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 yves orton2006-11-171-2/+10
| | | | | | From: "yves orton via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org> p4raw-id: //depot/perl@29310
* [perl #17542] regex confusion yves orton2006-11-171-1/+11
| | | | | | From: "yves orton via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org> p4raw-id: //depot/perl@29309
* [perl #36909] $^R undefined on matches involving backreferencesyves orton2006-11-172-4/+53
| | | | | | From: yves orton via RT <bugs-perl5@bugs6.perl.org> Date: Nov 17, 2006 4:07 PM p4raw-id: //depot/perl@29308
* Change 29297 omitted a semicolon.Nicholas Clark2006-11-171-1/+1
| | | p4raw-id: //depot/perl@29302
* Study SUSPEND (and recursion) properlyYves Orton2006-11-171-3/+11
| | | | | Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com> p4raw-id: //depot/perl@29301
* Change #27951 added tests to t/op/taint.t involving taint, opening Steve Peters2006-11-171-0/+3
| | | | | | | | "|-". Unfortunately, this usually reacts badly on OpenBSD with threaded Perls, causing zombie processes nearly every time this is run. For now, skipping the test seem reasonable while working on a solution to the problem. p4raw-id: //depot/perl@29297
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-152-4/+25
| | | | | Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com> p4raw-id: //depot/perl@29279
* Fix bug #39037: rcatline doesn't stringify referencesRafael Garcia-Suarez2006-11-141-1/+6
| | | p4raw-id: //depot/perl@29273
* Allow negative indexing in recursive patternsYves Orton2006-11-142-3/+21
| | | | | Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com> p4raw-id: //depot/perl@29267
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-38/+48
| | | | | Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com> p4raw-id: //depot/perl@29260
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-1/+2
| | | | | | (that is, a function mimicing an unary op) without parentheses. Bug reported by Ævar Arnfjörð Bjarmason. p4raw-id: //depot/perl@29258
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-1/+13
| | | | | | | | Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com> Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches to apply cleanly. p4raw-id: //depot/perl@29252
* fails under minitestRobin Barker2006-11-081-10/+15
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@29236
* Supress df warning in stat.t on OS XMichael G Schwern2006-11-081-1/+1
| | | | | Message-ID: <4551E0F6.20108@gmail.com> p4raw-id: //depot/perl@29234
* Forbid using tainted formats in printf and sprintfRafael Garcia-Suarez2006-11-071-1/+12
| | | p4raw-id: //depot/perl@29225
* New regex syntax omnibusYves Orton2006-11-072-32/+120
| | | | | | | | Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com> Plus a portability fix (in string comparison for regex verbs) and doc tweaks / podchecker fixes p4raw-id: //depot/perl@29222
* Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.SADAHIRO Tomoyuki2006-11-061-19/+17
| | | | | Message-Id: <20061106233139.A2BC.BQW10602@nifty.com> p4raw-id: //depot/perl@29215
* Re: the new t/run/cloexec.t failing in Solaris and Tru64Andrew Savige2006-11-061-30/+40
| | | | | Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com> p4raw-id: //depot/perl@29212
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-061-2/+9
| | | | | | From: "Benjamin Holzman" <bholzman@longitude.com> Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com> p4raw-id: //depot/perl@29209
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-043-1/+281
| | | | | Message-Id: <20061104215302.3325.BQW10602@nifty.com> p4raw-id: //depot/perl@29204
* New test for close-on-exec ($^F): t/run/cloexec.tAndrew Savige2006-11-041-0/+164
| | | | | Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com> p4raw-id: //depot/perl@29202
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ↵SADAHIRO Tomoyuki2006-11-031-2/+17
| | | | | | | extended UTF-8) Message-Id: <20060521140011.358D.BQW10602@nifty.com> p4raw-id: //depot/perl@29201
* When code is loaded through an @INC-hook, and when this hookRafael Garcia-Suarez2006-11-031-1/+22
| | | | | | has set a filename entry in %INC, make sure __FILE__ is set for this code accordingly to the contents of that %INC entry. p4raw-id: //depot/perl@29197
* Change #29193 makes this addition unneededH.Merijn Brand2006-11-021-11/+0
| | | p4raw-id: //depot/perl@29195
* add test that eval undef clears $@Dave Mitchell2006-11-021-1/+10
| | | p4raw-id: //depot/perl@29194
* eval $undef should emit one warning, not three.Dave Mitchell2006-11-021-4/+0
| | | | | Also ensure that eval $undef clears $@ (it did, but only by luck) p4raw-id: //depot/perl@29193
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-021-1/+1
| | | | | (like print()) p4raw-id: //depot/perl@29191
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-10/+58
| | | | | Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com> p4raw-id: //depot/perl@29189
* Re: $, and sayGisle Aas2006-11-021-1/+7
| | | | | | | | Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com> with tweaks so "say;" continues to default to $_ plus a regression test p4raw-id: //depot/perl@29187
* More regression tests for the _ prototypeRafael Garcia-Suarez2006-11-021-1/+13
| | | p4raw-id: //depot/perl@29185
* More heuristics to make warnings.t pass under differentRafael Garcia-Suarez2006-11-021-1/+5
| | | | | combinations of PERL_UNICODE / locale p4raw-id: //depot/perl@29184
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-3/+9
| | | | | Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com> p4raw-id: //depot/perl@29183
* Fix the failures in warnings tests when PERL_UNICODE is definedH.Merijn Brand2006-11-012-3/+9
| | | | | | | | | that show up in the smokes under UTF-8 locales. Based on : Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE) From: "H.Merijn Brand" <h.m.brand@xs4all.nl> Message-ID: <20061101170355.7c57b515@pc09> p4raw-id: //depot/perl@29182
* Regression test by Yves Orton for : [perl #36046] Special var @-Rafael Garcia-Suarez2006-11-011-1/+12
| | | | | becomes arbitrarily large p4raw-id: //depot/perl@29178
* Some diagnostic output was giving warnings in op/pack.tRafael Garcia-Suarez2006-10-311-1/+4
| | | | | | under UTF-8 locales, and warnings where fatal by default. Make them non-fatal for diagnostics. p4raw-id: //depot/perl@29175
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-312-2/+15
| | | p4raw-id: //depot/perl@29168
* [PATHCH] Scalar::Util::readonly & compression (was RE: Change 29117: ↵Paul Marquess2006-10-291-3/+12
| | | | | | | | | [PATCH] IO::Compress modules) From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com> Date: Sun, 29 Oct 2006 21:03:21 -0000 p4raw-id: //depot/perl@29140
* Upgrade to Pod-Parser-1.35.Steve Peters2006-10-273-0/+57
| | | p4raw-id: //depot/perl@29126