This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #127976] Restore ‘or array’ to each($s) err
[perl5.git] / t / lib / croak / op
2016-05-17 Father Chrysostomos[perl #127976] Restore ‘or array’ to each($s) err
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-03-06 Karl Williamsont/lib/croak/op: Fix to work on EBCDIC platforms
2014-12-13 Father ChrysostomosFix garbage output from ‘my $é’
2014-10-19 Father ChrysostomosFix crash with ‘join,’ caused by 987c96916
2014-10-12 Father ChrysostomosTest croaks inadvertently rmvd by bd2688c4c
2014-06-04 Dagfinn Ilmari Man... Disallow omitting % and @ on hash and array names
2013-12-14 Father ChrysostomosFix ‘Can't declare null operation in "my"’
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-03-06 Brian FraserRestrict the valid identifier syntax, fix some identifi...
2012-09-16 Father ChrysostomosFirst stab at my sub
2012-04-21 Father Chrysostomos[perl #111980] Don’t allow ‘my $♠’
2011-12-10 Tony Cooktest for various fatal messages from op.c