summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* 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: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.Benjamin Holzman2006-11-061-2/+9
* 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
* add test that eval undef clears $@Dave Mitchell2006-11-021-1/+10
* 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
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-3/+9
* Regression test by Yves Orton for : [perl #36046] Special var @-Rafael Garcia-Suarez2006-11-011-1/+12
* Some diagnostic output was giving warnings in op/pack.tRafael Garcia-Suarez2006-10-311-1/+4
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-312-2/+15
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-0/+33
* Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefixSADAHIRO Tomoyuki2006-10-261-0/+63
* Add a %B sprintf formatNicholas Clark2006-10-251-1/+3
* Re: Off by one in the trie code?Yves Orton2006-10-191-1/+1
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+107
* Make prototype("CORE::mkdir") work. That's a special case,Rafael Garcia-Suarez2006-10-191-1/+1
* Make prototype("CORE::foo") return prototypes with _ when it shouldRafael Garcia-Suarez2006-10-181-24/+24
* remove leaveit from toke.c:scan_constSADAHIRO Tomoyuki2006-10-162-7/+30
* Re: sprintf 64 testSADAHIRO Tomoyuki2006-10-162-4/+199
* Add possessive quantifiers to regex engine.Yves Orton2006-10-132-0/+93
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-122-3/+29
* [perl #40473] sprintf width+precision fails on wide chars Anatoly Vorobey2006-10-101-1/+10
* Regexp Recurse by name.Yves Orton2006-10-101-0/+3
* Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1...Yves Orton2006-10-081-6/+41
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-073-2/+44
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-0/+3
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-052-3/+35