Remove the "Newline in left-justified string" warning.
[p5sagit/p5-mst-13.2.git] / t / lib / warnings /
2004-08-04 Rafael Garcia-Suarez Remove the "Newline in left-justified string" warning.
2004-05-07 Dave Mitchell symbolic 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 Mitchell disable problematical 'uninitialized value' warning...
2004-04-23 Dave Mitchell Include variable names in "Use of uninitialized value...
2004-03-22 Yitzchak Scott-Tho... Re: [PATCH] warn on !=~
2004-03-21 Andy Lester Finally, this "Negative repeat count" warning wasn...
2004-03-21 Rafael Garcia-Suarez Add a new warning "Negative repeat count"
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-03-18 Dave Mitchell make ~$x give warning is $x isn't initialised.
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
2004-01-05 Rafael Garcia-Suarez Some mandatory syntax warnings emitted by the lexer...
2003-11-14 Rafael Garcia-Suarez Add more complete tests for the "variable masks earlier
2003-10-31 Rafael Garcia-Suarez Test nit ; goes with change 21591
2003-10-06 Rafael Garcia-Suarez Re: [perl #24076] "<> err EXPR" and warnings.
2003-09-13 Jarkko Hietaniemi More PerlIO warnings changes.
2003-09-10 Anno Siegel Re: [perl #15395] lexical warnings and inheritance
2003-08-09 Dave Mitchell add "$lexical not available" warning in C<for my $lex ()>
2003-08-07 Dave Mitchell Fwd: Re: [PATCH] flags set incorrectly on abandoned...
2003-07-24 Dave Mitchell Re: Fatal 5.8.1 error in our $FOO = x if $FOO
2003-07-20 Rafael Garcia-Suarez The warning "Possible precedence problem on bitwise...
2003-07-03 Iain Truskett "without parens" vs "without parentheses"
2003-06-15 Rafael Garcia-Suarez Rename again the warning about $* being no longer supported
2003-06-14 Rafael Garcia-Suarez Rename the warning about $* being removed,
2003-06-13 Rafael Garcia-Suarez Remove the deprecated $* variable.
2003-06-12 Robin Barker Add a new warning, "Newline in left-justified string...
2003-05-29 Dave Mitchell jumbo closure fix
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-03-17 LAUN Wolfgang pack changes and related fixes
2003-02-03 Rafael Garcia-Suarez Fix bug #8760 : cop_line isn't properly restored
2003-01-23 Dave Mitchell move pad.c warnings to different test file
2002-11-06 Slaven Rezic Re: [perl #18048] read \*FH, ... returns undef but...
2002-10-21 Hugo van der Sanden Re: [perl #16184] Unexpected warning when using C<...
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-10-02 Rafael Garcia-Suarez Re: perlio bug?
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-08-20 John Peacock Version object patch #1
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-06 Nicholas Clark Re: no warnings 'io';
2002-06-21 Nick Ing-Simmons Integrate mainline
2002-06-20 Paul Marquess RE: mixing FATAL and non-FATAL warnings
2002-06-13 Jarkko Hietaniemi Don't assume too much about how print will scale
2002-05-30 Jarkko Hietaniemi Integrate macperl change #16875.
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-05-27 Rafael Garcia-Suarez Fix a warning bug in Perl_report_evil_fh (didn't report
2002-04-27 Nick Ing-Simmons Integrate mainline
2002-04-26 Nicholas Clark Re: [ID 20020425.012] segfault when printing to close...
2002-04-24 Rafael Garcia-Suarez Add an untested warning variant.
2002-04-22 Nick Ing-Simmons Integrate mainline
2002-04-22 Gurusamy Sarathy clean up after stray test file littering
2002-04-19 Rafael Garcia-Suarez More tests for the 3-arg open
2002-04-19 Rafael Garcia-Suarez warn on ref open without perlio
2002-04-15 Mark-Jason Dominus Supporess spurious warnings for @+ and and @-
2002-04-15 Mark-Jason Dominus Re: [PATCH 5.7.3] Suppress warnings about @F when ...
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-06 Jarkko Hietaniemi As noted by Philip Newton: nothing wrong with BOM,
2002-04-03 Jarkko Hietaniemi Byebye, beebee.
2002-04-02 Jarkko Hietaniemi What started as a small nit (the charnames test, nit...
2002-04-01 Mark-Jason Dominus warning for split(/.../g, ...);
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-28 Mark-Jason Dominus warning at use of /c modifier with s///
2002-03-28 Mark-Jason Dominus warning at use of /c modifier without /g modifier
2002-03-27 Rafael Garcia-Suarez A warning wasn't turnable off
2002-03-26 Paul Marquess Minor typo in test harness
2002-03-25 Paul Marquess warnings for perlio + others
2002-03-24 Paul Marquess fix warning + carp interaction
2002-03-11 Rafael Garcia-Suarez Re: Smoke 15089 Tru64/OSF Problems: numconvert, lstat
2002-03-05 Rafael Garcia-Suarez Re: [ID 20020227.024] unexpected warning getc() on...
2002-03-04 Paul Marquess taint + deprecated warnings
2002-03-02 Jarkko Hietaniemi The #14949 removed this error from non-Win32.
2002-02-14 Rafael Garcia-Suarez Re: bug? no warning from getc BOLLOCKS
2002-02-09 Nicholas Clark Re: FreeBSD hangs when reading from dup'd STDOUT/ERR...
2002-02-03 Rafael Garcia-Suarez lstat FH and -l FH warnings
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-01-31 Rafael Garcia-Suarez forbid -l _ after -T _
2002-01-31 Jarkko Hietaniemi Turn the I/O Unicode error by default on, but the
2002-01-28 Jarkko Hietaniemi The "used only once" warnings (from gv_check) come
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-21 Michael G. Schwern [BUG] /\_/ an unrecognized escape?
2002-01-21 Rafael Garcia-Suarez Re: [PATCH warnings, perldiag] document diagnostics
2002-01-17 Nick Ing-Simmons Integrate mainline (for ndbm fixes etc.)
2002-01-16 Rafael Garcia-Suarez Re: [PATCH] length of undefined $(digit) should warn
2002-01-16 Rafael Garcia-Suarez (replaced by #14303)
2002-01-12 Mike Guy Correct misleading error message
2002-01-04 Rafael Garcia-Suarez warn if not CORE::dump
2001-12-18 Jarkko Hietaniemi Echoes of #13757.
2001-12-17 Jarkko Hietaniemi Demote the surrogate and non-character errors to warnings.
2001-11-19 Rafael Garcia-Suarez new warning "Useless use of sort in scalar context"
2001-11-18 Michael G. Schwern Re: [ID 20011116.125] $a = undef; print "$a\n"; does...
2001-10-23 Jarkko Hietaniemi Negation and Unicode: sort of solves 20010303.010,
2001-10-23 Jarkko Hietaniemi Make the "isn't numeric" warning to show Unicode as...
2001-10-14 Paul Marquess Fix scoping problem with FATAL warnings
2001-09-25 John Peacock warning on v-string in use/require
next