This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Fix grammar
[perl5.git] / t / lib / warnings /
2017-01-23 AbigailBe consistent in deprecation messages.
2017-01-17 Zeframwarn at most once per literal about misplaced _
2017-01-16 AbigailUse of $* and $# will be fatal in 5.30.
2017-01-16 AbigailRevert "Remove deprecation warnings related to $* and...
2017-01-16 AbigailString bitwise operators will not accept code points...
2017-01-16 AbigailReading/writing bytes from :utf8 handles will be fatal...
2017-01-16 Abigailmy() in a false conditional will be fatal in Perl 5.30
2017-01-16 AbigailDeprecation of an unqualified dump() to mean CORE:...
2017-01-16 AbigailDeprecating the use of C<< \cI<X> >> to specify a print...
2017-01-16 AbigailUse of inherited AUTOLOAD for non-methods will be fatal...
2017-01-16 AbigailUse of comma-less variable lists is deprecated.
2017-01-16 AbigailUse of Unicode code points exceeding IV_MAX will be...
2017-01-16 AbigailBare heredocs will be fatal in 5.28.
2017-01-16 AbigailUse of \N{} will be fatal in 5.28.
2017-01-16 Abigail$/ = \-1 will be fatal in Perl 5.28.
2017-01-16 AbigailOpening a file and dir using the same symbol will be...
2017-01-16 AbigailSetting ${^ENCODE} will be fatal by 5.28.
2017-01-16 AbigailRemove deprecation warnings related to $* and $#.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-14 Father Chrysostomos[perl #130546] Restore delete-scalar-slice warning
2016-12-25 David Mitchellfix (*glob) = ()
2016-12-24 Karl WilliamsonDeprecate non-grapheme string delimiter
2016-12-24 Karl WilliamsonDon't assume input to case change macros is valid
2016-12-23 Karl WilliamsonPATCH: [perl #126310] single quote UTF-8 malformation...
2016-12-23 Tony Cook(perl #130335) fix numeric comparison for sort's built...
2016-11-14 Matthew HorsfallAdd indented here-docs.
2016-11-14 Tony Cookmake the sysread()/syswrite/() etc :utf8 handle warning...
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-10-29 Jarkko Hietanieminetbsd-vax: 2**400 does not fit vax fp
2016-10-29 Jarkko Hietanieminetbsd-vax: more skippage due to no inf/nan
2016-10-22 Jarkko Hietaniemivax-netbsd: no nan
2016-10-21 Dan Collinst/lib/warnings/op: tests for RT #6870
2016-10-21 Dan Collinst/lib/warnings/toke: tests for RT #4346
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-09-28 David Mitchellundef $0 shouldn't warn about $0
2016-09-17 Karl Williamsonlib/warnings/utf8: Reinstate warning test
2016-09-05 Rick DelaneyTest for perl #47047
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-08-15 David Mitchell"" . open(my $fh,...) gave wrong warning
2016-07-31 Father ChrysostomosDon’t trigger warnings for qq"@builtin"
2016-07-31 Father ChrysostomosExempt @DB::args from ‘used once’ warnings
2016-07-29 Father Chrysostomost/lib/warnings/pp_pack: Redundant tests
2016-07-29 Father ChrysostomosAvoid emitting pack("p",...) warning erroneously
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-07-17 Father ChrysostomosFix failing uninit test on 64-bit-int builds
2016-07-13 Father ChrysostomosRemove t/uni/chr.t
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-07-07 David MitchellSEGV in "Subroutine redefined" warning
2016-06-23 Father ChrysostomosFix stupid test in 9uninit
2016-06-23 Father ChrysostomosPreserve 64-bit array offsets in uninit warnings
2016-06-07 Dan Collins[perl #127333] add warning for until(assignment)
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-15 Aaron CraneMake barewords constant-foldable
2016-05-09 Aaron Crane[perl #127877] Emit undef warning on sassign+concat
2016-04-07 Tony Cook(perl #126162) improve stat @array handling
2016-03-25 Karl WilliamsonPATCH: [perl #123417] Deprecate empty \N{}
2016-03-18 John PeacockRemove no longer valid tests
2016-03-13 Karl Williamsonlib/warnings.t: Skip an ASCII-centric test on EBCDIC
2016-03-05 Karl WilliamsonPATCH: [perl #127262] assertion fail on malformed UTF8
2016-03-04 Karl WilliamsonPATCH: [perl #126141]: qr/]]]]][\\/ fails to raise...
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-01-21 Tony Cook[perl #127122] warn on unless (assignment) when syntax...
2015-12-22 Karl WilliamsonPATCH: [perl #126261: Assertion failure on missing...
2015-12-22 Karl Williamsont/lib/warnings/regcomp: Fix typo in comment
2015-12-16 Karl WilliamsonDeprecate wide chars in logical string ops
2015-12-16 Karl WilliamsonChange deprecation warning text
2015-12-10 Karl Williamsont/lib/warnings/utf8: Add some tests
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-20 Lukas Mai[perl #124280] don't warn for 'my $foo, *bar'
2015-10-19 Karl WilliamsonFix some bugs in \B[sb}, \B{wb}, \B[gcb}
2015-10-06 Karl Williamsonutf8.c: Slight code simplification
2015-09-29 Father ChrysostomosDisable lexical $_
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-20 Tony Cook[perl 125760] fix new (and one old test) to pass with...
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-07-13 Karl WilliamsonForbid variable names with ASCII non-graphic chars
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-13 Aaron CraneMake postfix dereferencing work without the postderef...
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-27 Jarkko Hietaniemisleep() with negative argument makes no sense.
2015-06-27 Jarkko Hietaniemialarm() with negative argument makes no sense.
2015-06-22 Rafael Garcia-SuarezIncrease the maximal size of the string displayed in...
2015-06-09 Reini Urbanadd warnings 7fatal testcase for #123398
2015-03-31 Alex Vandivertoke.c: UTF-8 aware warning cleanups
2015-03-28 Karl WilliamsonDon't raise Wide char warning in UTF-8 locale
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-18 Karl Williamsonregexec.c: Fix improper warning.
2015-03-09 Karl WilliamsonSkip various locale tests when locales are not available
2015-03-06 Karl Williamsont/lib/warnings/regcomp: SKIP some EBCDIC tests
2015-03-06 Karl Williamsont/lib/warnings/op: Skip some tests on EBCDIC
2015-03-06 Karl Williamsont/lib/warnings/toke: Skip some tests on EBCDIC
2015-03-05 Karl Williamsont/lib/warnings/utf8: Update skip message
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-01 Father ChrysostomosTest predecence warning on new bitops
2015-02-01 Father ChrysostomosTest experimental bitop warning
next