Actually submit previous change.
[p5sagit/p5-mst-13.2.git] / t / lib / warnings / op
2006-07-07 Rafael Garcia-Suarez Fix the implementation of list assignment to state().
2006-07-06 Rafael Garcia-Suarez Add a new warning, "State variable %s will be reinitial...
2006-03-07 Rafael Garcia-Suarez $[ = 2 should not warn.
2006-01-12 Rafael Garcia-Suarez Don't warn when localizing $[
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2004-03-04 Dave Mitchell add deprecation warning for my $x if 0
2004-03-04 Dave Mitchell retract 22328 and 22332: deprecation warning for my...
2004-02-25 Dave Mitchell stop "const in void context" warning for a const in an
2004-02-18 Dave Mitchell Add tests for the C<my $x if foo> deprecation, and...
2004-01-17 SADAHIRO Tomoyuki Re: open/or inconsistency
2003-10-06 Rafael Garcia-Suarez Re: [perl #24076] "<> err EXPR" and warnings.
2003-07-20 Rafael Garcia-Suarez The warning "Possible precedence problem on bitwise...
2003-05-21 Dave Mitchell New warning "Useless localization of %s", based on
2003-05-12 Rafael Garcia-Suarez Use a more sophisticated heuristics to produce the...
2003-01-23 Dave Mitchell move pad.c warnings to different test file
2002-10-16 Rafael Garcia-Suarez prototype() didn't warn when used in void context.
2002-10-03 Rafael Garcia-Suarez Add a new warning, "Possible precedence problem on...
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-05-30 Jarkko Hietaniemi Integrate macperl change #16875.
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-04-24 Rafael Garcia-Suarez Add an untested warning variant.
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Rafael Garcia-Suarez Fully qualify in warning message the name of a subrouti...
2002-04-01 Mark-Jason Dominus warning for split(/.../g, ...);
2002-03-02 Jarkko Hietaniemi The #14949 removed this error from non-Win32.
2001-11-19 Rafael Garcia-Suarez new warning "Useless use of sort in scalar context"
2001-09-17 Rafael Garcia-Suarez new tests
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-10 Jarkko Hietaniemi A proof of the dangers of package; ?
2001-07-10 Robin Houston deprecate package with no arguments
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-06 Abhijit Menon-Sen (Retracted by #11285.)
2001-06-18 Jarkko Hietaniemi Move the locale/strict/warnings helper files back