This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlhacktips.pod - don't explicitly list supported ASan combinations
[perl5.git] / t / uni / parser.t
2019-05-03 Tony Cook(perl #134061) move the test to t/uni/parser.t
2017-07-13 Karl Williamsont/uni/parser.t: Skip some tests on 32-bit platforms
2017-07-13 Karl WilliamsonMove test from t/opbasic to t/uni
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2016-12-23 Karl WilliamsonUse fnc to force out malformed warnings
2016-08-10 Karl Williamsont/uni/parser.t: Fix failing test on VMS
2016-08-05 Karl WilliamsonPATCH: [perl #128738] Large code pt as string delim
2016-07-28 Father Chrysostomos[perl #128747] Fix line number bug with s//<<END/e
2015-04-23 David Mitchellix t/uni.parser.t under EBCDIC
2015-04-17 David Mitchellfix t/uni/parser.t test
2015-04-15 David Mitchellassertion failure on interpolated parse err
2015-03-06 Karl Williamsont/uni/parser.t: Extend to EBCDIC platforms
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-06 Father Chrysostomost/uni/parser.t: Make a test more robust
2014-09-03 Father ChrysostomosSkip t/uni/parser.t in absence of Unicode tables
2013-09-10 Brian Fraserregcomp.c, S_compile_runtime_code: croak using the...
2013-09-10 Brian Frasertoke.c: "Unrecognized character" error shouldn't leak...
2012-11-15 Craig A. BerryFix unescaped left brace warning in uni/parser.t.
2012-11-11 Karl Williamsontoke.c: Fail on malformed UTF-8 in \N{} input
2012-03-28 Father Chrysostomosuni/parser.t: Don’t test for explicit eval number
2012-03-25 Brian Frasertoke.c: "Bad name after %s%s" cleanup.
2012-03-23 Brian Frasertoke.c: S_checkcomma, "No comma allowed after %s" cleanup
2012-03-23 Brian Frasertoke.c: '"(my|state)" variable %s can't be in a package...
2012-03-23 Brian Frasertoke.c: 'No package name allowed for variable %s in...
2012-03-23 Brian Frasertoke.c: 'No such class %s' cleanup.
2012-03-23 Father Chrysostomosuni/parser.t: Fix eval num in test
2012-03-23 Brian Frasertoke.c: 'Unrecognized character' croak cleanup.
2011-10-06 Brian FraserTODO tests for parsing our() now pass
2011-10-06 Brian Fraserop.c: Malformed prototype warning on UTF8 sub name
2011-10-06 Brian Fraserop.c: newCONSTSUB and newXS UTF8 cleanup.
2011-10-06 Brian FraserBasic tests for UTF-8 vars.