summaryrefslogtreecommitdiff
path: root/t/lib/warnings
Commit message (Expand)AuthorAgeFilesLines
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-301-0/+8
* Make my $pi := 4; a syntax error.Nicholas Clark2010-11-281-59/+0
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-241-0/+10
* Check for deleted stashes when reporting var namesFlorian Ragwitz2010-11-161-0/+7
* Add (?^...) regex constructKarl Williamson2010-09-201-0/+5
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-0/+13
* improve registration of warning categoriesRicardo Signes2010-09-101-0/+18
* make qw(...) first-class syntaxZefram2010-09-081-0/+235
* Tests using t/lib/common.pl need to run in separate directories.Nicholas Clark2010-09-012-9/+9
* fix [perl #74118] $[ assignment not noisy enoughZefram2010-08-161-1/+6
* Change function signature of grok_bslash_oKarl Williamson2010-07-271-6/+6
* Add \o{} escapeKarl Williamson2010-07-172-0/+53
* Deprecate no space after s/a/b/ and keywordKarl Williamson2010-06-281-1/+4
* Deprecate no space between pattern, following wordKarl Williamson2010-06-181-1/+4
* Revert "New deprecation warning: Dot after %s literal is concatenation"Jesse Vincent2010-05-051-17/+0
* Revert "Fix tests and add one more test for the deprecation warning added in ...Jesse Vincent2010-05-051-7/+6
* Revert "tweak "0x123.456" deprecation"Jesse Vincent2010-05-051-3/+3
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-0/+18
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-231-0/+18
* | tweak "0x123.456" deprecationZefram2010-05-031-3/+3
* | Fix tests and add one more test for the deprecation warning added in last changeRafael Garcia-Suarez2010-04-231-6/+7
* | New deprecation warning: Dot after %s literal is concatenationJames Mastros2010-04-231-0/+17
|/
* change non-char warning message from malformedKarl Williamson2009-12-201-0/+3
* Make split warn in void contextRafael Garcia-Suarez2009-11-291-0/+12
* Add tests.Andrew Rodland2009-11-241-0/+57
* As our $_; is forced into main::, it should warn as a redeclaration.Nicholas Clark2009-11-121-0/+15
* Deprecate use of := to mean an empty attribute list in my $pi := 4;Nicholas Clark2009-11-041-0/+59
* Enable deprecation warnings by default.Nicholas Clark2009-10-162-28/+20
* Change warning "Unicode character is illegal" to more accurate descriptionRafael Garcia-Suarez2009-10-031-12/+12
* split: Remove implicit split to @_Bo Borgerson2009-09-131-22/+0
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-083-48/+3
* 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
* Merge branch 'blead' into smartmatchRafael Garcia-Suarez2009-05-052-1/+23
|\
| * Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-1/+14
| * Deprecate assignment to $[Rafael Garcia-Suarez2009-04-071-0/+9
* | Fix a warnings test that was failing due to smart match dispatch changesRafael Garcia-Suarez2009-03-171-1/+1
|/
* Unigue test file names in t/lib/warnings/9enabledJerry D. Hedden2009-02-121-343/+343
* [perl #7911] no warning for useless /d in tr/0-9//dreneeb2008-11-251-3/+9
* Fix warning code in Perl_sv_vcatpvfn() to make the TODOMarcus Holland-Moritz2008-11-091-0/+30
* 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
* Unintented interpolation of $/ in regex (was: Re: [perlBram2008-08-241-0/+15
* 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
* Tweak the "Illegal character in prototype" warning so it's moreRafael Garcia-Suarez2008-06-081-1/+1
* Add a new warning, "Prototype after '%s'"Renee Baecker2008-06-081-0/+23