summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* User pragmas now accessible from BJoshua ben Jore2006-12-062-5/+5
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-042-8/+19
* Re: [perl #41010] (?(COND)) in pattern matching not working properlyYves Orton2006-12-031-1/+34
* Re: Fix \k<foo> preceded by literalYves Orton2006-11-291-0/+6
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-292-3/+14
* Un-TODO one test in pat.t ($1 kept safe after a /g match)Rafael Garcia-Suarez2006-11-241-1/+1
* Fix for bug #38631: tied variables don't work with .= <>Rafael Garcia-Suarez2006-11-231-1/+13
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-222-6/+25
* Invalidate the method lookup cache when assigning to a globRafael Garcia-Suarez2006-11-211-1/+8
* Remove the test counter checker at the end of t/op/pat.t : itRafael Garcia-Suarez2006-11-211-5/+0
* Correct typo in test description.Nicholas Clark2006-11-201-1/+1
* Unify the two warnings "Can't declare %s in %s", in line with what'sRafael Garcia-Suarez2006-11-201-2/+2
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-10/+24
* Un-TODO tests for bug #32840, plus some new tests,Rafael Garcia-Suarez2006-11-201-9/+13
* Update skip count for VMS.Craig A. Berry2006-11-181-1/+1
* [perl #18209] bug in regex s/\s$word\s/ /gi; and $& yves orton2006-11-171-0/+7
* [perl #18209] bug in regex s/\s$word\s/ /gi; and $& yves orton2006-11-171-1/+19
* [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 yves orton2006-11-171-2/+10
* [perl #17542] regex confusion yves orton2006-11-171-1/+11
* [perl #36909] $^R undefined on matches involving backreferencesyves orton2006-11-172-4/+53
* Change 29297 omitted a semicolon.Nicholas Clark2006-11-171-1/+1
* Study SUSPEND (and recursion) properlyYves Orton2006-11-171-3/+11
* Change #27951 added tests to t/op/taint.t involving taint, opening Steve Peters2006-11-171-0/+3
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-152-4/+25
* Fix bug #39037: rcatline doesn't stringify referencesRafael Garcia-Suarez2006-11-141-1/+6
* Allow negative indexing in recursive patternsYves Orton2006-11-142-3/+21
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-38/+48
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-1/+2
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-1/+13
* fails under minitestRobin Barker2006-11-081-10/+15
* Supress df warning in stat.t on OS XMichael G Schwern2006-11-081-1/+1
* Forbid using tainted formats in printf and sprintfRafael Garcia-Suarez2006-11-071-1/+12
* New regex syntax omnibusYves Orton2006-11-072-32/+120
* Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.SADAHIRO Tomoyuki2006-11-061-19/+17
* Re: the new t/run/cloexec.t failing in Solaris and Tru64Andrew Savige2006-11-061-30/+40
* RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-061-2/+9
* Re: [perl #40641] crash with unicode characters in regex commentSADAHIRO Tomoyuki2006-11-043-1/+281
* New test for close-on-exec ($^F): t/run/cloexec.tAndrew Savige2006-11-041-0/+164
* replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the ...SADAHIRO Tomoyuki2006-11-031-2/+17
* When code is loaded through an @INC-hook, and when this hookRafael Garcia-Suarez2006-11-031-1/+22
* Change #29193 makes this addition unneededH.Merijn Brand2006-11-021-11/+0
* add test that eval undef clears $@Dave Mitchell2006-11-021-1/+10
* eval $undef should emit one warning, not three.Dave Mitchell2006-11-021-4/+0
* say() has the same syntax than print(), so forbid to override itRafael Garcia-Suarez2006-11-021-1/+1
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-10/+58
* Re: $, and sayGisle Aas2006-11-021-1/+7
* More regression tests for the _ prototypeRafael Garcia-Suarez2006-11-021-1/+13
* More heuristics to make warnings.t pass under differentRafael Garcia-Suarez2006-11-021-1/+5
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-3/+9
* Fix the failures in warnings tests when PERL_UNICODE is definedH.Merijn Brand2006-11-012-3/+9