This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: update updated modules
[perl5.git] / pod / perldiag.pod
2017-11-10 David Cantrellexperimental::lexical_topic is no longer a warning...
2017-11-04 Zeframinitialisation of simple aggregate state variables
2017-10-28 Karl Williamsonperldiag: More detail on /i var length lookbehind
2017-09-19 Tony Cook(perl #131777) prevent non-'=' assign ops tokens in...
2017-09-11 Tony Cook(perl #127663) fallback to looking for work file if...
2017-09-11 Tony Cook(perl #127663) safer in-place editing
2017-09-04 Dagfinn Ilmari Man... Add new API function sv_rvunweaken
2017-08-22 Father Chrysostomossort perldiag
2017-08-22 Father Chrysostomosperldiag: Correct diag names
2017-08-22 Father ChrysostomosSprinkle diag_listed_as; perldiag tweaks
2017-08-22 Father Chrysostomosperldiag: Tweaks
2017-06-07 Dagfinn Ilmari Man... Make setting ${^ENCODING} to a defined value fatal
2017-06-07 David MitchellPerl_sv_vcatpvfn_flags: make %n missing arg fatal
2017-06-06 AbigailFatalize the use of code points above 0xFF for bitwise...
2017-06-06 AbigailFatalize inheriting AUTOLOAD for non-methods.
2017-06-06 AbigailRemove diag entry about comma-less format variable...
2017-06-06 AbigailOut of range Unicode code point is now fatal.
2017-06-05 Dagfinn Ilmari Man... Forbid setting $/ to a reference to a non-postive integer
2017-06-05 Dagfinn Ilmari Man... Forbid use of bare << to mean <<""
2017-06-05 Dagfinn Ilmari Man... Disallow opening the same symbol as both a file and...
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2017-06-01 Karl WilliamsonDeprecate vec() with above-FF code points.
2017-06-01 Aaron CraneRT #127742: Hash keys are limited to 2 GB - throw an...
2017-06-01 Karl WilliamsonFatalize \N{}
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :unique attribute
2017-04-20 Sawyer XFix perldelta and perldiag
2017-04-20 Sawyer XPreparing perldelta
2017-04-13 David Mitchellfix perldiag entry for do '.' warning
2017-03-31 David Mitchellfix perldiag entry for CORE::dump()
2017-03-31 David Mitchelltweak 'do "%s" failed' message
2017-03-14 Tony Cookwarn if do "somefile" fails when . not default in ...
2017-02-18 Aaron CraneShow sub name in signature arity-check error messages
2017-02-14 Karl WilliamsonExtract code into a function
2017-02-14 Karl Williamsontoke.c: Rmv no longer necessary UTF-8 checks
2017-02-12 Sawyer XRevert "Deprecating the use of C<< \cI<X> >> to specify...
2017-02-04 Aaron CraneFix outdated note in perldiag
2017-01-26 Palipod: Suggest to use strict UTF-8 encoding when dealing...
2017-01-23 AbigailBe consistent in deprecation messages.
2017-01-21 David Mitchelladd Perl_op_class(o) API function
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 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 AbigailRemove unneeded entry from pod/perldiag.pod
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 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-16 AbigailActively deprecate File::Glob::glob().
2017-01-16 AbigailMove discussion of using tie and friends on * less...
2017-01-16 AbigailRemoved entry "Setting ${^ENCODING} is deprecated"
2017-01-16 AbigailDeprecated POSIX functions were removed in 5.24.0
2017-01-16 AbigailCreated pod/perldeprecation.pod
2017-01-13 Karl WilliamsonWarn on unescaped /[]}]/ under re strict
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2016-12-24 Karl Williamsonperldiag: Reinistate use of Z<>
2016-12-24 Karl WilliamsonDeprecate non-grapheme string delimiter
2016-12-23 Karl WilliamsonDie on malformed isFOO_utf8() input
2016-11-19 Aaron Craneperlre: regularise list items
2016-11-14 Matthew HorsfallAdd indented here-docs.
2016-11-13 AbigailDeprecations are to be marked with a D.
2016-11-11 Lukas Maimake 'do' errors refer to 'do' (not 'require') (RT...
2016-11-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-10-19 Yves Ortonregexec.c: fix #129903: forbid empty pattern in regex...
2016-10-13 Karl Williamsonutf8n_to_uvchr(): Note multiple malformations
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-08-13 Father Chrysostomosperldiag: Rewrap an entry for better splain output
2016-08-13 SmylersRemove claim that state @a will be supported
2016-08-10 Jarkko Hietaniemihexfp: IEEE 754 subnormals printf %a
2016-08-08 Karl Williamsonperldiag: YA case of too large code point breakage
2016-08-05 Father ChrysostomosConsistent spaces after dots in perldiag
2016-08-05 Father ChrysostomosSort perldiag
2016-08-03 David Mitchellucfirst() new signature diagnostic messages
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-07-17 Father Chrysostomosperldiag entries for declared_refs
2016-07-13 Father ChrysostomosDisable ${^ENCODING}
2016-06-17 Karl WilliamsonAdd missing deprecation message for unescaped '{' in...
2016-06-16 Lukas Maiperldiag: add "command not found" entries for bash/zsh
2016-06-06 Lukas Maiuse yyerror instead of croaking immediately (RT #127993)
2016-05-22 Father Chrysostomosperldiag: Rewrite a mangled sentence
2016-05-22 Father ChrysostomosSort perldiag
2016-05-21 Lukas Mairecognize and reject version control conflict markers...
2016-05-21 Father Chrysostomosperldiag: Document unknown OA_* panic
next