This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO::Via: check arg is non-NULL before using it.
[perl5.git] / pod / perldeprecation.pod
2019-05-31 James E KeenanUse of code points over 0xFF in string bitwise operators
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-01-09 Karl WilliamsonDelay fatalization of deprecation of unsafe UTF-8 macro...
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-07-19 Steve Hayperldeprecation.pod - Fix a couple of nits
2018-07-17 Karl Williamsonperldelta: Note illegality of some former deprecations
2018-07-15 Karl WilliamsonFatalize some uses of unescaped '{' in patterns
2018-06-29 Karl Williamsonperldeprecation: Clean up text about grapheme delims
2018-06-25 Karl WilliamsonDon't allow non-graphemes as pattern delimiters
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-01-19 Karl WilliamsonRaise deprecation for qr/(?foo})/
2018-01-19 Karl WilliamsonDeprecate above \xFF in bitwise string ops
2017-12-06 Zeframdocument hostname(@args) deprecation
2017-12-06 Zeframfix a =head level in perldeprecation.pod
2017-11-28 Dagfinn Ilmari Man... Assigning non-zero to $[ will become fatal in 5.30
2017-10-30 Dagfinn Ilmari Man... perldeprecation: Change some uses of "in Perl $version...
2017-06-07 AbigailMove forward in time.
2017-06-07 Karl WilliamsonUpdate pods about bitwise UTF-8 above 0xFF being fatal
2017-06-01 Karl Williamsonperldeprecation: Add vec() with above-FF code points
2017-06-01 Karl WilliamsonRemove deprecated function 'to_utf8_case()'
2017-06-01 Karl WilliamsonFatalize \N{}
2017-05-11 Karl Williamsonperldeprecation: Add imminent XS deprecations
2017-05-11 Karl Williamsonperldeprecation: Add imminent XS deprecations
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-01-20 AbigailMake an entry for the deprecation of certain string...
2017-01-20 AbigailTypo fix: one of the =head2's should have been a =head3
2017-01-16 AbigailThere's an objection to fatalizing jumping into a const...
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 AbigailRevert "Fix mentioning of C<$#>."
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 AbigailDeprecating the modifyable variables in constants by...
2017-01-16 AbigailMake it fatal to pass malformed UTF-8.
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 AbigailB::OP::terse will go away in Perl 5.28.
2017-01-16 AbigailNo longer mention some uses of $SIG {__DIE__} are depre...
2017-01-16 AbigailRemove utils/c2ph and utils/pstruct
2017-01-16 AbigailDon't recognize the --libpods option in Pod::Html
2017-01-16 AbigailUse of inherited AUTOLOAD for non-methods will be fatal...
2017-01-16 AbigailJumping into constructs will be fatal in 5.28.
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 AbigailUnescaped left braces in regular expressions 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 AbigailFix mentioning of C<$#>.
2017-01-16 AbigailSetting ${^ENCODE} will be fatal by 5.28.
2017-01-16 AbigailBe consistent when addressing Perl.
2017-01-16 AbigailRemove deprecation warnings related to $* and $#.
2017-01-16 AbigailTime limit the deprecation of :unique and :locked.
2017-01-16 AbigailDrop .0 from version numbers.
2017-01-16 AbigailActively deprecate File::Glob::glob().
2017-01-16 AbigailMove discussion of using tie and friends on * less...
2017-01-16 AbigailDeprecated POSIX functions were removed in 5.24.0
2017-01-16 AbigailCreated pod/perldeprecation.pod