This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
netbsd-vax: customized.dat update for S-L-U
[perl5.git] / t / uni / variables.t
2016-05-09 Karl WilliamsonRemove deprecated literal control char variable names
2015-07-29 Karl Williamsont/uni/variables.t: Fix nits in comments
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Karl Williamsonuni/variables.t: Add TODO tests
2015-07-13 Karl Williamsonuni/variables.t: Output unexpected warnings
2015-07-13 Karl Williamsonuni/variables.t: Fix grammar in comment
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-11-02 Karl Williamsont/uni/variables.t: Fix typo
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-10-21 Karl WilliamsonDon't allow literal control chars in var names in EBCDIC
2014-10-21 Karl WilliamsonDeprecate all length-1 non-graphic variable names
2014-10-21 Karl Williamsontoke.c: Simplify macro for length-1 variable names
2014-10-21 Karl Williamsont/uni/variables.t: Add tests for the generated warnings
2014-10-21 Karl Williamsont/uni/variables.t: White-space only
2014-10-21 Karl Williamsont/uni/variables.t: Add tests
2014-10-21 Karl Williamsont/uni/variables.t: Add test skips
2014-10-21 Karl Williamsont/uni/variables.t: Rename variable
2014-10-21 Karl Williamsont/uni/variables.t: Clarify some test names
2014-10-21 Karl Williamsont/uni/variables.t: Fix to run under EBCDIC
2014-10-21 Karl Williamsont/uni/variables.t: Remove duplicate test
2014-10-21 Karl Williamsont/uni/variables.t: Remove unused param to sprintf
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-09-03 Father ChrysostomosSkip t/uni/variables.t in absence of Unicode tables
2013-12-07 Father Chrysostomost/uni/variables.t: Skip $[ test under miniperl
2013-09-21 Brian FraserTest that ${foo{bar}} and ${\nfoo{bar}} mean the same...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-18 Brian Frasertoke.c, S_scan_ident: Skip over newlines as well as...
2013-03-15 Brian Frasertoke.c, S_scan_ident: Ignore whitespace on both sides...
2013-03-09 Brian FraserPATCH: [perl #117101] toke.c: Make \$$1 work again.
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
2013-03-06 Brian FraserFix several differences in the parsing of $.. and ...