This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 'extra paired delimiters' feature
[perl5.git] / t / lib / croak / toke
2022-03-20 Karl WilliamsonAdd 'extra paired delimiters' feature
2022-02-20 Paul "LeoNerd" EvansRemove 'no warnings experimental::signatures' from...
2020-12-15 James E Keenant/lib/croak/toke: Correct test label
2020-03-27 Hugo van der Sandengh-17645: avoid oob read on conflict marker detection
2020-03-27 Hugo van der Sandengh-17645 test for out of bounds read
2020-01-23 Karl Williamsontoke.c: Don't accept illegal code points
2019-07-31 Tony Cook(perl #134310) don't confuse S_no_op()
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-12 Tony Cook(perl #130585) prevent a spurious ) in a subparse confu...
2019-06-11 Tony Cook(perl #134125) accept only complete hex and binary...
2019-01-03 Tony Cook(perl #132158) abort compilation if we see an error...
2019-01-02 Tony Cook[perl #133524] report line number for Prototype not...
2018-10-17 James E KeenanImplement fatalization of dump()
2017-12-06 Tony Cooklimit digits based on radix for oct/bin fp
2017-12-04 Father ChrysostomosMake Bad name error less unhelpful
2017-11-08 Lukas Mairestore error message for unterminated strings
2017-10-29 Tony Cook(perl #132245) don't try to process a char range with...
2017-09-19 Tony Cook(perl #131777) prevent non-'=' assign ops tokens in...
2017-08-14 Tony Cook(perl #131725) ignore the exponent on a decimal float...
2017-07-02 Father Chrysostomos[perl #131679] Fix ‘our sub foo::bar’ message
2017-06-05 Dagfinn Ilmari Man... Forbid use of bare << to mean <<""
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-01-19 Tony Cook(perl #129342) test for buffer overflow
2016-07-26 Father ChrysostomosAdd tests for runaway q«« strings
2016-07-26 Father ChrysostomosHandle missing Unicode heredoc terminators correctly
2016-07-26 Father Chrysostomos[perl #128701] Fix err msg for Unicode delimiters
2016-06-06 Tony Cook(perl #127993) test reporting of multiple conflict...
2016-06-04 Lukas Maifix bogus "at end of line" error message for "my (my...
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-01-13 Tony Cook[perl #123737] handle a non-identifer after @ better...
2016-01-10 Tony Cook[perl #123737] delay reporting a missing operator for...
2015-08-27 Tony Cook[perl #125341] check for unexpected trash after any...
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-04-25 David Mitchell[perl #123737] Fix assertion failure with 0$#{
2015-02-06 Father Chrysostomos[perl #123737] Fix assertion failure with 0${
2015-02-05 Father ChrysostomosFix double free with const overload after errors
2014-11-15 Father ChrysostomosFix double free with unterminated /(?{ <<END })/
2014-11-13 Father Chrysostomos‘%s found where op expected’ under fatal warnings
2014-10-29 Father Chrysostomos[perl #122782] map{no strict;...} etc.
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-10-06 Father ChrysostomosReorder t/lib/croak/toke
2014-05-12 Tony Cookensure qw//, q'' and '' report line on a missing terminator
2013-11-18 Tony Cookfix expected failure text for new croak.t test
2013-11-17 Father ChrysostomosRemove extraneous dot from ‘Missing right brace...’
2012-12-17 Tony Cookskip the \N{...} unloaded charnames croak test when...
2012-12-09 Father ChrysostomosChange Constant(undef) error to something meaningful
2012-12-09 Father ChrysostomosTest ‘Constant(%s) unknown’ error
2012-12-09 Father ChrysostomosTest error when constant overload handler returns undef
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-08-21 Father Chrysostomos[perl #70836] Fix err msg for unterminated here-doc...
2012-08-02 Father Chrysostomos[perl #114104] Better error for unterminated heredoc...
2012-07-06 Father ChrysostomosTest ‘Missing name in "my sub"’