| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "[perl #87708] $tied / $tied under use integer" | Father Chrysostomos | 2011-04-08 | 1 | -1/+0 |
* | [perl #87708] $tied == $tied | Father Chrysostomos | 2011-04-07 | 1 | -3/+8 |
* | Correct stupidities in 4c3ac4b | Father Chrysostomos | 2011-04-06 | 1 | -0/+2 |
* | [perl #87708] $tied + $tied | Father Chrysostomos | 2011-04-06 | 1 | -0/+10 |
* | [perl #87708] $tied / $tied under use integer | Father Chrysostomos | 2011-04-06 | 1 | -0/+1 |
* | [perl #87708] $tied % $tied and $tied * $tied under use integer | Father Chrysostomos | 2011-04-06 | 1 | -2/+2 |
* | [perl #87708] $tied + $tied and $tied - $tied under ‘use integer’ | Father Chrysostomos | 2011-04-06 | 1 | -2/+2 |
* | [perl #87708] use integer; $tied < $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied > $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied <= $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied >= $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied == $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied != $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | [perl #87708] use integer; $tied <=> $tied | Father Chrysostomos | 2011-04-06 | 1 | -1/+1 |
* | c31c2913 swaps the order of uninitialised warnings, so update test expectations | Nicholas Clark | 2011-04-06 | 1 | -1/+1 |
* | Refactor pp_chomp to process arguments in the same order as pp_chop. | Nicholas Clark | 2010-12-27 | 1 | -2/+2 |
* | Check for deleted stashes when reporting var names | Florian Ragwitz | 2010-11-16 | 1 | -0/+7 |
* | Avoid test failure on Linux when STDIN is /dev/null | Gisle Aas | 2009-07-09 | 1 | -1/+2 |
* | More tests for uninitialized warnings in ranges | Vincent Pit | 2009-05-26 | 1 | -12/+66 |
* | Explicitely point to $. when it causes an uninitialized warning for ranges in... | Vincent Pit | 2009-05-26 | 1 | -0/+23 |
* | Fix a warnings test that was failing due to smart match dispatch changes | Rafael Garcia-Suarez | 2009-03-17 | 1 | -1/+1 |
* | Re-instate all the warnings checks that don't work on Win32, but with | Nicholas Clark | 2008-09-08 | 1 | -4/+56 |
* | Split all the tests for ops that can return undef for defined args | Nicholas Clark | 2008-09-07 | 1 | -77/+331 |
* | Omit tests introduced by #34077 and #34084 which fail on Win32 | Steve Hay | 2008-07-03 | 1 | -5/+3 |
* | qx($nosuchfile) isn't portable (Windows whines on STDERR) | Dave Mitchell | 2008-06-25 | 1 | -4/+2 |
* | more incorrect variable reported in uninitialized value warnings | Dave Mitchell | 2008-06-24 | 1 | -6/+26 |
* | Incorrect variable reported in uninitialized value warning. | Dave Mitchell | 2008-06-22 | 1 | -0/+127 |
* | [perl #36875] [PATCH] scalar reverse undef does not warn (was: Certain string... | Bram | 2008-06-01 | 1 | -0/+11 |
* | Double magic/warnings with tie $x, $m | Vincent Pit | 2008-04-30 | 1 | -1/+0 |
* | Double magic/warnings with binmode $fh, undef | Vincent Pit | 2008-04-30 | 1 | -1/+0 |
* | Warnings within the conditional of until() and for() are not reported | Nicholas Clark | 2008-04-27 | 1 | -0/+43 |
* | Warnings within the condition of while are not reported with the | Nicholas Clark | 2008-04-27 | 1 | -0/+16 |
* | Fix the line-number-in-elsif longstanding bug. | Rafael Garcia-Suarez | 2008-04-18 | 1 | -1/+0 |
* | Add "eliminate incorrect line numbers in warnings" to perltodo, and | Nicholas Clark | 2008-04-17 | 1 | -0/+23 |
* | Re: [PATCH] Double warning with perl -we 'my $a; substr $a, 0, 10, | Vincent Pit | 2008-03-25 | 1 | -1/+0 |
* | Double warning with perl -we '\&$x' | Vincent Pit | 2008-03-20 | 1 | -2/+0 |
* | fix variable names in 'ununit var' warnings in evals | Dave Mitchell | 2008-02-22 | 1 | -1/+7 |
* | doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim... | Vincent Pit | 2008-02-14 | 1 | -1/+0 |
* | Make lc/uc/lcfirst/ucfirst warn when passed undef. | Rafael Garcia-Suarez | 2008-01-28 | 1 | -3/+10 |
* | For 5.12: saner behaviour for `length` | Nicholas Clark | 2008-01-12 | 1 | -4/+3 |
* | [perl #47233] Core dump caused by goto | Dave Mitchell | 2007-11-09 | 1 | -2/+2 |
* | ununit pos value warning identified the wrong variable name | Dave Mitchell | 2007-09-09 | 1 | -0/+16 |
* | eval $undef should emit one warning, not three. | Dave Mitchell | 2006-11-02 | 1 | -4/+0 |
* | Fix the failures in warnings tests when PERL_UNICODE is defined | H.Merijn Brand | 2006-11-01 | 1 | -2/+2 |
* | Introduce a new function, pv_escape(), to display contents of PVs | Yves Orton | 2006-07-06 | 1 | -1/+1 |
* | index and rindex couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 1 | -2/+2 |
* | syswrite couldn't correctly handle surprises from UTF-8 overloading. | Nicholas Clark | 2006-04-29 | 1 | -2/+1 |
* | Re: [PATCH] concat interacts badly with magic | Robin Houston | 2005-11-22 | 1 | -1/+1 |
* | [perl #36672] Swapped warnings for -o and -O file tests | Piotr Fusik | 2005-07-28 | 1 | -1/+1 |
* | warnings.t portability tweaks | Craig A. Berry | 2004-11-23 | 1 | -9/+26 |