2013-05-02 |
Karl Williamson | PATCH: [perl #117327]: Sequence (?#...) not recognized... |
blob | commitdiff |
2013-02-10 |
Jess Robinson | Enable perl core tests to pass when locale support... |
blob | commitdiff | diff to current |
2012-12-25 |
David Mitchell | [perl #116148] Pattern utf8ness sticks around |
blob | commitdiff | diff to current |
2012-10-12 |
Karl Williamson | regexec.c: Fix EXACT node handling in regrepeat() |
blob | commitdiff | diff to current |
2012-08-12 |
Karl Williamson | regcomp.c: Set flags when optimizing a [char class] |
blob | commitdiff | diff to current |
2012-06-23 |
Yves Orton | #101666: horrible regex parsing error error [sic] |
blob | commitdiff | diff to current |
2012-06-19 |
David Mitchell | overloading: make qr fallback to "" better |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | "don't recompile pattern" check: account for UTF8 |
blob | commitdiff | diff to current |
2012-06-11 |
Karl Williamson | Require space between regex and following alnum operator |
blob | commitdiff | diff to current |
2012-05-25 |
Karl Williamson | Deprecate literal unescaped "{" in regexes. |
blob | commitdiff | diff to current |
2012-05-22 |
Karl Williamson | Experimentally add VT to \s definition |
blob | commitdiff | diff to current |
2012-05-21 |
Father Chrysostomos | [perl #112184] Handle $^N in Perl_magic_set |
blob | commitdiff | diff to current |
2012-03-19 |
Karl Williamson | pat.t: Fix typo in comment |
blob | commitdiff | diff to current |
2012-02-29 |
Karl Williamson | re/pat.t: Remove obsolete comment |
blob | commitdiff | diff to current |
2012-02-29 |
Karl Williamson | (?foo:...) loses passed in charset |
blob | commitdiff | diff to current |
2012-01-28 |
Yves Orton | Fix bug #109206: ANCH_MBOL with while /.*/g |
blob | commitdiff | diff to current |
2012-01-28 |
Yves Orton | fix variable not shared warnings coming from the use... |
blob | commitdiff | diff to current |
2012-01-27 |
Father Chrysostomos | pat.t: Test that . overloading gets passed qr ref |
blob | commitdiff | diff to current |
2012-01-18 |
Father Chrysostomos | Don’t crash on @a =~ // warning |
blob | commitdiff | diff to current |
2011-11-02 |
Karl Williamson | PATCH: [perl #101710] Regression with /i, latin1 chars. |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | Add tests for isIDFirst |
blob | commitdiff | diff to current |
2011-10-01 |
Karl Williamson | utf8.c: Don't invert beyond-Unicode code points |
blob | commitdiff | diff to current |
2011-03-20 |
Karl Williamson | regcomp.c: RT#77414. Initialize flag |
blob | commitdiff | diff to current |
2011-03-17 |
Karl Williamson | Revert "re/pat.t: Remove TODO message on passing tests" |
blob | commitdiff | diff to current |
2011-03-12 |
Yves Orton | Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problem |
blob | commitdiff | diff to current |
2011-03-12 |
Yves Orton | Add tests for RT #84294 /((\w+)(?{print $2})){2,2}... |
blob | commitdiff | diff to current |
2011-03-09 |
Karl Williamson | re/pat.t: Remove TODO message on passing tests |
blob | commitdiff | diff to current |
2011-03-08 |
Nicholas Clark | 4f890a3067e1198f missed qr// from t/re/pat.t in its... |
blob | commitdiff | diff to current |
2011-03-06 |
Nicholas Clark | Move two tests using charnames from t/re/pat.t to pat_r... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Eliminate t/re/ReTest.pl. require './test.pl' directly... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Eliminate eval_ok() from ReTest.pl by inlining the... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Refactor some calls to eval_ok() into is(eval $foo... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Add warning_is() in test.pl to replace may_not_warn... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Eliminate must_die() from ReTest.pl, which is only... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Move the loading of %Config from ReTest.pl to the only... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Prune redundant blank lines. |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Eliminate iseq() from ReTest.pl by changing all callers... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Eliminate nok() from ReTest.pl by refactoring all uses... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Slight tweaks to regexp tests so that they still produc... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Use $::TODO, instead of $TODO, and relying on use vars... |
blob | commitdiff | diff to current |
2011-03-05 |
Nicholas Clark | Eliminate use of $::Message in t/re/pat.t |
blob | commitdiff | diff to current |
2011-03-03 |
Nicholas Clark | In ReTest.pl's may_not_warn(), eliminate the use of... |
blob | commitdiff | diff to current |
2011-03-03 |
Nicholas Clark | Eliminate the global override $DiePattern from t/re... |
blob | commitdiff | diff to current |
2011-03-02 |
Nicholas Clark | Eliminate the global error override $Error from t/re... |
blob | commitdiff | diff to current |
2011-03-02 |
Nicholas Clark | Simplify pat.t by removing a loop over 2 items, which... |
blob | commitdiff | diff to current |
2011-01-27 |
Karl Williamson | Fix test count introduced by previous commit |
blob | commitdiff | diff to current |
2011-01-27 |
David Mitchell | add tests for #3516: \G in a m//g |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in t/*. |
blob | commitdiff | diff to current |
2011-01-03 |
Peter Martini | [perl #45147] Issue with the exists function |
blob | commitdiff | diff to current |
2010-12-12 |
Father Chrysostomos | Fix test count in t/re/pat.t |
blob | commitdiff | diff to current |
2010-12-12 |
Karl Williamson | re/pat.t: Add todo test for #38133 |
blob | commitdiff | diff to current |
2010-12-04 |
Yves Orton | make empty string regexp stringify to the same thing... |
blob | commitdiff | diff to current |
2010-11-24 |
Zefram | Deprecate ?PATTERN? without explicit m operator |
blob | commitdiff | diff to current |
2010-11-22 |
Karl Williamson | re/pat.t: Skip tests on EBCDIC |
blob | commitdiff | diff to current |
2010-10-21 |
Karl Williamson | regcomp.c: /d not overriding /u |
blob | commitdiff | diff to current |
2010-10-21 |
Father Chrysostomos | Fix the test count in t/re/pat.t |
blob | commitdiff | diff to current |
2010-10-21 |
Karl Williamson | regexec.c: utf8 doesn't match /i nonutf8 self |
blob | commitdiff | diff to current |
2010-10-21 |
Karl Williamson | regexec.c: utf8 doesn't match non-utf8 self |
blob | commitdiff | diff to current |
2010-09-23 |
Karl Williamson | Add /d, /l, /u (infixed) regex modifiers |
blob | commitdiff | diff to current |
2010-09-20 |
Karl Williamson | Add (?^...) regex construct |
blob | commitdiff | diff to current |
2010-09-13 |
Bram | Extra tests for a regex followed by an operator or... |
blob | commitdiff | diff to current |
2010-08-25 |
Abigail | Tests for bug 77414 |
blob | commitdiff | diff to current |
2010-08-23 |
Yves Orton | fix rt75680 - when working with utf8 strings one must... |
blob | commitdiff | diff to current |
2010-06-24 |
Yves Orton | when disabling regex implicit check string we must... |
blob | commitdiff | diff to current |
2010-05-08 |
Karl Williamson | PATCH [perl #74978] dot after } breaks \N{} |
blob | commitdiff | diff to current |
2010-02-19 |
Karl Williamson | PATCH: [perl #56444] delayed interpolation of \N{...} |
blob | commitdiff | diff to current |
2009-09-19 |
Yves Orton | dropped a test by accident the last go, so ressurect... |
blob | commitdiff | diff to current |
2009-09-19 |
Yves Orton | split t/re/pat.t into new pieces |
blob | commitdiff | diff to current |
2009-09-18 |
Nicholas Clark | Avoid using lib.pm in miniperl's tests. |
blob | commitdiff | diff to current |
2009-09-13 |
Bo Borgerson | split: Remove implicit split to @_ |
blob | commitdiff | diff to current |
2009-09-10 |
Vincent Pit | Update some remaining comments that still point to... |
blob | commitdiff | diff to current |
2009-09-10 |
Yves Orton | move regex related tests out of t/op/ into t/re/ |
blob | commitdiff | diff to current |
|