summaryrefslogtreecommitdiff
path: root/t/lib/warnings/9uninit
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[perl #87708] $tied / $tied under use integer"Father Chrysostomos2011-04-081-1/+0
* [perl #87708] $tied == $tiedFather Chrysostomos2011-04-071-3/+8
* Correct stupidities in 4c3ac4bFather Chrysostomos2011-04-061-0/+2
* [perl #87708] $tied + $tiedFather Chrysostomos2011-04-061-0/+10
* [perl #87708] $tied / $tied under use integerFather Chrysostomos2011-04-061-0/+1
* [perl #87708] $tied % $tied and $tied * $tied under use integerFather Chrysostomos2011-04-061-2/+2
* [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’Father Chrysostomos2011-04-061-2/+2
* [perl #87708] use integer; $tied < $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied > $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied <= $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied >= $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied == $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied != $tiedFather Chrysostomos2011-04-061-1/+1
* [perl #87708] use integer; $tied <=> $tiedFather Chrysostomos2011-04-061-1/+1
* c31c2913 swaps the order of uninitialised warnings, so update test expectationsNicholas Clark2011-04-061-1/+1
* Refactor pp_chomp to process arguments in the same order as pp_chop.Nicholas Clark2010-12-271-2/+2
* Check for deleted stashes when reporting var namesFlorian Ragwitz2010-11-161-0/+7
* Avoid test failure on Linux when STDIN is /dev/nullGisle Aas2009-07-091-1/+2
* More tests for uninitialized warnings in rangesVincent Pit2009-05-261-12/+66
* Explicitely point to $. when it causes an uninitialized warning for ranges in...Vincent Pit2009-05-261-0/+23
* Fix a warnings test that was failing due to smart match dispatch changesRafael Garcia-Suarez2009-03-171-1/+1
* Re-instate all the warnings checks that don't work on Win32, but withNicholas Clark2008-09-081-4/+56
* Split all the tests for ops that can return undef for defined argsNicholas Clark2008-09-071-77/+331
* Omit tests introduced by #34077 and #34084 which fail on Win32Steve Hay2008-07-031-5/+3
* qx($nosuchfile) isn't portable (Windows whines on STDERR)Dave Mitchell2008-06-251-4/+2
* more incorrect variable reported in uninitialized value warningsDave Mitchell2008-06-241-6/+26
* Incorrect variable reported in uninitialized value warning.Dave Mitchell2008-06-221-0/+127
* [perl #36875] [PATCH] scalar reverse undef does not warn (was: Certain string...Bram2008-06-011-0/+11
* Double magic/warnings with tie $x, $mVincent Pit2008-04-301-1/+0
* Double magic/warnings with binmode $fh, undefVincent Pit2008-04-301-1/+0
* Warnings within the conditional of until() and for() are not reportedNicholas Clark2008-04-271-0/+43
* Warnings within the condition of while are not reported with theNicholas Clark2008-04-271-0/+16
* Fix the line-number-in-elsif longstanding bug.Rafael Garcia-Suarez2008-04-181-1/+0
* Add "eliminate incorrect line numbers in warnings" to perltodo, andNicholas Clark2008-04-171-0/+23
* Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10,Vincent Pit2008-03-251-1/+0
* Double warning with perl -we '\&$x'Vincent Pit2008-03-201-2/+0
* fix variable names in 'ununit var' warnings in evalsDave Mitchell2008-02-221-1/+7
* doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim...Vincent Pit2008-02-141-1/+0
* Make lc/uc/lcfirst/ucfirst warn when passed undef.Rafael Garcia-Suarez2008-01-281-3/+10
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-121-4/+3
* [perl #47233] Core dump caused by gotoDave Mitchell2007-11-091-2/+2
* ununit pos value warning identified the wrong variable nameDave Mitchell2007-09-091-0/+16
* eval $undef should emit one warning, not three.Dave Mitchell2006-11-021-4/+0
* Fix the failures in warnings tests when PERL_UNICODE is definedH.Merijn Brand2006-11-011-2/+2
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-1/+1
* index and rindex couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-301-2/+2
* syswrite couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-291-2/+1
* Re: [PATCH] concat interacts badly with magicRobin Houston2005-11-221-1/+1
* [perl #36672] Swapped warnings for -o and -O file tests Piotr Fusik2005-07-281-1/+1
* warnings.t portability tweaksCraig A. Berry2004-11-231-9/+26