summaryrefslogtreecommitdiff
path: root/t/lib/warnings/op
Commit message (Expand)AuthorAgeFilesLines
* remove index offsetting ($[)Zefram2011-09-091-17/+0
* Only warn about "Statement unlikely to be reached" after an exec if exec is a...Gerard Goossen2011-08-081-0/+6
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-301-0/+8
* fix [perl #74118] $[ assignment not noisy enoughZefram2010-08-161-1/+6
* Make split warn in void contextRafael Garcia-Suarez2009-11-291-0/+12
* Enable deprecation warnings by default.Nicholas Clark2009-10-161-17/+11
* split: Remove implicit split to @_Bo Borgerson2009-09-131-22/+0
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-19/+1
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-071-0/+9
* [perl #7911] no warning for useless /d in tr/0-9//dreneeb2008-11-251-3/+9
* Make the new warning report undef constants as undefRafael Garcia-Suarez2008-02-141-1/+3
* Show constant in "Useless use of a constant in void context"Rick Delaney2008-02-141-2/+8
* Let's remove the grep in void context warning.Rafael Garcia-Suarez2008-01-071-4/+2
* Re: grep and smart match should warn in void contextMichael G. Schwern2008-01-061-0/+6
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-5/+0
* Remove the code that handles assignment to state variablesRafael Garcia-Suarez2007-04-241-20/+0
* Fix the implementation of list assignment to state().Rafael Garcia-Suarez2006-07-071-0/+3
* Add a new warning, "State variable %s will be reinitialized"Rafael Garcia-Suarez2006-07-061-0/+17
* $[ = 2 should not warn.Rafael Garcia-Suarez2006-03-071-0/+1
* Don't warn when localizing $[Rafael Garcia-Suarez2006-01-121-0/+1
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-0/+1
* add deprecation warning for my $x if 0Dave Mitchell2004-03-041-0/+25
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-57/+0
* stop "const in void context" warning for a const in anDave Mitchell2004-02-251-0/+3
* Add tests for the C<my $x if foo> deprecation, and change theDave Mitchell2004-02-181-0/+57
* Re: open/or inconsistencySADAHIRO Tomoyuki2004-01-171-0/+1
* Re: [perl #24076] "<> err EXPR" and warnings.Rafael Garcia-Suarez2003-10-061-0/+12
* The warning "Possible precedence problem on bitwise operator"Rafael Garcia-Suarez2003-07-201-0/+1
* New warning "Useless localization of %s", based onDave Mitchell2003-05-211-0/+84
* Use a more sophisticated heuristics to produce the warningRafael Garcia-Suarez2003-05-121-4/+16
* move pad.c warnings to different test fileDave Mitchell2003-01-231-88/+0
* prototype() didn't warn when used in void context.Rafael Garcia-Suarez2002-10-161-0/+3
* Add a new warning, "Possible precedence problem on bitwiseRafael Garcia-Suarez2002-10-031-1/+55
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-13/+0
* Integrate macperl change #16875.Jarkko Hietaniemi2002-05-301-1/+1
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-0/+18
* Add an untested warning variant.Rafael Garcia-Suarez2002-04-241-0/+3
* Fully qualify in warning message the name of a subroutine redefinedRafael Garcia-Suarez2002-04-071-1/+1
* warning for split(/.../g, ...);Mark-Jason Dominus2002-04-011-0/+11
* The #14949 removed this error from non-Win32.Jarkko Hietaniemi2002-03-021-9/+0
* new warning "Useless use of sort in scalar context"Rafael Garcia-Suarez2001-11-191-0/+11
* new testsRafael Garcia-Suarez2001-09-171-0/+11
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-32/+0
* A proof of the dangers of package; ?Jarkko Hietaniemi2001-07-101-0/+2
* deprecate package with no argumentsRobin Houston2001-07-101-0/+11
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-0/+32
* Move the locale/strict/warnings helper files backJarkko Hietaniemi2001-06-181-0/+928