S_utf16_textfilter() was not returning EOF correctly in some situations.
[p5sagit/p5-mst-13.2.git] / t / re /
2009-11-01 Bram via RT [PATCH] Todo test for [perl #38133] (was: [regex] backr...
2009-10-22 Ben Morrow Let SvRX(OK) recognise a bare REGEXP.
2009-10-19 Yves Orton revert to 5.8.x semantics for \s \w and \d
2009-10-05 Yves Orton add tests to make sure the \s and [\s] match the same...
2009-09-19 Yves Orton dropped a test by accident the last go, so ressurect...
2009-09-19 Yves Orton split t/re/pat.t into new pieces
2009-09-19 Yves Orton copy pat.t into five new files
2009-09-18 Nicholas Clark Avoid using lib.pm in miniperl's tests.
2009-09-13 Bo Borgerson split: Remove implicit split to @_
2009-09-10 Vincent Pit Update some remaining comments that still point to...
2009-09-10 Vincent Pit Fix paths in threaded regexp tests
2009-09-10 Yves Orton missed a comment reference to t/op that should now...
2009-09-10 Yves Orton move regex related tests out of t/op/ into t/re/