This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #132245) don't try to process a char range with no preceding char
[perl5.git] / t / lib / croak /
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-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-05 Dagfinn Ilmari Man... Forbid use of bare << to mean <<""
2017-06-05 Dagfinn Ilmari Man... Disallow opening the same symbol as both a file and...
2017-02-14 Karl WilliamsonAdd test for [perl #130675]
2017-02-14 Karl Williamsont/lib/croak/toke_l1: Cut down test
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-07 Karl WilliamsonAdd test for [perl #129157]
2017-02-07 Karl WilliamsonAdd .t for malformed-UTF-8 toke.c testing
2017-01-19 Tony Cook(perl #129342) test for buffer overflow
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
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-11 Father Chrysostomos[perl #128260] Fix lvalue cx for substr and vec
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-21 Father Chrysostomos[perl #128204] Fix crash with @a &.= etc.
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-17 Father Chrysostomos[perl #127976] Restore ‘or array’ to each($s) err
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-11-24 Tony Cook[perl #126480] pipe() doesn't need the assertions
2015-08-27 Tony Cook[perl #125341] check for unexpected trash after any...
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-04-25 David Mitchell[perl #123737] Fix assertion failure with 0$#{
2015-03-06 Karl Williamsont/lib/croak/op: Fix to work on EBCDIC platforms
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-12-13 Father ChrysostomosFix garbage output from ‘my $é’
2014-12-10 Father ChrysostomosFix assertion failure with our @a->{0}
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-19 Father ChrysostomosFix crash with ‘join,’ caused by 987c96916
2014-10-12 Father ChrysostomosTest croaks inadvertently rmvd by bd2688c4c
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-10-06 Father ChrysostomosReorder t/lib/croak/toke
2014-06-04 Dagfinn Ilmari Man... Disallow omitting % and @ on hash and array names
2014-05-12 Tony Cookensure qw//, q'' and '' report line on a missing terminator
2013-12-14 Father ChrysostomosFix ‘Can't declare null operation in "my"’
2013-11-18 Tony Cookfix expected failure text for new croak.t test
2013-11-17 Father ChrysostomosRemove extraneous dot from ‘Missing right brace...’
2013-11-14 Father ChrysostomosCompile-time checking for %$obj{"key"} under ‘use fields’
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-04 Father ChrysostomosMake ‘No such class’ apply to ${$ref}{key}, too
2013-11-03 Father ChrysostomosMake ‘No such field’ error apply to 1-elem slices
2013-10-31 Father Chrysostomos‘Attempt to bless into a ref’ with stale method caches
2013-10-31 Father Chrysostomos[perl #119809] Disallow bless($ref, $tied_ref)
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
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 ChrysostomosFirst stab at my sub
2012-09-16 Father ChrysostomosDon’t allow name after our/state sub
2012-08-26 Father ChrysostomosCroak for \local %{\%foo}
2012-08-26 Father ChrysostomosRestore ‘Can’t localize through ref’ to lv subs
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-27 Father Chrysostomos[perl #113684] Make redo/last/next/dump accept expr
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
2012-07-08 Father ChrysostomosCorrect err msg when calling stub w/no autoload fb
2012-07-06 Father ChrysostomosTest ‘Missing name in "my sub"’
2012-04-21 Father Chrysostomos[perl #111980] Don’t allow ‘my $♠’
2011-12-16 Father Chrysostomos[perl #91514] Use correct error msg for default
2011-12-10 Tony Cooktest for various fatal messages from op.c
2011-12-10 Tony Cookrefactor croak.t to be data driven (like warnings.t)