This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck.t: Guard against weird input file types
[perl5.git] / t / lib / warnings /
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)
2011-06-02 Father Chrysostomos[perl #4362] Test for ‘Can't find terminator’
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /aia
2011-04-08 Father ChrysostomosRevert parts of c31c291..96b6b87
2011-04-08 Father ChrysostomosRevert "[perl #87708] $tied / $tied under use integer"
2011-04-07 Father Chrysostomos[perl #87708] $tied == $tied
2011-04-07 Father ChrysostomosCorrect stupidities in 4c3ac4b
2011-04-07 Father Chrysostomos[perl #87708] $tied + $tied
2011-04-06 Father Chrysostomos[perl #87708] $tied / $tied under use integer
2011-04-06 Father Chrysostomos[perl #87708] $tied % $tied and $tied * $tied under...
2011-04-06 Father Chrysostomos[perl #87708] $tied + $tied and $tied - $tied under...
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 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
next