| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | regcomp.c: /d not overriding /u | Karl Williamson | 2010-10-21 | 1 | -1/+10 |
* | Fix the test count in t/re/pat.t | Father Chrysostomos | 2010-10-21 | 1 | -1/+1 |
* | regexec.c: utf8 doesn't match /i nonutf8 self | Karl Williamson | 2010-10-21 | 1 | -0/+4 |
* | regexec.c: utf8 doesn't match non-utf8 self | Karl Williamson | 2010-10-21 | 1 | -1/+13 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -2/+30 |
* | Add (?^...) regex construct | Karl Williamson | 2010-09-20 | 1 | -5/+5 |
* | Extra tests for a regex followed by an operator or a statement modifier. | Bram | 2010-09-13 | 1 | -1/+36 |
* | Tests for bug 77414 | Abigail | 2010-08-25 | 1 | -1/+21 |
* | fix rt75680 - when working with utf8 strings one must always use s+=UTF8SKIP(... | Yves Orton | 2010-08-23 | 1 | -2/+22 |
* | when disabling regex implicit check string we must reset anchored flag | Yves Orton | 2010-06-24 | 1 | -1/+11 |
* | PATCH [perl #74978] dot after } breaks \N{} | Karl Williamson | 2010-05-08 | 1 | -1/+7 |
* | PATCH: [perl #56444] delayed interpolation of \N{...} | Karl Williamson | 2010-02-19 | 1 | -2/+21 |
* | dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway... | Yves Orton | 2009-09-19 | 1 | -62/+16 |
* | split t/re/pat.t into new pieces | Yves Orton | 2009-09-19 | 1 | -3378/+7 |
* | Avoid using lib.pm in miniperl's tests. | Nicholas Clark | 2009-09-18 | 1 | -1/+3 |
* | split: Remove implicit split to @_ | Bo Borgerson | 2009-09-13 | 1 | -2/+2 |
* | Update some remaining comments that still point to the old regexp tests location | Vincent Pit | 2009-09-10 | 1 | -2/+2 |