This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Make sure things are initialized
[perl5.git] / t / lib /
2017-02-14 Karl WilliamsonAdd test for [perl #130675]
2017-02-14 Karl Williamsont/lib/croak/toke_l1: Cut down test
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-08 Karl WilliamsonAdd TODO test for [perl #125493]
2017-02-07 Karl WilliamsonAdd test for [perl #129157]
2017-02-07 Karl WilliamsonAdd .t for malformed-UTF-8 toke.c testing
2017-02-02 Karl Williamsont/lib/warnings/toke: Fix comment typos
2017-01-31 Karl WilliamsonPATCH: [perl #130655] Unrecognized UTF-8 char
2017-01-30 Karl WilliamsonAdd test for [perl #129036]
2017-01-30 Karl WilliamsonPATCH: [perl #130666]: Revert "toke.c, S_scan_ident...
2017-01-26 Karl WilliamsonTest for [perl #130567]
2017-01-23 AbigailBe consistent in deprecation messages.
2017-01-19 Tony Cook(perl #129342) test for buffer overflow
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-26 Dan Collinsoverload.pm: add a missing 'exists'
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/overload_fallback.t: tests for RT #43356
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-25 Yves Ortonrestore Internals::hv_clear_placeholders for now
2016-08-15 David Mitchell"" . open(my $fh,...) gave wrong warning
2016-08-14 Yves Ortonmove Internals::hv_clear_placeholders() to Hash::Util...
2016-07-31 Father ChrysostomosDon’t trigger warnings for qq"@builtin"
2016-07-31 Father Chrysostomost/lib/common.pl: Ignore editor droppings
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-28 Father Chrysostomost/lib/common.pl: Ignore .rej files
2016-07-26 Father ChrysostomosAdd tests for runaway q«« strings
2016-07-26 Father ChrysostomosHandle missing Unicode heredoc terminators correctly
2016-07-26 Father Chrysostomos[perl #128701] Fix err msg for Unicode delimiters
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-11 Father Chrysostomos[perl #128260] Fix lvalue cx for substr and vec
2016-06-07 Dan Collins[perl #127333] add warning for until(assignment)
2016-06-06 Tony Cook(perl #127993) test reporting of multiple conflict...
2016-06-04 Lukas Maifix bogus "at end of line" error message for "my (my...
2016-05-21 Father Chrysostomos[perl #128204] Fix crash with @a &.= etc.
2016-05-20 Father ChrysostomosEnable lex subs everywhere; suppress warning
2016-05-17 Father Chrysostomos[perl #127976] Restore ‘or array’ to each($s) err
2016-05-15 Aaron CraneMake barewords constant-foldable
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
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...
2016-01-17 Dagfinn Ilmari Man... Remove unused sub from strict vs. multideref test
2016-01-17 Dagfinn Ilmari Man... Enforce strict 'subs' in multideref optimisation
2016-01-13 Tony Cook[perl #123737] handle a non-identifer after @ better...
2016-01-10 Tony Cook[perl #123737] delay reporting a missing operator for...
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
next