This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regmatch(): do nextchr=*locinput at top of loop
[perl5.git] / t / op / utf8decode.t
2012-04-26 Karl Williamsonutf8.c: refactor utf8n_to_uvuni()
2011-03-12 Nicholas ClarkIn utf8decode.t, use //x to add comments to the parsing...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that we get the expected Unicode...
2011-03-12 Nicholas ClarkIn utf8decode.t, constrain more tightly the testing...
2011-03-12 Nicholas ClarkIn utf8decode.t, use warning_is() for the should-not...
2011-03-12 Nicholas ClarkIn utf8decode.t, move the test data from a heredoc...
2011-03-12 Nicholas ClarkIn utf8decode.t, remove the \x sequence strings of...
2011-03-12 Nicholas ClarkIn utf8decode.t, test that the hex sequences and \x...
2011-03-12 Nicholas ClarkConvert utf8decode.t to test.pl
2011-03-11 Nicholas ClarkC<not> should be C<!> in utf8decode.t, to fix a precede...
2001-09-11 Nick Ing-SimmonsPart Integrate mainline
2001-09-11 Jarkko HietaniemiFix unpack U to be the reverse of pack U
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsLoose duplicate chunk.
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsPerlIO.pm / perlio.pm conflict.
2001-03-28 Jarkko HietaniemiDup hunk.
2001-03-28 Jarkko HietaniemiForced integrate from perlio.
2001-03-28 Nick Ing-SimmonsIntegrate mainline.
2001-03-28 Jarkko HietaniemiIntegrate perlio:
2001-03-28 Nick Ing-SimmonsMore EBCDIC tweaks:
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-19 Jarkko HietaniemiRecode the naughty binary bytes ([\x00-\x08\x0b-\x1f...
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiPolymorphic regexps.
2000-12-08 Jarkko HietaniemiIntroduce macros for UTF8 decoding.
2000-12-05 Jarkko HietaniemiSplit off the UTF-8 decoder tests, make them to check...