This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Preserve 64-bit array offsets in uninit warnings
[perl5.git] / t / lib / warnings / op
2016-06-07 Dan Collins[perl #127333] add warning for until(assignment)
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-15 Aaron CraneMake barewords constant-foldable
2016-04-07 Tony Cook(perl #126162) improve stat @array handling
2016-01-21 Tony Cook[perl #127122] warn on unless (assignment) when syntax...
2015-11-20 Lukas Mai[perl #124280] don't warn for 'my $foo, *bar'
2015-09-29 Father ChrysostomosDisable lexical $_
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-03-06 Karl Williamsont/lib/warnings/op: Skip some tests on EBCDIC
2015-02-01 Father ChrysostomosTest predecence warning on new bitops
2015-02-01 Father ChrysostomosTest experimental bitop warning
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-12 Jarkko HietaniemiCatch infnan repeat counts.
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-11-11 Father ChrysostomosTest the prev commit
2014-11-09 Father ChrysostomosExtend y/// warnings to utf8
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-11 Father Chrysostomosop.c: Apply spair optimisation to \% \@ \&
2014-08-14 Father ChrysostomosStop defined(aassign) from being an error
2014-06-17 Karl WilliamsonPATCH: [perl #121816] Add warning for repetition x < 0
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2014-06-16 Karl WilliamsonFatalize using hash|array as reference
2014-06-04 Dagfinn Ilmari Man... Disallow omitting % and @ on hash and array names
2014-02-01 Zeframsubroutine signatures
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosFix copy & paste error in tests
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2013-09-15 Niels Thykierop.c: Warn on "return $a or $b" [perl #59802]
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father ChrysostomosMove ‘Scalar value better written as’ tests from toke...
2013-08-21 Father Chrysostomos[perl #118753] Remove erroneous elsif("") warning
2013-07-10 Peter Martini'Prototype after' and 'Illegal character' warnings...
2013-07-04 Karl WilliamsonPATCH: [perl #114178] di/ds/ig exempt from warnings...
2013-06-19 Father Chrysostomos[perl #118047] Don’t warn for tr//a/c
2013-06-14 Ricardo Signesfix category on "Statement unlikely to be reached"
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-02-20 Ricardo Signesput an experimental warning on lexical topic
2013-02-20 Rafael Garcia-SuarezUn-deprecate the support for lexical $_
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-24 Father ChrysostomosWarn by default for constant my sub redefinition
2012-11-16 Tony Cookunder -Dusedl there are no warnings about the other...
2012-09-03 Nicholas ClarknewXS_len_flags() shouldn't change the line number...
2012-09-03 Nicholas ClarkTest that the warning for "can be 0, test with defined...
2012-09-03 Nicholas ClarkTest that the warning for "Found = in conditional"...
2012-09-03 Nicholas ClarkTest that the line number for a "sub redefined" warning...
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-04 Father ChrysostomosUse ‘state’ in warning about sort {state $a}
2012-07-04 Father Chrysostomos[perl #86136] Downgrade sort {my $a} to a warning
2012-06-08 Father ChrysostomosConstant folding for x
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2012-03-25 Brian Frasertoke.c: "Illegal character in prototype" for Latin...
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-01-25 Rafael Garcia-SuarezMake the display of the warning "Useless use of a const...
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2012-01-16 Nicholas ClarkTest that defined warns for package arrays and hashes.
2012-01-05 Father ChrysostomosRestrict $[ comp warning to constants
2011-11-24 Father Chrysostomos__SUB__ should warn in void context
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-19 Father ChrysostomosMention variable names in @a =~ // warnings
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Father ChrysostomosTest length() warning with pad vars
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-09-09 Zeframremove index offsetting ($[)
2011-08-08 Gerard GoossenOnly warn about "Statement unlikely to be reached"...
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-08-16 Zeframfix [perl #74118] $[ assignment not noisy enough
2009-11-29 Rafael Garcia-SuarezMake split warn in void context
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-02-14 Rafael Garcia-SuarezMake the new warning report undef constants as undef
2008-02-14 Rick DelaneyShow constant in "Useless use of a constant in void...
2008-01-07 Rafael Garcia-SuarezLet's remove the grep in void context warning.
2008-01-06 Michael G. SchwernRe: grep and smart match should warn in void context
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2006-07-07 Rafael Garcia-SuarezFix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-SuarezAdd a new warning, "State variable %s will be reinitial...
2006-03-07 Rafael Garcia-Suarez$[ = 2 should not warn.
2006-01-12 Rafael Garcia-SuarezDon't warn when localizing $[
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2004-03-04 Dave Mitchelladd deprecation warning for my $x if 0
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-18 Dave MitchellAdd tests for the C<my $x if foo> deprecation, and...
2004-01-17 SADAHIRO TomoyukiRe: open/or inconsistency
2003-10-06 Rafael Garcia-SuarezRe: [perl #24076] "<> err EXPR" and warnings.
2003-07-20 Rafael Garcia-SuarezThe warning "Possible precedence problem on bitwise...
2003-05-21 Dave MitchellNew warning "Useless localization of %s", based on
2003-05-12 Rafael Garcia-SuarezUse a more sophisticated heuristics to produce the...
2003-01-23 Dave Mitchellmove pad.c warnings to different test file
2002-10-16 Rafael Garcia-Suarezprototype() didn't warn when used in void context.
next