This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #87708] use integer; $tied <= $tied
[perl5.git] / t / lib / warnings /
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied >= $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied == $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied != $tied
2011-04-06 Father Chrysostomos[perl #87708] use integer; $tied <=> $tied
2011-04-06 Nicholas Clarkc31c2913 swaps the order of uninitialised warnings...
2011-03-01 Karl Williamsontoke.c: Raise error for multiple regexp mods
2011-02-19 Karl WilliamsonRevert "regcomp: Add warning if tries to use \p in...
2011-02-18 Karl WilliamsonSubclass utf8 warnings so can turn off individually
2011-02-13 Karl Williamsonregex: Deprecate \b{ and \B{
2011-02-13 Karl Williamsonregcomp.c: include { in unregcognized \q{ warning
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-28 Karl Williamsonregcomp: Add warning if tries to use \p in locale.
2011-01-10 Karl WilliamsonAdd warnings for use of problematic code points
2011-01-10 Karl Williamsonutf8.c(): Default to allow problematic code points
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-12-30 Nicholas ClarkMost socket ops weren't warning for unopened handles...
2010-12-30 Nicholas ClarkConvert a pp_sys test to use warnings 'closed', instead...
2010-12-30 Nicholas Clarkpp_leavewrite wasn't warning for unopened handles unles...
2010-12-27 Nicholas ClarkRefactor pp_chomp to process arguments in the same...
2010-12-17 Chip Salzenbergupdate warnings tests to cope with %z now being valid...
2010-12-11 Father Chrysostomos[perl #72090] unitialized variable name wrong with...
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-11-16 Florian RagwitzCheck for deleted stashes when reporting var names
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-10 Ricardo Signesimprove registration of warning categories
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-01 Nicholas ClarkTests using t/lib/common.pl need to run in separate...
2010-08-16 Zeframfix [perl #74118] $[ assignment not noisy enough
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "Fix tests and add one more test for the depreca...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-04-23 Rafael Garcia-SuarezFix tests and add one more test for the deprecation...
2010-04-23 James MastrosNew deprecation warning: Dot after %s literal is concat...
2010-04-23 Zeframbring G_KEEPERR back to the realm of sanity
2009-12-20 Karl Williamsonchange non-char warning message from malformed
2009-11-29 Rafael Garcia-SuarezMake split warn in void context
2009-11-24 Andrew RodlandAdd tests.
2009-11-12 Nicholas ClarkAs our $_; is forced into main::, it should warn as...
2009-11-04 Nicholas ClarkDeprecate use of := to mean an empty attribute list...
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-10-03 Rafael Garcia-SuarezChange warning "Unicode character is illegal" to more...
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
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...
next