summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Expand)AuthorAgeFilesLines
* Make setting ${^ENCODING} to a defined value fatalDagfinn Ilmari Mannsåker2017-06-071-3/+4
* Perl_sv_vcatpvfn_flags: make %n missing arg fatalDavid Mitchell2017-06-071-0/+5
* Fatalize the use of code points above 0xFF for bitwise operators.Abigail2017-06-071-3/+3
* Fatalize inheriting AUTOLOAD for non-methods.Abigail2017-06-061-25/+8
* Remove diag entry about comma-less format variable list.Abigail2017-06-061-7/+0
* Out of range Unicode code point is now fatal.Abigail2017-06-061-13/+9
* Forbid setting $/ to a reference to a non-postive integerDagfinn Ilmari Mannsåker2017-06-051-4/+4
* Forbid use of bare << to mean <<""Dagfinn Ilmari Mannsåker2017-06-051-3/+3
* Disallow opening the same symbol as both a file and directory handleDagfinn Ilmari Mannsåker2017-06-051-10/+10
* Add support for deleting key/value slices (RT#131328)Dagfinn Ilmari Mannsåker2017-06-021-11/+5
* Deprecate vec() with above-FF code points.Karl Williamson2017-06-011-0/+8
* RT #127742: Hash keys are limited to 2 GB - throw an exception if hash keys a...Aaron Crane2017-06-011-0/+7
* Fatalize \N{}Karl Williamson2017-06-011-6/+0
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-7/+0
* Remove deprecated no-op :unique attributeDagfinn Ilmari Mannsåker2017-06-011-7/+0
* fix perldiag entry for do '.' warningDavid Mitchell2017-04-131-1/+1
* fix perldiag entry for CORE::dump()David Mitchell2017-03-311-1/+1
* tweak 'do "%s" failed' messageDavid Mitchell2017-03-311-5/+5
* warn if do "somefile" fails when . not default in @INC and somefile existsTony Cook2017-03-141-0/+8
* Show sub name in signature arity-check error messagesAaron Crane2017-02-181-3/+14
* Extract code into a functionKarl Williamson2017-02-131-1/+1
* toke.c: Rmv no longer necessary UTF-8 checksKarl Williamson2017-02-131-8/+0
* Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."Sawyer X2017-02-121-12/+10
* Fix outdated note in perldiagAaron Crane2017-02-041-3/+1
* pod: Suggest to use strict UTF-8 encoding when dealing with external dataPali2017-01-261-1/+1
* Be consistent in deprecation messages.Abigail2017-01-231-1/+1
* add Perl_op_class(o) API functionDavid Mitchell2017-01-211-0/+7
* There's an objection to fatalizing jumping into a construct.Abigail2017-01-161-2/+2
* Use of $* and $# will be fatal in 5.30.Abigail2017-01-161-2/+6
* Revert "Remove deprecation warnings related to $* and $#."Abigail2017-01-161-0/+18
* String bitwise operators will not accept code points > 0xFF in 5.28Abigail2017-01-161-1/+3
* Reading/writing bytes from :utf8 handles will be fatal in 5.30Abigail2017-01-161-4/+5
* Deprecating the modifyable variables in constants by 5.32.Abigail2017-01-161-3/+3
* Make it fatal to pass malformed UTF-8.Abigail2017-01-161-0/+13
* my() in a false conditional will be fatal in Perl 5.30Abigail2017-01-161-1/+4
* Deprecation of an unqualified dump() to mean CORE::dump().Abigail2017-01-161-8/+12
* Deprecating the use of C<< \cI<X> >> to specify a printable character.Abigail2017-01-161-13/+16
* Remove unneeded entry from pod/perldiag.podAbigail2017-01-161-6/+0
* Use of inherited AUTOLOAD for non-methods will be fatal in 5.28.Abigail2017-01-161-1/+3
* Jumping into constructs will be fatal in 5.28.Abigail2017-01-161-1/+3
* Use of comma-less variable lists is deprecated.Abigail2017-01-161-1/+3
* Use of Unicode code points exceeding IV_MAX will be fatal in Perl 5.28Abigail2017-01-161-1/+4
* Unescaped left braces in regular expressions will be fatal in 5.30.Abigail2017-01-161-11/+11
* Bare heredocs will be fatal in 5.28.Abigail2017-01-161-1/+4
* Use of \N{} will be fatal in 5.28.Abigail2017-01-161-3/+3
* $/ = \-1 will be fatal in Perl 5.28.Abigail2017-01-161-3/+3
* Opening a file and dir using the same symbol will be fatal in 5.28.Abigail2017-01-161-4/+6
* Setting ${^ENCODE} will be fatal by 5.28.Abigail2017-01-161-1/+3
* Remove deprecation warnings related to $* and $#.Abigail2017-01-161-18/+0
* Time limit the deprecation of :unique and :locked.Abigail2017-01-161-4/+4