This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #133706) remove exploit code from Storable
[perl5.git] / pod / perldiag.pod
2018-10-17 James E KeenanImplement fatalization of dump()
2018-10-17 James E KeenanFatalize use of $* and $#
2018-10-10 Tony Cook(perl #125760) fatalize sysread/syswrite/recv/send...
2018-10-03 James E KeenanImplement scheduled fatalization of my() in false condi...
2018-09-26 Dagfinn Ilmari Man... Remove support for setting $[ to a non-zero value
2018-07-15 Karl WilliamsonFatalize some uses of unescaped '{' in patterns
2018-07-15 Karl Williamsonperldiag: Add some double quotes
2018-04-19 Karl WilliamsonPATCH: [perl #131670] Document Wide char msg better
2018-04-19 Alexandr SavcaSpelling corrections in pod/*.pod from Alexandr Savca.
2018-04-19 Karl Williamsonperldiag: Add diagnostic
2018-04-08 James E KeenanSpelling corrections from Ville Skytt.
2018-03-30 Zeframfix versions in doc of signature/attribute diag
2018-03-20 Todd RinaldoSpelling correction in perldiag.pod
2018-03-06 Karl WilliamsonPATCH: [perl #132163] regex assertion failure
2018-03-05 Father Chrysostomosperldiag: Rewrap an entry for better splain output
2018-03-05 Father Chrysostomosperldiag typo
2018-03-02 Karl WilliamsonReword warning for deviations from UTF-8 locales
2018-03-02 David Mitchelldetect sub attributes following a signature
2018-02-20 James E KeenanAdd word apparently dropped in documentation.
2018-02-19 Karl WilliamsonAdd alphabetic synonyms for regex assertions
2018-02-19 Karl WilliamsonChange syntax of script runs
2018-02-19 Karl WilliamsonSort an entry in perldiag
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl Williamsonlocale.c: Check for anomalies in UTF-8 locales
2018-01-19 Karl WilliamsonRaise deprecation for qr/(?foo})/
2018-01-15 Father Chrysostomosperldiag: miscapitalization
2018-01-15 Father ChrysostomosSort perldiag
2018-01-08 Father Chrysostomos[perl #130936] Forbid some cases of inward goto
2017-12-31 Father ChrysostomosRemove experimental bitwise warning
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-19 Karl WilliamsonForbid literal \v in /[]/ under re strict, except under /x
2017-12-19 Karl Williamsonperldiag: Fix obsolete text
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-11 Zeframrevise documentation about set-id
2017-12-10 Father Chrysostomossort perldiag
2017-12-10 Father Chrysostomos[perl #74764] Forbid ‘goto’ jumping into ‘given’
2017-12-07 Yves Ortonfix #131649 - extended charclass can trigger assert
2017-12-06 Zeframput shadowing warnings in their own category
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-11-29 Zeframmake "outside a loop" error messages consistent
2017-11-29 Zeframmake "when" do implicit "next"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-28 Zeframremove useless "default" mechanism
2017-11-28 Dagfinn Ilmari Man... Assigning non-zero to $[ will become fatal in 5.30
2017-11-26 Father Chrysostomossort perldiag
2017-11-26 Father Chrysostomos[perl #132485] Warn about "$foo'bar"
2017-11-22 Zeframeviscerate smartmatch
2017-11-21 Zeframrevise all given/when documentation
2017-11-21 Zeframmerge switch sections in perlsyn.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:...
next