This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix grammar
[perl5.git] / t / lib / warnings / 9uninit
2017-01-16 Abigail$/ = \-1 will be fatal in Perl 5.28.
2016-12-23 Tony Cook(perl #130335) fix numeric comparison for sort's built...
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-29 Jarkko Hietanieminetbsd-vax: more skippage due to no inf/nan
2016-10-22 Jarkko Hietaniemivax-netbsd: no nan
2016-09-28 David Mitchellundef $0 shouldn't warn about $0
2016-08-15 David Mitchell"" . open(my $fh,...) gave wrong warning
2016-07-17 Father ChrysostomosFix failing uninit test on 64-bit-int builds
2016-06-23 Father ChrysostomosFix stupid test in 9uninit
2016-06-23 Father ChrysostomosPreserve 64-bit array offsets in uninit warnings
2016-05-09 Aaron Crane[perl #127877] Emit undef warning on sassign+concat
2015-09-29 Father ChrysostomosDisable lexical $_
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-11-09 Father ChrysostomosSkip padsv op in $lex =~ ...
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2014-01-18 Jess Robinsont/lib/warnings/9uninit: Skip crypt tests if !d_crypt
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-10-28 Father Chrysostomossv.c: !SvLEN does not mean undefined
2012-10-26 Yves Ortonfix hash key ordering dependency in t/warnings.t
2012-10-20 Yves Ortonfix off-by-one error in key detection logic for uniniti...
2012-10-20 Yves Ortonadd a TODO test for uninitialized warning hash bucket...
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father ChrysostomosUse const repl optimisation with s///e where possible
2012-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-07-14 Father Chrysostomos[perl #113576] Restore err msg for &{+undef}
2012-05-26 Brian FraserFix for [perl #9423] vec assignments generate 2 warnings
2012-01-25 Rafael Garcia-SuarezCorrectly escape UTF-8 in hash keys in uninitialized...
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-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 sort {} and sort {()} equivalent
2011-11-20 Father ChrysostomosMake sort’s warnings dependent on the right hints
2011-11-19 Father ChrysostomosMention implicit $_ in y///r uninit warning
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 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
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...
2010-12-27 Nicholas ClarkRefactor pp_chomp to process arguments in the same...
2010-11-16 Florian RagwitzCheck for deleted stashes when reporting var names
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-03-17 Rafael Garcia-SuarezFix a warnings test that was failing due to smart match...
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-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-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-14 Vincent Pitdoio.c:Perl_my_lstat:/* XXX Do really need to be callin...
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`
2007-11-09 Dave Mitchell[perl #47233] Core dump caused by goto
2007-09-09 Dave Mitchellununit pos value warning identified the wrong variable...
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-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...
2005-11-22 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-07-28 Piotr Fusik[perl #36672] Swapped warnings for -o and -O file tests
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-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...
next