This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: Fix comment
[perl5.git] / pod / perldiag.pod
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...
2015-01-20 Matthew HorsfallFix pod spelling/linking mistakes as caught by podcheck...
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl Williamsonregcomp.c: Add warnings under re 'strict'
2015-01-20 Karl WilliamsonAdd portablity warning for re 'strict'
2015-01-20 Karl Williamsonperldiag: Fix typo
2015-01-20 Father ChrysostomosMake :const experimental
2015-01-20 Father ChrysostomosLet attributes.pm know about the const attribute
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-13 Karl WilliamsonAdd 'strict' subpragma to 'use re'
2015-01-12 Father Chrysostomosperldiag grammo
2015-01-12 Jarkko HietaniemiCatch infnan repeat counts.
2015-01-05 Father Chrysostomosperldiag: Document ‘Bad symbol for scalar’
2014-12-29 Karl WilliamsonRaise warning on multi-byte char in single-byte locale
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-17 Father ChrysostomosSort perldiag
2014-12-17 David Mitchellimprove xs_handshake() diag message
2014-12-16 David Mitchellperldiag.pod: fix typo
2014-12-12 Father ChrysostomosSort perldiag
2014-12-12 Father Chrysostomosdiag.t: Ignore trailing whitespace
2014-12-11 Karl Williamsonperldiag: Add missing entry
2014-11-30 Father Chrysostomos‘Subroutine (not var) "&x" will not stay shared’
2014-11-21 Father ChrysostomosSort perldiag
2014-11-21 Karl Williamsonperlvar: More text about ${^ENCODING}; refer by perldiag
2014-11-21 Dagfinn Ilmari Man... Deprecate setting ${^ENCODING}
2014-11-16 Father Chrysostomosperldiag: Correct ‘Can't use %s for loop variable’
2014-11-15 Father ChrysostomosMake $/=-1 warning default like other dep warnings
2014-11-14 Father ChrysostomosSort perldiag
2014-11-14 Karl WilliamsonReinstate "Raise warnings for poorly supported locales"
2014-11-14 Karl WilliamsonAdd warning message for locale/Unicode intermixing
2014-11-13 Father ChrysostomosAlphabetise perldiag
2014-11-13 Father ChrysostomosUse ‘behavior’ consistently in perldiag
2014-11-13 Father ChrysostomosDeprecate inlining sub(){$x} if $x is changed elsewhere
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Father ChrysostomosFix perldiag typo
2014-11-07 Father Chrysostomosperldiag: rewrap an entry for better splain output
2014-11-07 Father Chrysostomossort perldiag
2014-11-07 Daniel Dragansimplify Perl_xs_apiversion_bootcheck
2014-11-05 Karl WilliamsonRevert "Raise warnings for poorly supported locales"
2014-11-04 Karl WilliamsonRaise warnings for poorly supported locales
2014-11-04 Karl Williamsonperldiag: Remove message that is not raised
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-10-22 Father Chrysostomos[perl #122680] Omit <-- HERE marker from (?=){3} warning
2014-10-21 Karl WilliamsonDeprecate all length-1 non-graphic variable names
2014-10-21 Karl Williamsonuvoffuni_to_utf8_flags() die if platform can't handle
2014-10-21 Karl Williamsondquote_static.c: Forbid \c{ on EBCDIC
2014-10-18 Father ChrysostomosDocument variants of ‘Can’t modify’ individually
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-12 Karl Williamsonperldiag: Fix typo
2014-10-12 Father ChrysostomosClarify two panic perldiag entries
2014-10-11 Father ChrysostomosDocument lvalue ref diagnostics
2014-10-06 Father ChrysostomosCorrect ‘"my" variable "&f::b"...’ message
2014-09-29 Karl WilliamsonDeprecate multiple "x" in "/xx"
2014-09-26 Father Chrysostomosperldiag typo
2014-09-26 Father ChrysostomosAlphabetise perldiag
2014-09-26 Father ChrysostomosConsistent spaces after dots in perldiag
2014-09-25 Jarkko HietaniemiSentence a verb.
2014-09-25 Jarkko Hietaniemiinfnan: perldiag entries fixing, add "in pack" to one...
2014-09-25 Yves Ortonregcomp.c: fix fencepost error in vFAIL at end of pattern
2014-09-23 Jarkko HietaniemiMake pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
2014-09-19 Father Chrysostomosperldiag: Reunite ‘perhaps you forgot to load’
2014-09-19 Father ChrysostomosUpdate perldiag to reflect ‘Global symbol’ change
2014-09-11 Father Chrysostomosperldiag: Rewrap for better splain output
2014-09-07 Karl WilliamsonAllow \N{named seq} in qr/[...]/
next