This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix two broken links in perldelta.
[perl5.git] / pod / perldiag.pod
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
2016-05-20 Father ChrysostomosUpdate perldiag for lexsub diag removals
2016-05-17 Father ChrysostomosRemove some autoderef leftovers
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkValidate the 'require Bare::Word' pathname.
2016-05-09 Karl WilliamsonRequire literal '{' in patterns to be escaped
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-05-09 Karl WilliamsonRemove deprecated literal control char variable names
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
2016-04-07 Tony Cook(perl #126162) improve stat @array handling
2016-04-07 Tony Cookadd the new stat(@array) diagnostic to perldiag
2016-03-25 Aristotle Pagaltzisimprove perldiag implicit close text still further
2016-03-25 Aristotle Pagaltzisimprove perldiag implicit close text further
2016-03-25 Karl WilliamsonPATCH: [perl #123417] Deprecate empty \N{}
2016-03-24 David Mitchellimprove perldiag implicit close text
2016-03-19 Father ChrysostomosSort perldiag
2016-03-18 Leon TimmermansVarious fixups for version.pm 0.9914
2016-03-17 Tony Cookcroak on failure to close an in-place edit output file
2016-02-19 Karl WilliamsonDon't allow /\N{}/ under 're strict'
2016-02-11 Karl Williamsonregcomp.c: Clarify error message
2016-02-11 Karl Williamsonregcomp.c: Fix some parsing glitches
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-02-03 David Mitchellremove obsolete panic from die_unwind()
2015-12-16 Karl WilliamsonDeprecate wide chars in logical string ops
2015-12-16 Karl WilliamsonChange deprecation warning text
2015-12-16 Karl Williamsonperldiag.pod: Correctly alphabetize an entry
2015-12-07 Tony Cookperldelta for 817e3e2c6
2015-12-07 Tony Cook[perl #123991] report an error if we can't parse the...
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-10-22 Karl WilliamsonPATCH: [perl # 126178] Unterminated /(?i/
2015-10-13 Karl Williamsonqr/\p{pkg1::...foo}/ must be a user-defined property
2015-10-13 Karl Williamsonperldiag: Remove no-longer used message.
2015-10-13 Karl WilliamsonFix \p followed by a non-alpha
2015-10-13 Karl Williamsonregcomp.c: Make compile and run-time error msgs identical
2015-10-12 Dagfinn Ilmari Man... Include the name of the non-lvalue sub in error message
2015-10-02 Ricardo Signesremove documentation for the now-removed lexical topic
2015-09-21 Peter MartiniRemove unneeded ", from perldiag entry
2015-09-08 Karl WilliamsonRefactor tr/// parsing to work on EBCDIC, fix other bug
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-24 Karl WilliamsonMake qr/(?[ ])/ work in UTF-8 locales
2015-08-18 Lukas Maidisallow nested declarations [perl #125587] [perl ...
2015-08-17 Tony Cook[perl #125760] deprecate sys(read|write)(), send()...
2015-08-06 Sisyphusdouble-double long double %a fixes
2015-07-15 Aaron CraneDocument and ensure that sv_catpvf() does no argument...
2015-07-13 Aaron CraneEliminate repetitious wording in perldiag
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-07-06 Karl WilliamsonChange wording of warning due to Unicode Standard change
2015-06-29 Tony Cook[perl #125305] handle chdir to closed handle correctly
2015-06-27 Aaron CraneThe postderef feature is no longer experimental
2015-06-27 Jarkko Hietaniemialarm() with negative argument makes no sense.
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-06-19 David Mitchellsimplify sort sub return arg processing
2015-06-17 Tony Cook[perl #125305] chdir("") no longer behaves like chdir()
2015-05-30 Karl Williamsonperldiag: Clarify wording
2015-05-20 Dagfinn Ilmari Man... Use "UTF-8" consistently in perldelta
2015-05-09 Ricardo Signesperldelta/perldiag: make a pod cross-reference pass...
2015-04-19 SHIRAKATA Kentaroperldiag: escape all "<--HERE"
2015-04-18 SHIRAKATA KentaroSmall typographical corrections to documentation.
2015-03-09 Hugo van der Sanden[perl #123814] stricter handling of numbers in regexp...
2015-03-07 Karl Williamsonpods: s/semantics/rules/ig in places
2015-02-21 Sawyer Xfix typos
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-11 Jarkko Hietaniemiinfnan: separate the nan payload overflow and invalid...
2015-02-10 Jarkko Hietaniemiinfnan: change the invalid nan message, add to perldiag
2015-02-01 Father ChrysostomosWarning about experimental bitops
2015-02-01 Father ChrysostomosParse and compile string- and num-specific bitops
2015-01-31 Father ChrysostomosSort perldiag
2015-01-28 Jarkko Hietaniemiinfnan: mention the unusual semantics of "numeric".
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
next