This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Preserve 64-bit array offsets in uninit warnings
[perl5.git] / t / lib / warnings / toke
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-03-31 Alex Vandivertoke.c: UTF-8 aware warning cleanups
2015-03-27 Alex VandiverFix "...without parentheses is ambuguous" warning for...
2015-03-27 Alex VandiverAllow unquoted UTF-8 HERE-document terminators
2015-03-27 Alex Vandiver[perl #124113] Make check for multi-dimensional arrays...
2015-03-06 Karl Williamsont/lib/warnings/toke: Skip some tests on EBCDIC
2015-01-13 Karl WilliamsonOutput warning in qr// only once
2014-10-21 Karl WilliamsonDon't allow literal control chars in var names in EBCDIC
2014-10-21 Karl Williamsondquote_static.c: Forbid \c{ on EBCDIC
2014-09-05 Father ChrysostomosRemove -foo ambiguity warning
2014-06-19 Craig A. BerryAvoid blank lines in backslash warnings test.
2014-06-17 Dagfinn Ilmari Man... Remove support for ?PATTERN? without explicit 'm' operator
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-02-06 Karl WilliamsonAdd tests
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2013-10-30 Father ChrysostomosEliminate ‘Can't use \1 to mean $1’ false positives
2013-10-22 David Mitchellspurious "Use of "-x" without parentheses" mesg
2013-10-05 Father ChrysostomosMake postderef experimental
2013-09-18 Brian Frasertoke.c, scan_ident(): use PEEKSPACE() to skip over...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-15 Father ChrysostomosMove ‘Scalar value better written as’ tests from toke...
2013-07-31 Karl WilliamsonPATCH: [perl #119101] Extraneous warnings in Parse...
2013-06-27 Father Chrysostomos[perl #117535, #76910] Fix bogus ambiguity warnings
2013-05-22 Nicholas ClarkMore tests for the "Ambiguous use of ... resolved ...
2013-01-20 Karl WilliamsonReplace XXX by correct bug number
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-09-24 Father Chrysostomos[perl #77240] Don’t warn for --subname
2012-09-20 Father Chrysostomos[perl #107002] No warnings test for require a::b+1
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosDon’t mention pkg in proto warnings for lex subs
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-07-03 Matthew Horsfall... For #16249 - Overwrite PL_last_lop_op when eval() is...
2012-06-21 Brian Frasertoke.c: Make new error UTF-8 safe
2012-06-11 Karl WilliamsonRequire space between regex and following alnum operator
2012-05-21 Dagfinn Ilmari Man... Don't warn about "ambiguous without parens" for ctrl...
2012-03-25 Brian Frasertoke.c: "Precedence problem: open %s should be open...
2012-03-25 Brian Frasertoke.c: "CORE::%s is not a keyword" cleanup.
2012-03-25 Brian Frasertoke.c: "Ambiguous use of -%s resolved as -&%s()" cleanup.
2012-03-25 Brian Frasertoke.c: "Bareword "%s" refers to nonexistent package...
2012-03-23 Brian Frasertoke.c: "Ambiguous use of %c{%s} resolved to %c%s"...
2012-03-23 Brian Frasertoke.c: "Possible unintended interpolation of %s in...
2012-03-23 Brian Frasertoke.c: 'Operator or semicolon missing before %c%s...
2012-03-23 Brian Frasertoke.c: 'Scalar value %s better written as $%s' cleanup.
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