summaryrefslogtreecommitdiff
path: root/t/lib
Commit message (Expand)AuthorAgeFilesLines
* t/lib/warnings/utf8: Fix testKarl Williamson2017-07-151-1/+2
* Forbid above IV_MAX code pointsKarl Williamson2017-07-121-19/+6
* utf8n_to_uvchr() Use correct warnings categoryKarl Williamson2017-07-121-1/+1
* Restore a portion of reverted commitsKarl Williamson2017-07-121-4/+3
* Revert: Restrict code points to <= IV_MAXKarl Williamson2017-07-121-3/+37
* [perl #131679] Fix ‘our sub foo::bar’ messageFather Chrysostomos2017-07-021-0/+6
* PATCH: [perl #131646] Assertion fail UTF-8 error msgKarl Williamson2017-06-241-0/+13
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-121-4/+3
* Make setting ${^ENCODING} to a defined value fatalDagfinn Ilmari Mannsåker2017-06-073-17/+7
* Fatalize the use of code points above 0xFF for bitwise operators.Abigail2017-06-072-41/+0
* Fatalize inheriting AUTOLOAD for non-methods.Abigail2017-06-061-25/+0
* Forbid out of range Unicode code points.Abigail2017-06-062-34/+1
* Forbid setting $/ to a reference to a non-postive integerDagfinn Ilmari Mannsåker2017-06-052-24/+8
* Forbid use of bare << to mean <<""Dagfinn Ilmari Mannsåker2017-06-052-18/+17
* Disallow opening the same symbol as both a file and directory handleDagfinn Ilmari Mannsåker2017-06-052-59/+59
* Deprecate vec() with above-FF code points.Karl Williamson2017-06-011-0/+8
* Fatalize \N{}Karl Williamson2017-06-011-27/+4
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-17/+0
* Remove deprecated no-op :unique attributeDagfinn Ilmari Mannsåker2017-06-011-3/+0
* Remove deprecated comma-less format variable listsDagfinn Ilmari Mannsåker2017-06-011-17/+0
* tweak 'do "%s" failed' messageDavid Mitchell2017-03-311-1/+1
* warn if do "somefile" fails when . not default in @INC and somefile existsTony Cook2017-03-141-0/+13
* Add test for [perl #130675]Karl Williamson2017-02-131-0/+6
* t/lib/croak/toke_l1: Cut down testKarl Williamson2017-02-131-0/+0
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-132-2/+16
* Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."Sawyer X2017-02-122-6/+6
* Add TODO test for [perl #125493]Karl Williamson2017-02-071-0/+6
* Add test for [perl #129157]Karl Williamson2017-02-071-0/+0
* Add .t for malformed-UTF-8 toke.c testingKarl Williamson2017-02-072-0/+13
* t/lib/warnings/toke: Fix comment typosKarl Williamson2017-02-011-3/+3
* PATCH: [perl #130655] Unrecognized UTF-8 charKarl Williamson2017-01-311-3/+5
* Add test for [perl #129036]Karl Williamson2017-01-291-0/+7
* PATCH: [perl #130666]: Revert "toke.c, S_scan_ident(): Don't take a "end of b...Karl Williamson2017-01-291-0/+5
* Test for [perl #130567]Karl Williamson2017-01-261-0/+17
* Be consistent in deprecation messages.Abigail2017-01-231-1/+1
* (perl #129342) test for buffer overflowTony Cook2017-01-191-0/+7
* warn at most once per literal about misplaced _Zefram2017-01-171-0/+28
* Use of $* and $# will be fatal in 5.30.Abigail2017-01-162-18/+18
* Revert "Remove deprecation warnings related to $* and $#."Abigail2017-01-162-11/+69
* String bitwise operators will not accept code points > 0xFF in 5.28Abigail2017-01-162-11/+11
* Reading/writing bytes from :utf8 handles will be fatal in 5.30Abigail2017-01-161-2/+2
* my() in a false conditional will be fatal in Perl 5.30Abigail2017-01-161-7/+7
* Deprecation of an unqualified dump() to mean CORE::dump().Abigail2017-01-162-2/+20
* Deprecating the use of C<< \cI<X> >> to specify a printable character.Abigail2017-01-162-6/+6
* Use of inherited AUTOLOAD for non-methods will be fatal in 5.28.Abigail2017-01-161-2/+2
* Use of comma-less variable lists is deprecated.Abigail2017-01-161-4/+4
* Use of Unicode code points exceeding IV_MAX will be fatal in Perl 5.28Abigail2017-01-162-10/+10
* Bare heredocs will be fatal in 5.28.Abigail2017-01-161-3/+3
* Use of \N{} will be fatal in 5.28.Abigail2017-01-161-6/+6
* $/ = \-1 will be fatal in Perl 5.28.Abigail2017-01-162-5/+5