This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test preamble: unify chdir 't' if -d 't';
[perl5.git] / t / lib / warnings /
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-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-19 Karl WilliamsonOnly generate above-Uni warning for \p{}, \P{}
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
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-07-03 Matthew Horsfall... For #16249 - Overwrite PL_last_lop_op when eval() is...
2012-06-21 Brian Frasertoke.c: Make new error UTF-8 safe
2012-06-20 Father Chrysostomos[perl #113712] Don’t create stubs after errors
2012-06-17 Karl Williamsonregcomp.c: Warn and don't emit a NUL for e.g. /\87/
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-07 Father Chrysostomosutil.c:report_evil_fh: Report name w/initial null
2012-06-07 Father Chrysostomosutil.c:report_wrongway_fh: Report name w/initial null
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2012-05-26 Brian FraserFix for [perl #9423] vec assignments generate 2 warnings
2012-05-25 Zeframremove deprecated qw-as-parens behaviour
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-05-21 Dagfinn Ilmari Man... Don't warn about "ambiguous without parens" for ctrl...
2012-04-17 Karl WilliamsonPATCH: [perl #111338] Warnings in utf8 subcategories...
2012-03-25 Brian Frasertoke.c: "Illegal character in prototype" for Latin...
2012-03-25 Brian Frasertoke.c: "Precedence problem: open %s should be open...
2012-03-25 Brian Frasertoke.c: "CORE::%s is not a keyword" cleanup.
2012-03-25 Brian Frasertoke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.
2012-03-25 Brian Frasertoke.c: "Bareword "%s" refers to nonexistent package...
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-03-23 Brian Frasertoke.c: "Ambiguous use of %c{%s} resolved to %c%s"...
2012-03-23 Brian Frasertoke.c: "Possible unintended interpolation of %s in...
2012-03-23 Brian Frasertoke.c: 'Operator or semicolon missing before %c%s...
2012-03-23 Brian Frasertoke.c: 'Scalar value %s better written as $%s' cleanup.
2012-03-23 Brian Frasertoke.c: 'You need to quote %s' cleanup.
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-03-20 Karl Williamsonperlguts, warnings.t: Update references to obsolete...
2012-03-04 Aaron CraneTODO Failing tests for warnings in utf8 subcategories
2012-02-02 Zeframmake Carp messages match die properly
2012-01-25 Rafael Garcia-SuarezCorrectly escape UTF-8 in hash keys in uninitialized...
2012-01-25 Rafael Garcia-SuarezMake the display of the warning "Useless use of a const...
2012-01-20 Father ChrysostomosWarn for stat(*unopened) after statting file
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-14 Father Chrysostomospp_sys.c: Remove space from lstat($ioref) warning
2012-01-13 Karl Williamsonregcomp.c: Optimize a single Unicode property in a...
2012-01-05 Father ChrysostomosRestrict $[ comp warning to constants
2012-01-03 Father ChrysostomosChange wording of \E warning
2012-01-03 Brian Frasertoke.c: Unpaired '\E's in double-quotish contexts shoul...
2011-12-25 Father ChrysostomosDon’t warn for open(foo::bar)
2011-12-16 Father ChrysostomosName anon handles __ANONIO__
2011-12-08 Father ChrysostomosDon’t warn for open local *FH
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-26 Father ChrysostomosDon’t coerce $x immediately in foo(substr $x...)
2011-11-25 Father ChrysostomosDon’t warn for foo+1 with ($) proto
2011-11-24 Father ChrysostomosTest ambiguous warning with (;$) proto
2011-11-24 Father ChrysostomosMake sselect call fetch once
2011-11-24 Father Chrysostomos__SUB__ should warn in void context
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-22 Father Chrysostomos[perl #103766] Wrong $" warning in perl 5.14
2011-11-22 Father ChrysostomosMove a test from t/lib/warnings/sv to .../9uninit
2011-11-22 Father ChrysostomosTest for lack of uninit warnings in sub redef
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-21 Father ChrysostomosMake sort {} and sort {()} equivalent
2011-11-20 Father ChrysostomosMake sort’s warnings dependent on the right hints
2011-11-19 Father ChrysostomosMention variable names in @a =~ // warnings
2011-11-19 Father ChrysostomosMention implicit $_ in y///r uninit warning
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-11 Karl Williamsonutf8.c: Don't warn on \p{user-defined} for above-Unicode
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-13 Father ChrysostomosMention all variables in $undef..$undef warnings
2011-10-13 Father Chrysostomos[perl #94390] Optimised numeric sort should warn for nan
2011-10-13 Father ChrysostomosMention sort in warnings about sort sub retvals
2011-10-12 Father ChrysostomosAvoid an redundant copy in pp_flop
2011-10-06 Father ChrysostomosRewrite -l warning test to account for 433644eed
2011-10-06 Brian Fraserop.c: Scalar filehandles in errors UTF8 cleanup.
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian Fraserutil.c UTF8 cleanup
2011-10-06 Brian FraserMore warnings tests.
2011-10-06 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-10-06 Brian Fraserpp_sys.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp.c: Make warnings utf8-clean
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-10-06 Brian Fraserdoio.c: Make warnings UTF8- and nul-clean
2011-10-01 Karl WilliamsonRevise diagnostic text
2011-09-23 Nicholas ClarkMove the test for recursive call to Perl_load_module...
2011-09-23 Nicholas ClarkCorrect the expected results for the first perlio warni...
2011-09-23 Father ChrysostomosMove/rewrite test for Recursive call to Perl_load_module
2011-09-18 Father ChrysostomosMake -l always treat non-bareword arguments as file...
2011-09-13 Father ChrysostomosMake (l)stat respect get-magic on globs and globrefs
2011-09-09 Zeframremove index offsetting ($[)
2011-08-26 Father ChrysostomosMake *{undef} self-consistent
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-08-08 Gerard GoossenOnly warn about "Statement unlikely to be reached"...
2011-07-13 Brian FraserCleaned up warning messages in pad.c, plus related...
2011-07-04 Eric BrineStop having one of the following qw() warnings hide...
2011-06-21 Eric Brine[perl #78462] Don't warn for splice(@a,MAX_LEN)
next