This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
newXS_len_flags() shouldn't change the line number on PL_curcop when warning.
[perl5.git] / t / lib / warnings / op
2012-09-03 Nicholas ClarknewXS_len_flags() shouldn't change the line number...
2012-09-03 Nicholas ClarkTest that the warning for "can be 0, test with defined...
2012-09-03 Nicholas ClarkTest that the warning for "Found = in conditional"...
2012-09-03 Nicholas ClarkTest that the line number for a "sub redefined" warning...
2012-07-29 Father ChrysostomosFix scrambled and incorrect proto mismatch error
2012-07-04 Father ChrysostomosUse ‘state’ in warning about sort {state $a}
2012-07-04 Father Chrysostomos[perl #86136] Downgrade sort {my $a} to a warning
2012-06-08 Father ChrysostomosConstant folding for x
2012-05-30 Father ChrysostomosRemove ‘Runaway prototype’ warning
2012-03-25 Brian Frasertoke.c: "Illegal character in prototype" for Latin...
2012-03-23 Brian Fraserop.c: Warnings cleanup.
2012-01-25 Rafael Garcia-SuarezMake the display of the warning "Useless use of a const...
2012-01-16 Nicholas Clarkdefined(@array) now also warns for package variables.
2012-01-16 Nicholas ClarkTest that defined warns for package arrays and hashes.
2012-01-05 Father ChrysostomosRestrict $[ comp warning to constants
2011-11-24 Father Chrysostomos__SUB__ should warn in void context
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-19 Father ChrysostomosMention variable names in @a =~ // warnings
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Father ChrysostomosTest length() warning with pad vars
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-17 Father ChrysostomosRe-deprecate $[
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-09-09 Zeframremove index offsetting ($[)
2011-08-08 Gerard GoossenOnly warn about "Statement unlikely to be reached"...
2010-11-30 Father Chrysostomos[perl #77762] Constant assignment warning
2010-08-16 Zeframfix [perl #74118] $[ assignment not noisy enough
2009-11-29 Rafael Garcia-SuarezMake split warn in void context
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2009-04-07 Rafael Garcia-SuarezDeprecate assignment to $[
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-02-14 Rafael Garcia-SuarezMake the new warning report undef constants as undef
2008-02-14 Rick DelaneyShow constant in "Useless use of a constant in void...
2008-01-07 Rafael Garcia-SuarezLet's remove the grep in void context warning.
2008-01-06 Michael G. SchwernRe: grep and smart match should warn in void context
2007-09-07 Rafael Garcia-SuarezRemove the 'err' keyword
2007-04-24 Rafael Garcia-SuarezRemove the code that handles assignment to state variables
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-03-07 Rafael Garcia-Suarez$[ = 2 should not warn.
2006-01-12 Rafael Garcia-SuarezDon't warn when localizing $[
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
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
2003-10-06 Rafael Garcia-SuarezRe: [perl #24076] "<> err EXPR" and warnings.
2003-07-20 Rafael Garcia-SuarezThe warning "Possible precedence problem on bitwise...
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-01-23 Dave Mitchellmove pad.c warnings to different test file
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-09-29 Abhijit Menon-SenRemove package; (Heh heh.)
2002-05-30 Jarkko HietaniemiIntegrate macperl change #16875.
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-04-24 Rafael Garcia-SuarezAdd an untested warning variant.
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-07 Rafael Garcia-SuarezFully qualify in warning message the name of a subrouti...
2002-04-01 Mark-Jason Dominuswarning for split(/.../g, ...);
2002-03-02 Jarkko HietaniemiThe #14949 removed this error from non-Win32.
2001-11-19 Rafael Garcia-Suareznew warning "Useless use of sort in scalar context"
2001-09-17 Rafael Garcia-Suareznew tests
2001-07-12 Jarkko HietaniemiRetract #11166 (and #11237).
2001-07-10 Jarkko HietaniemiA proof of the dangers of package; ?
2001-07-10 Robin Houstondeprecate package with no arguments
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Abhijit Menon-Sen(Retracted by #11285.)
2001-06-18 Jarkko HietaniemiMove the locale/strict/warnings helper files back