This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
uni/parser.t: Fix eval num in test
[perl5.git] / t / lib / warnings / toke
2012-03-23 Brian Frasertoke.c: 'You need to quote %s' cleanup.
2012-01-03 Father ChrysostomosChange wording of \E warning
2012-01-03 Brian Frasertoke.c: Unpaired '\E's in double-quotish contexts shoul...
2011-12-25 Father ChrysostomosDon’t warn for open(foo::bar)
2011-12-08 Father ChrysostomosDon’t warn for open local *FH
2011-11-25 Father ChrysostomosDon’t warn for foo+1 with ($) proto
2011-11-24 Father ChrysostomosTest ambiguous warning with (;$) proto
2011-07-04 Eric BrineStop having one of the following qw() warnings hide...
2011-06-02 Father Chrysostomos[perl #4362] Test for ‘Can't find terminator’
2011-04-10 Karl WilliamsonPATCH: partial [perl #86972]: Allow /aia
2011-03-01 Karl Williamsontoke.c: Raise error for multiple regexp mods
2011-02-10 Karl WilliamsonFix up \cX for 5.14
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-11-28 Nicholas ClarkMake my $pi := 4; a syntax error.
2010-11-24 ZeframDeprecate ?PATTERN? without explicit m operator
2010-07-18 Karl WilliamsonAdd \o{} escape
2010-06-29 Karl WilliamsonDeprecate no space after s/a/b/ and keyword
2010-06-18 Karl WilliamsonDeprecate no space between pattern, following word
2010-05-05 Jesse VincentRevert "New deprecation warning: Dot after %s literal...
2010-05-05 Jesse VincentRevert "Fix tests and add one more test for the depreca...
2010-05-05 Jesse VincentRevert "tweak "0x123.456" deprecation"
2010-05-03 Zeframtweak "0x123.456" deprecation
2010-04-23 Rafael Garcia-SuarezFix tests and add one more test for the deprecation...
2010-04-23 James MastrosNew deprecation warning: Dot after %s literal is concat...
2009-11-04 Nicholas ClarkDeprecate use of := to mean an empty attribute list...
2009-10-16 Nicholas ClarkEnable deprecation warnings by default.
2009-04-12 Nicholas ClarkDeprecate use of the attribute :locked on subroutines.
2008-08-24 BramUnintented interpolation of $/ in regex (was: Re: ...
2008-06-08 Rafael Garcia-SuarezTweak the "Illegal character in prototype" warning...
2008-06-08 Renee BaeckerAdd a new warning, "Prototype after '%s'"
2007-03-26 Rafael Garcia-SuarezMake the warning "interpreted as function" a bit less...
2007-02-24 Rafael Garcia-SuarezC<keys %+> should not warn. Don't make scan_ident test for
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2004-03-22 Yitzchak Scott-Tho... Re: [PATCH] warn on !=~
2004-03-20 Yitzchak Scott-Tho... warn on !=~
2004-01-05 Rafael Garcia-SuarezSome mandatory syntax warnings emitted by the lexer...
2003-07-03 Iain Truskett"without parens" vs "without parentheses"
2002-10-21 Hugo van der SandenRe: [perl #16184] Unexpected warning when using C<...
2002-06-13 Jarkko HietaniemiDon't assume too much about how print will scale
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-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-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-21 Michael G. Schwern[BUG] /\_/ an unrecognized escape?
2002-01-04 Rafael Garcia-Suarezwarn if not CORE::dump
2001-07-12 Mark-Jason DominusRe: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
2001-07-12 Jarkko HietaniemiRetract #11166 (and #11237).
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