summaryrefslogtreecommitdiff
path: root/t/lib/warnings
Commit message (Expand)AuthorAgeFilesLines
* Make sort’s warnings dependent on the right hintsFather Chrysostomos2011-11-191-1/+8
* Mention variable names in @a =~ // warningsFather Chrysostomos2011-11-191-12/+12
* Mention implicit $_ in y///r uninit warningFather Chrysostomos2011-11-191-31/+37
* Mention the variable name in the new length warningsFather Chrysostomos2011-11-181-8/+8
* Test length() warning with pad varsFather Chrysostomos2011-11-181-0/+4
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-1/+17
* Re-deprecate $[Father Chrysostomos2011-11-171-0/+15
* utf8.c: Don't warn on \p{user-defined} for above-UnicodeKarl Williamson2011-11-101-0/+7
* [perl #96326] *{$io} should not be semi-definedFather Chrysostomos2011-11-061-1/+1
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-0/+40
* Mention all variables in $undef..$undef warningsFather Chrysostomos2011-10-131-2/+2
* [perl #94390] Optimised numeric sort should warn for nanFather Chrysostomos2011-10-121-0/+16
* Mention sort in warnings about sort sub retvalsFather Chrysostomos2011-10-121-0/+5
* Avoid an redundant copy in pp_flopFather Chrysostomos2011-10-121-2/+2
* Rewrite -l warning test to account for 433644eedFather Chrysostomos2011-10-061-6/+3
* op.c: Scalar filehandles in errors UTF8 cleanup.Brian Fraser2011-10-062-22/+20
* toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.Brian Fraser2011-10-061-0/+50
* util.c UTF8 cleanupBrian Fraser2011-10-061-0/+120
* More warnings tests.Brian Fraser2011-10-064-0/+219
* "Use of uninitialized value..." UTF8 cleanupBrian Fraser2011-10-061-0/+13
* pp_sys.c: Make warnings utf8-cleanBrian Fraser2011-10-061-0/+118
* pp.c: Make warnings utf8-cleanBrian Fraser2011-10-061-0/+12
* Make op.c warnings UTF8-cleanBrian Fraser2011-10-062-1/+122
* doio.c: Make warnings UTF8- and nul-cleanBrian Fraser2011-10-061-0/+80
* Revise diagnostic textKarl Williamson2011-10-011-2/+2
* Move the test for recursive call to Perl_load_module to t/io/perlio.tNicholas Clark2011-09-231-12/+0
* Correct the expected results for the first perlio warnings subtest.Nicholas Clark2011-09-231-1/+2
* Move/rewrite test for Recursive call to Perl_load_moduleFather Chrysostomos2011-09-221-0/+11
* Make -l always treat non-bareword arguments as file namesFather Chrysostomos2011-09-171-6/+0
* Make (l)stat respect get-magic on globs and globrefsFather Chrysostomos2011-09-121-1/+5
* remove index offsetting ($[)Zefram2011-09-091-17/+0
* Make *{undef} self-consistentFather Chrysostomos2011-08-261-11/+0
* Call get-magic once for implicit rv2gv in close(), etc.Father Chrysostomos2011-08-231-0/+2
* Only warn about "Statement unlikely to be reached" after an exec if exec is a...Gerard Goossen2011-08-081-0/+6
* Cleaned up warning messages in pad.c, plus related tests.Brian Fraser2011-07-121-0/+245
* Stop having one of the following qw() warnings hide the other:Eric Brine2011-07-031-2/+11
* [perl #78462] Don't warn for splice(@a,MAX_LEN)Eric Brine2011-06-211-0/+19
* [perl #4362] Test for ‘Can't find terminator’Father Chrysostomos2011-06-021-0/+8
* PATCH: partial [perl #86972]: Allow /aiaKarl Williamson2011-04-101-2/+5
* Revert parts of c31c291..96b6b87Father Chrysostomos2011-04-081-12/+12
* 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