summaryrefslogtreecommitdiff
path: root/t/lib/warnings
Commit message (Expand)AuthorAgeFilesLines
...
* [perl #127063] suppress warning on assigning 0 to $[Tony Cook2017-10-171-0/+1
* Set PL_curstname in pp_ctl.c:doevalFather Chrysostomos2017-10-081-0/+6
* Test for 0e3f4440d849cf8fca676f87e574164e33cf2e13Abigail2017-09-141-0/+12
* [perl #131883] Include pkg in :prototype warningsFather Chrysostomos2017-08-281-2/+8
* Test ‘Missing ']' in prototype’ warningFather Chrysostomos2017-08-281-0/+5
* Move illegalproto warnings to t/lib/warning/tokeFather Chrysostomos2017-08-212-61/+58
* (perl #131646) make the test less fragileTony Cook2017-08-081-1/+1
* 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
* 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-072-17/+0
* 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-051-18/+0
* Disallow opening the same symbol as both a file and directory handleDagfinn Ilmari Mannsåker2017-06-051-59/+0
* 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
* 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
* 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
* 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-161-1/+18
* 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