This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change the documentation of the return values of @INC-hooks to match
[perl5.git] / t / lib / warnings /
2006-11-02 Dave Mitchelleval $undef should emit one warning, not three.
2006-11-01 H.Merijn BrandFix the failures in warnings tests when PERL_UNICODE...
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
2006-07-07 Rafael Garcia-SuarezFix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-SuarezAdd a new warning, "State variable %s will be reinitial...
2006-07-06 Yves OrtonIntroduce a new function, pv_escape(), to display conte...
2006-04-30 Nicholas Clarkindex and rindex couldn't correctly handle surprises...
2006-04-29 Nicholas Clarksyswrite couldn't correctly handle surprises from UTF...
2006-04-05 Rafael Garcia-SuarezAssigning undef to an entry in %ENV shouldn't produce...
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2006-03-07 Rafael Garcia-Suarez$[ = 2 should not warn.
2006-02-16 Paul Green[patch] t/lib/warnings/pp_sys
2006-02-09 Rafael Garcia-SuarezSkip new chdir warning test if fchdir is not available
2006-02-08 Peter Dintelmann[perl #38464] chdir() on closed handles
2006-01-12 Rafael Garcia-SuarezDon't warn when localizing $[
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-01 Gisle AasDisable constant folding of sprintf
2005-11-22 Robin HoustonRe: [PATCH] concat interacts badly with magic
2005-10-21 Gisle Aaswrong maxlen in sselect [PATCH]
2005-09-27 Rafael Garcia-SuarezFix by Rick Delaney for [perl #3269] no warnings "barew...
2005-08-11 John E. Malmberg[patch] blead@25282 - VMS specific fixes. [2nd try]
2005-07-28 Piotr Fusik[perl #36672] Swapped warnings for -o and -O file tests
2005-07-19 Rafael Garcia-SuarezExtend the the "our variable redeclared" warning to...
2005-07-19 Rafael Garcia-SuarezOverhaul the semantics of the warning
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-04-08 Andy LesterRemoving Y2K warnings
2004-11-23 Craig A. Berrywarnings.t portability tweaks
2004-09-01 Dave Mitchellwhoops, fix 'formline undef' test broken by change...
2004-09-01 Dave Mitchell[perl #31111] Random made scripts crashing perl
2004-08-04 Rafael Garcia-SuarezRemove the "Newline in left-justified string" warning.
2004-05-07 Dave Mitchellsymbolic references like ${"foo$index"}*3 would incorre...
2004-05-06 Marcus Holland-Moritz[perl #29346] Double warning for int(undef) and abs...
2004-04-30 Dave Mitchelldisable problematical 'uninitialized value' warning...
2004-04-23 Dave MitchellInclude variable names in "Use of uninitialized value...
2004-03-22 Yitzchak Scott-Tho... Re: [PATCH] warn on !=~
2004-03-21 Andy LesterFinally, this "Negative repeat count" warning wasn...
2004-03-21 Rafael Garcia-SuarezAdd a new warning "Negative repeat count"
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-03-18 Dave Mitchellmake ~$x give warning is $x isn't initialised.
2004-03-04 Dave Mitchelladd deprecation warning for my $x if 0
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-18 Dave MitchellAdd tests for the C<my $x if foo> deprecation, and...
2004-01-17 SADAHIRO TomoyukiRe: open/or inconsistency
2004-01-05 Rafael Garcia-SuarezSome mandatory syntax warnings emitted by the lexer...
2003-11-14 Rafael Garcia-SuarezAdd more complete tests for the "variable masks earlier
2003-10-31 Rafael Garcia-SuarezTest nit ; goes with change 21591
2003-10-06 Rafael Garcia-SuarezRe: [perl #24076] "<> err EXPR" and warnings.
2003-09-13 Jarkko HietaniemiMore PerlIO warnings changes.
2003-09-10 Anno SiegelRe: [perl #15395] lexical warnings and inheritance
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-08-07 Dave MitchellFwd: Re: [PATCH] flags set incorrectly on abandoned...
2003-07-24 Dave MitchellRe: Fatal 5.8.1 error in our $FOO = x if $FOO
2003-07-20 Rafael Garcia-SuarezThe warning "Possible precedence problem on bitwise...
2003-07-03 Iain Truskett"without parens" vs "without parentheses"
2003-06-15 Rafael Garcia-SuarezRename again the warning about $* being no longer supported
2003-06-14 Rafael Garcia-SuarezRename the warning about $* being removed,
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-06-12 Robin BarkerAdd a new warning, "Newline in left-justified string...
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-21 Dave MitchellNew warning "Useless localization of %s", based on
2003-05-12 Rafael Garcia-SuarezUse a more sophisticated heuristics to produce the...
2003-03-17 LAUN Wolfgangpack changes and related fixes
2003-02-03 Rafael Garcia-SuarezFix bug #8760 : cop_line isn't properly restored
2003-01-23 Dave Mitchellmove pad.c warnings to different test file
2002-11-06 Slaven RezicRe: [perl #18048] read \*FH, ... returns undef but...
2002-10-21 Hugo van der SandenRe: [perl #16184] Unexpected warning when using C<...
2002-10-16 Rafael Garcia-Suarezprototype() didn't warn when used in void context.
2002-10-03 Rafael Garcia-SuarezAdd a new warning, "Possible precedence problem on...
2002-10-02 Rafael Garcia-SuarezRe: perlio bug?
2002-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-08-20 John PeacockVersion object patch #1
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-06 Nicholas ClarkRe: no warnings 'io';
2002-06-21 Nick Ing-SimmonsIntegrate mainline
2002-06-20 Paul MarquessRE: mixing FATAL and non-FATAL warnings
2002-06-13 Jarkko HietaniemiDon't assume too much about how print will scale
2002-05-30 Jarkko HietaniemiIntegrate macperl change #16875.
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-27 Rafael Garcia-SuarezFix a warning bug in Perl_report_evil_fh (didn't report
2002-04-27 Nick Ing-SimmonsIntegrate mainline
2002-04-26 Nicholas ClarkRe: [ID 20020425.012] segfault when printing to close...
2002-04-24 Rafael Garcia-SuarezAdd an untested warning variant.
2002-04-22 Nick Ing-SimmonsIntegrate mainline
2002-04-22 Gurusamy Sarathyclean up after stray test file littering
2002-04-19 Rafael Garcia-SuarezMore tests for the 3-arg open
2002-04-19 Rafael Garcia-Suarezwarn on ref open without perlio
2002-04-15 Mark-Jason DominusSupporess spurious warnings for @+ and and @-
2002-04-15 Mark-Jason DominusRe: [PATCH 5.7.3] Suppress warnings about @F when ...
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Rafael Garcia-SuarezFully qualify in warning message the name of a subrouti...
2002-04-06 Jarkko HietaniemiAs noted by Philip Newton: nothing wrong with BOM,
2002-04-03 Jarkko HietaniemiByebye, beebee.
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-04-01 Mark-Jason Dominuswarning for split(/.../g, ...);
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Mark-Jason Dominuswarning at use of /c modifier with s///
2002-03-28 Mark-Jason Dominuswarning at use of /c modifier without /g modifier
2002-03-27 Rafael Garcia-SuarezA warning wasn't turnable off
2002-03-26 Paul MarquessMinor typo in test harness
next