summaryrefslogtreecommitdiff
path: root/t/op/pat.t
Commit message (Expand)AuthorAgeFilesLines
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-4389/+0
* set PERL_LEGACY_UNICODE_CHARCLASS_MAPPINGS to 0 and enable proper POSIX char ...Yves Orton2009-09-021-4/+4
* much better swap logic to support reentrancy and fix assert failureGeorge Greer2009-07-261-1/+19
* fix vim highlighting problemYves Orton2009-07-261-1/+1
* Regex fails when string is too longhv@crypt.org2009-07-061-1/+16
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Document test structureBram2009-05-311-0/+10
* fix [RT #60034]. An equivalent fix was already in 5.8.9 as change 34580.David Mitchell2009-03-221-3/+0
* Fix #56194 Regex: (((??{1 + $^N}))) behaves differently in 5.10.0 than in bleadBram2009-03-121-1/+217
* Extra regex testsBram2009-02-161-1/+8
* Add warning about octal > 377 in some regexesKarl2009-01-161-1/+8
* Another regexp failure with utf8-flagged string and byte-flagged pattern (rem...Slaven Rezic2009-01-041-1/+10
* fix bug #57042 - preserve $^R across TRIE matchesYves Orton2008-12-271-3/+19
* Improve and restructure t/op/pat.t and split out some unicode related tests i...Abigail2008-11-181-4169/+3529
* Add support for testing when underYves Orton2008-11-091-1/+6
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2008-11-071-0/+3
* Integrate:Vincent Pit2008-10-251-1/+15
* t/op/pat.tRobin Barker2008-05-011-1/+1
* Avoid garbage in test output when running make minitest.Rafael Garcia-Suarez2008-04-301-0/+1
* A skip() function is missing, to get this test pass with miniperlRafael Garcia-Suarez2008-04-301-1/+12
* another go; was RE: [perl #49302] [[:print:]] v \p{Print} Robin Barker2008-04-261-1/+27
* Add a regression test for bug #52658 (fixed by change #33685)Rafael Garcia-Suarez2008-04-151-1/+9
* Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/gYves Orton2008-02-171-4/+4
* Typo catch, by AbigailRafael Garcia-Suarez2008-02-151-2/+1
* Avoid utf8 warnings when printing diagnosticsRafael Garcia-Suarez2008-02-151-0/+1
* Re: [perl #50496] Bug Report: 'keys %+' does not return the correct keys.Abigail2008-02-141-1/+41
* Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that now pass.Nicholas Clark2008-01-101-17/+2
* Fix the bug introduced by the bug fix of change 30755.Nicholas Clark2008-01-091-4/+1
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-091-27/+58
* Fix regexec.c so $^N and $+ are correctly updated so that they work properly ...Moritz Lenz2008-01-051-1/+26
* Fix Perl #49190, tests from Abigail, codefix from me.Yves Orton2007-12-291-3/+10
* Better diagnostics for the tests for #20683.Nicholas Clark2007-12-271-2/+2
* scalars used in postponed subexpressions aren't first class regexps,Nicholas Clark2007-12-271-1/+7
* Proper $TODO support in &ok() and &iseq() in pat.tNicholas Clark2007-12-271-6/+11
* Localize $\ before changing it, so as not to affect print statements inNicholas Clark2007-12-271-6/+9
* Fix various bugs in regex engine with mixed utf8/latin pattern and strings. R...Yves Orton2007-12-171-3/+20
* Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pa...Tels2007-09-251-1/+9
* [perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len_utf8 cacheDave Mitchell2007-09-141-1/+10
* TRIE must use 'yes' state transitions when more than one match possible to en...Marcus Holland-Moritz2007-08-181-1/+20
* Resolve Yves Orton2007-06-231-2/+7
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-35/+63
* Re: BBC(Bleadperl Breaks CPAN) Today: String::MultibyteYves Orton2007-06-031-1/+13
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-271-4/+7
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-2/+33
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-36/+38
* Fix new testsRafael Garcia-Suarez2007-04-101-1/+1
* Re: [PATCH] length() on magic capture variablesÆvar Arnfjörð Bjarmason2007-04-101-1/+13
* fix $^R scoping bug.Dave Mitchell2007-04-011-1/+11
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-4/+14
* feel the the baß (encoding problems in the regex engine)Yves Orton2007-03-201-1/+11