| Commit message (Expand) | Author | Age | Files | Lines |
* | #101666: horrible regex parsing error error [sic] | Yves Orton | 2012-06-23 | 1 | -1/+1 |
* | overloading: make qr fallback to "" better | David Mitchell | 2012-06-19 | 1 | -1/+51 |
* | "don't recompile pattern" check: account for UTF8 | David Mitchell | 2012-06-13 | 1 | -1/+12 |
* | Require space between regex and following alnum operator | Karl Williamson | 2012-06-11 | 1 | -46/+1 |
* | Deprecate literal unescaped "{" in regexes. | Karl Williamson | 2012-05-24 | 1 | -1/+1 |
* | Experimentally add VT to \s definition | Karl Williamson | 2012-05-22 | 1 | -1/+1 |
* | [perl #112184] Handle $^N in Perl_magic_set | Father Chrysostomos | 2012-05-21 | 1 | -3/+4 |
* | pat.t: Fix typo in comment | Karl Williamson | 2012-03-19 | 1 | -1/+1 |
* | re/pat.t: Remove obsolete comment | Karl Williamson | 2012-02-28 | 1 | -3/+1 |
* | (?foo:...) loses passed in charset | Karl Williamson | 2012-02-28 | 1 | -1/+10 |
* | Fix bug #109206: ANCH_MBOL with while /.*/g | Yves Orton | 2012-01-29 | 1 | -1/+13 |
* | fix variable not shared warnings coming from the use statement being executed... | Yves Orton | 2012-01-28 | 1 | -2/+4 |
* | pat.t: Test that . overloading gets passed qr ref | Father Chrysostomos | 2012-01-26 | 1 | -1/+18 |
* | Don’t crash on @a =~ // warning | Father Chrysostomos | 2012-01-17 | 1 | -1/+8 |
* | PATCH: [perl #101710] Regression with /i, latin1 chars. | Karl Williamson | 2011-11-01 | 1 | -1/+8 |
* | Add tests for isIDFirst | Karl Williamson | 2011-10-01 | 1 | -1/+28 |
* | utf8.c: Don't invert beyond-Unicode code points | Karl Williamson | 2011-10-01 | 1 | -1/+15 |
* | regcomp.c: RT#77414. Initialize flag | Karl Williamson | 2011-03-19 | 1 | -1/+0 |
* | Revert "re/pat.t: Remove TODO message on passing tests" | Karl Williamson | 2011-03-17 | 1 | -0/+1 |
* | Fix RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 1 | -1/+0 |
* | Add tests for RT #84294 /((\w+)(?{print $2})){2,2}/ problem | Yves Orton | 2011-03-12 | 1 | -1/+12 |
* | re/pat.t: Remove TODO message on passing tests | Karl Williamson | 2011-03-08 | 1 | -1/+0 |
* | 4f890a3067e1198f missed qr// from t/re/pat.t in its refactoring in two places. | Nicholas Clark | 2011-03-08 | 1 | -2/+2 |
* | Move two tests using charnames from t/re/pat.t to pat_rt_report.t | Nicholas Clark | 2011-03-06 | 1 | -23/+1 |
* | Eliminate t/re/ReTest.pl. require './test.pl' directly in its 3 (former) users. | Nicholas Clark | 2011-03-05 | 1 | -1/+1 |
* | Move setting $IS_ASCII and $IS_EBCDIC from ReTest.pl to test.pl | Nicholas Clark | 2011-03-05 | 1 | -2/+2 |
* | Eliminate eval_ok() from ReTest.pl by inlining the logic in the only caller. | Nicholas Clark | 2011-03-05 | 1 | -23/+33 |
* | Refactor some calls to eval_ok() into is(eval $foo ...) and is($@, '') pairs. | Nicholas Clark | 2011-03-05 | 1 | -4/+8 |
* | Add warning_is() in test.pl to replace may_not_warn() in ReTest.pl. | Nicholas Clark | 2011-03-05 | 1 | -1/+2 |
* | Eliminate must_die() from ReTest.pl, which is only used 3 times in pat.t | Nicholas Clark | 2011-03-05 | 1 | -9/+10 |
* | Move the loading of %Config from ReTest.pl to the only use point in pat.t | Nicholas Clark | 2011-03-05 | 1 | -3/+4 |
* | Prune redundant blank lines. | Nicholas Clark | 2011-03-05 | 1 | -29/+0 |
* | Eliminate iseq() from ReTest.pl by changing all callers to use is(). | Nicholas Clark | 2011-03-05 | 1 | -50/+50 |
* | Eliminate nok() from ReTest.pl by refactoring all uses to other test functions. | Nicholas Clark | 2011-03-05 | 1 | -11/+11 |
* | Slight tweaks to regexp tests so that they still produce sane TAP with test.pl | Nicholas Clark | 2011-03-05 | 1 | -19/+19 |
* | Use $::TODO, instead of $TODO, and relying on use vars '$TODO' in ReTest.pl | Nicholas Clark | 2011-03-05 | 1 | -4/+4 |
* | Eliminate use of $::Message in t/re/pat.t | Nicholas Clark | 2011-03-05 | 1 | -267/+267 |
* | In ReTest.pl's may_not_warn(), eliminate the use of $::Message. | Nicholas Clark | 2011-03-03 | 1 | -2/+2 |
* | Eliminate the global override $DiePattern from t/re{ReTest.pl,pat.t} | Nicholas Clark | 2011-03-03 | 1 | -9/+5 |
* | Eliminate the global error override $Error from t/re{ReTest.pl,pat.t} | Nicholas Clark | 2011-03-02 | 1 | -7/+5 |
* | Simplify pat.t by removing a loop over 2 items, which is mostly if/else | Nicholas Clark | 2011-03-02 | 1 | -11/+15 |
* | Fix test count introduced by previous commit | Karl Williamson | 2011-01-27 | 1 | -1/+1 |
* | add tests for #3516: \G in a m//g | David Mitchell | 2011-01-27 | 1 | -0/+23 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -4/+4 |
* | [perl #45147] Issue with the exists function | Peter Martini | 2011-01-02 | 1 | -1/+14 |
* | Fix test count in t/re/pat.t | Father Chrysostomos | 2010-12-11 | 1 | -1/+1 |
* | re/pat.t: Add todo test for #38133 | Karl Williamson | 2010-12-11 | 1 | -0/+12 |
* | make empty string regexp stringify to the same thing regardless of unicode flags | Yves Orton | 2010-12-04 | 1 | -1/+12 |
* | Deprecate ?PATTERN? without explicit m operator | Zefram | 2010-11-24 | 1 | -1/+1 |
* | re/pat.t: Skip tests on EBCDIC | Karl Williamson | 2010-11-22 | 1 | -2/+5 |