This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid premature free of referent in list assign
[perl5.git] / t / op / lex.t
2016-11-09 Tony Cookskip some tests that aren't UTF-EBCIDIC compatible...
2016-11-09 Tony Cook(perl #129000) use the new utf8_hop_back()
2016-10-31 Tony Cook(perl #128997) avoid reading beyond the end of the...
2016-10-17 Tony Cook(perl #128996) prevent PL_op pointing to freed ops
2016-10-11 Dan Collins[rt #129336] #!perl -i u erroneously interpreted as -u
2016-08-29 Dan Collins[RT #129069] Perl_yylex: Fix two use-after-free bugs
2016-08-19 Father Chrysostomos[perl #128951] Fix ASan error with @{\327
2016-08-17 Father ChrysostomosMove a recently-added test
2016-08-01 Dan Collins[RT #128574] Fix use of fresh_perl in tests
2016-06-03 Father Chrysostomos[perl #128307] Fix ‘foo ? require : bar’
2015-08-25 Karl WilliamsonVarious .t files: Use globals to see if on EBCDIC
2015-03-19 Father Chrysostomos[perl #123995] Assert fail with s;@{<<;
2015-03-11 Father Chrysostomos[perl #123963] "@<fullwidth digit>"
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with "\L\L"
2015-03-01 Father Chrysostomost/op/lex.t: Correct bug num
2015-03-01 Father Chrysostomos[perl #123802] Assertion failure with /$0{}/
2015-02-22 Father Chrysostomos[perl #123893] Fix hang with "@{"
2015-02-16 Father Chrysostomos[perl #123712] Don’t check sub_inwhat
2015-02-16 Father Chrysostomos[perl #123712] Fix /$a[/ parsing
2015-02-08 Father Chrysostomos[perl #123753] Assert fail with &{+foo} and errors
2015-02-07 Father Chrysostomos[perl #123753] &\0foo parsing
2015-02-07 Father Chrysostomost/op/lex.t: Add comment about the file’s purpose
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2013-09-20 Father ChrysostomosFix parser buffer corruption with multiline *{...}
2012-12-13 Father ChrysostomosSigh. Fix lex.t again
2012-12-12 Father ChrysostomosReally fix t/op/lex.t
2012-12-11 Father Chrysostomost/op/lex.t: Fix test
2012-12-09 Father Chrysostomostoke.c: Make _charnames check more robust
2009-11-25 Jesse VincentMoved the original test file from the previous patch...
2009-10-16 Nicholas ClarkMove the test for the deprecated feature <<; out of...