This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use ../../perl instead of ../../t/perl on Win32, as the latter doesn't work.
[perl5.git] / t / lib / warnings /
2009-07-09 Gisle AasAvoid test failure on Linux when STDIN is /dev/null
2009-05-26 Vincent PitMore tests for uninitialized warnings in ranges
2009-05-26 Vincent PitExplicitely point to $. when it causes an uninitialized...
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2009-03-17 Rafael Garcia-SuarezFix a warnings test that was failing due to smart match...
2009-02-12 Jerry D. HeddenUnigue test file names in t/lib/warnings/9enabled
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-11-09 Marcus Holland-MoritzFix warning code in Perl_sv_vcatpvfn() to make the...
2008-09-08 Nicholas ClarkRe-instate all the warnings checks that don't work...
2008-09-07 Nicholas ClarkSplit all the tests for ops that can return undef for...
2008-08-24 BramUnintented interpolation of $/ in regex (was: Re: ...
2008-07-03 Steve HayOmit tests introduced by #34077 and #34084 which fail...
2008-06-25 Dave Mitchellqx($nosuchfile) isn't portable (Windows whines on STDERR)
2008-06-24 Dave Mitchellmore incorrect variable reported in uninitialized value...
2008-06-22 Dave MitchellIncorrect variable reported in uninitialized value...
2008-06-08 Rafael Garcia-SuarezTweak the "Illegal character in prototype" warning...
2008-06-08 Renee BaeckerAdd a new warning, "Prototype after '%s'"
2008-06-01 Bram[perl #36875] [PATCH] scalar reverse undef does not...
2008-04-30 Vincent PitDouble magic/warnings with tie $x, $m
2008-04-30 Vincent PitDouble magic/warnings with binmode $fh, undef
2008-04-27 Nicholas ClarkWarnings within the conditional of until() and for...
2008-04-27 Nicholas ClarkWarnings within the condition of while are not reported...
2008-04-18 Rafael Garcia-SuarezFix the line-number-in-elsif longstanding bug.
2008-04-17 Nicholas ClarkAdd "eliminate incorrect line numbers in warnings"...
2008-03-25 Vincent PitRe: [PATCH] Double warning with perl -we 'my $a; substr...
2008-03-20 Vincent PitDouble warning with perl -we '\&$x'
2008-02-22 Dave Mitchellfix variable names in 'ununit var' warnings in evals
2008-02-20 Nicholas ClarkSetting the f flag on length causes the op to be consta...
2008-02-14 Vincent Pitdoio.c:Perl_my_lstat:/* XXX Do really need to be callin...
2008-02-14 Rafael Garcia-SuarezMake the new warning report undef constants as undef
2008-02-14 Rafael Garcia-SuarezRevert change #33302. This change was wrong, since...
2008-02-14 Rick DelaneyShow constant in "Useless use of a constant in void...
2008-02-13 Rick Delaney[perl #47047] Use of inherited AUTOLOAD for non-method...
2008-01-28 Rafael Garcia-SuarezMake lc/uc/lcfirst/ucfirst warn when passed undef.
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-09 Rafael Garcia-SuarezRemove the warning "v-string in require/use non portable"
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-11-09 Dave Mitchell[perl #47233] Core dump caused by goto
2007-10-05 Robin BarkerNew [PATCH] use 5.006; use 5.10.0
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-09 Dave Mitchellununit pos value warning identified the wrong variable...
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-07-11 Rafael Garcia-SuarezTurn the "$# / $* is no longer supported" warnings...
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
2007-04-19 Rafael Garcia-SuarezAdjust the warning category in the test, too
2007-03-30 Rafael Garcia-SuarezAdd two deprecation warnings:
2007-03-26 Rafael Garcia-SuarezMake the warning "interpreted as function" a bit less...
2007-02-28 Rafael Garcia-Suarez(?p{}) has been deprecated for a long time.
2007-02-24 Rafael Garcia-SuarezC<keys %+> should not warn. Don't make scan_ident test for
2007-02-05 Nicholas ClarkUse the new conditional TODOs to mark as TODO the warni...
2007-01-08 Rafael Garcia-SuarezTurn taint warnings (-t) into severe warnings, so they're
2006-12-23 Rafael Garcia-Suarezsyswrite() wasn't reporting a warning when writing...
2006-11-02 Dave Mitchelleval $undef should emit one warning, not three.
2006-11-01 H.Merijn BrandFix the failures in warnings tests when PERL_UNICODE...
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
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-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-04-30 Nicholas Clarkindex and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clarksyswrite couldn't correctly handle surprises from UTF...
2006-04-05 Rafael Garcia-SuarezAssigning undef to an entry in %ENV shouldn't produce...
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2006-03-07 Rafael Garcia-Suarez$[ = 2 should not warn.
2006-02-16 Paul Green[patch] t/lib/warnings/pp_sys
2006-02-09 Rafael Garcia-SuarezSkip new chdir warning test if fchdir is not available
2006-02-08 Peter Dintelmann[perl #38464] chdir() on closed handles
2006-01-12 Rafael Garcia-SuarezDon't warn when localizing $[
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-01 Gisle AasDisable constant folding of sprintf
2005-11-22 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-10-21 Gisle Aaswrong maxlen in sselect [PATCH]
2005-09-27 Rafael Garcia-SuarezFix by Rick Delaney for [perl #3269] no warnings "barew...
2005-08-11 John E. Malmberg[patch] blead@25282 - VMS specific fixes. [2nd try]
2005-07-28 Piotr Fusik[perl #36672] Swapped warnings for -o and -O file tests
2005-07-19 Rafael Garcia-SuarezExtend the the "our variable redeclared" warning to...
2005-07-19 Rafael Garcia-SuarezOverhaul the semantics of the warning
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-04-08 Andy LesterRemoving Y2K warnings
2004-11-23 Craig A. Berrywarnings.t portability tweaks
2004-09-01 Dave Mitchellwhoops, fix 'formline undef' test broken by change...
2004-09-01 Dave Mitchell[perl #31111] Random made scripts crashing perl
2004-08-04 Rafael Garcia-SuarezRemove the "Newline in left-justified string" warning.
2004-05-07 Dave Mitchellsymbolic references like ${"foo$index"}*3 would incorre...
2004-05-06 Marcus Holland-Moritz[perl #29346] Double warning for int(undef) and abs...
2004-04-30 Dave Mitchelldisable problematical 'uninitialized value' warning...
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-03-22 Yitzchak Scott-Tho... Re: [PATCH] warn on !=~
2004-03-21 Andy LesterFinally, this "Negative repeat count" warning wasn...
2004-03-21 Rafael Garcia-SuarezAdd a new warning "Negative repeat count"
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-03-18 Dave Mitchellmake ~$x give warning is $x isn't initialised.
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
next