This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'release-5.29.2' into blead
[perl5.git] / t / re / charset.t
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsonre/charset.t: Generalize for non-ASCII platforms
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-09-03 Father ChrysostomosGet t/re/charset.t working under minitest
2014-05-30 Karl Williamsont/re/charset.t: Fix comment, test names
2014-02-04 Karl WilliamsonDon't test locales that are invalid for needed categories
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-09 Karl Williamsont/re/charset.t: Better test descriptions
2013-02-19 Karl Williamsonre/charset.t, re/fold_grind.t: Note C locale can match...
2013-02-19 Karl Williamsonre/charset.t: Make sure locale is loaded at compile...
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2011-07-30 Karl Williamson/aa and \b fail under some utf8 strings
2011-07-30 Karl WilliamsonPanic with \b and /aa
2011-03-17 Karl Williamsoncharset.t: Skip locale tests depending on platform
2011-03-06 Karl Williamsoncharset.t: Improve diagnostic messages
2011-03-06 Karl Williamsoncharset.t: Group tests by complement/non-
2011-03-06 Karl Williamsoncharset.t: Don't test locale if not working.
2011-02-22 Karl Williamsoncharset.t: Skip locale tests if non locale
2011-02-20 Karl Williamsonregexec.c: Fix utf8 e.g. [\s] under locale
2011-01-17 Karl WilliamsonAdd /a regex modifier
2011-01-17 Karl Williamsonre/charset.t: typo in comment
2011-01-17 Karl WilliamsonAdd plan() call to .t
2011-01-16 Karl WilliamsonDeliver t/re/charset.t