This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove support for ?PATTERN? without explicit 'm' operator
[perl5.git] / pod / perldiag.pod
2014-06-17 Dagfinn Ilmari Man... Remove support for ?PATTERN? without explicit 'm' operator
2014-06-17 Karl Williamsonperldiag: Add details about variable length lookbehind
2014-06-17 Karl Williamsonperldiag: Remove obsolete entries.
2014-06-17 Karl WilliamsonFatalize defined(@) and defined{%)
2014-06-16 Karl WilliamsonFatalize using hash|array as reference
2014-06-16 Dagfinn Ilmari Man... [perl #122110] [PATCH] Remove left-over mad cruft
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-06-10 Tony Cookadd a warning for using the :win32 PerlIO layer
2014-06-04 Dagfinn Ilmari Man... Disallow omitting % and @ on hash and array names
2014-05-31 Norman KochClarify "require <>"-message.
2014-05-30 Karl Williamsonregcomp.c: Move code into a function
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-05-30 Karl WilliamsonDeprecate NBSP in \N{...} names
2014-05-30 Karl WilliamsonFatalize deprecated \N{} definitions
2014-05-30 Karl WilliamsonFatalize splitting '(?' and '(*' in regexes
2014-05-30 Karl Williamson"\cX" where X is non-printable is now fatal
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiUninitialized tmbuf.
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-04-23 Karl Williamsonperldiag: Clarify non-char warning
2014-04-09 Steve Hayperldiag - Restore nitpick corrections
2014-04-09 Karl Williamsonperldiag: Correct misstatement
2014-04-07 SHIRAKATA Kentaronitpicks
2014-04-01 Karl WilliamsonFix comments and pod that mention 5.20 erroneously
2014-03-18 Ricardo Signesreplace links to perllexwarn with links to warnings
2014-03-11 Aristotle Pagaltzisperldiag: Clarify that lexicals do not trigger "used...
2014-02-20 Karl WilliamsonRestore proper functioning of -Mdiagnostics
2014-02-20 Peter RabbitsonFix pod typo (kentnl++)
2014-02-18 Karl WilliamsonFix pod errors
2014-02-16 Father Chrysostomosalphabetise perldiag
2014-02-15 Karl WilliamsonDeprecate uses of POSIX::isfoo()
2014-02-09 Father ChrysostomosUse ‘an’ for $/=[] error message
2014-02-09 Father Chrysostomosperldiag: Wrap long lines
2014-02-09 Father Chrysostomosperldiag: Don’t use dev version numbers
2014-02-09 Father Chrysostomosperldiag: Consistent spaces after dots
2014-02-09 Father ChrysostomosAlphabetise perldiag
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-03 Yves Ortondeal with assignment to $/ better, deprecate edge cases...
2014-02-01 Zeframsubroutine signatures
2014-01-18 Father Chrysostomosperldiag: Rewrap autoderef entries
2014-01-17 Father Chrysostomosperldiag for new mprotect warnings
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMake key/push $scalar experimental
2014-01-11 Father Chrysostomosperldiag: Rewrap an entry for better splain output
2014-01-11 Father Chrysostomosperldiag: Use (F) consistently
2014-01-03 Karl Williamsonperldiag.pod: Correct some categories
2014-01-02 Father Chrysostomosperldiag: Rewrap an entry slightly
2014-01-01 Karl Williamsonutf8.c: Fix warning category and subcategory conflicts
2013-12-31 Karl WilliamsonChange \p{} matching for above-Unicode code points
2013-12-27 Karl Williamsonlib/diagnostics.t: Use different test data
2013-12-07 Karl WilliamsonPATCH: [Perl #42957] Suggesting warning for useless...
2013-11-20 Tony Cookupdate perldiag for the change in conversion specifiers
2013-11-19 Father Chrysostomosperldiag: Update descr for ‘Switch condition not recogn...
2013-11-18 Father Chrysostomosperldiag: Clarify memory wrap
2013-11-18 Father ChrysostomosRequire closing paren for (?&...
2013-11-17 Father Chrysostomosperldiag: Don’t let <-- HERE be wrapped
2013-11-17 Father Chrysostomosperldiag: Remove categories from fatal errors
2013-11-17 Father Chrysostomosperldiag: Clarify an entry
2013-11-17 Father Chrysostomosperldiag: Document ‘\N{} in character class restricted...’
2013-11-17 Father Chrysostomosperldiag: Document ‘Zero length \N{}’
2013-11-17 Father Chrysostomosperldiag: Miscapitalisation; clarity
2013-11-17 Father Chrysostomosperldiag: Clean up ‘Sequence (...’ messages
2013-11-17 Father Chrysostomosperldiag: Reword an entry slightly
2013-11-17 Father Chrysostomosperldiag: Add some ‘in regex’ variants
2013-11-17 Father Chrysostomosperldiag: Document ‘Don't know how to get file name’
2013-11-17 Father Chrysostomosperldiag: Update Assertion to match reality
2013-11-17 Father Chrysostomosperldiag: \%d better written as $%d
2013-11-17 Father Chrysostomosperldiag: rewrap an entry for better splain output
2013-11-16 Father ChrysostomosUnwrap a perldiag entry for better splain output
2013-11-16 Father Chrysostomosperldiag: ‘my sub’ is no longer ‘reserved’ syntax
2013-11-16 Father ChrysostomosAlphabetise perldiag
2013-11-16 Father Chrysostomosperldiag: remove space from otherwise blank line
2013-11-10 Father Chrysostomosperldiag: Two minor tweaks
2013-11-09 Father Chrysostomosperldiag: Remove ‘The %s feature...’
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-01 Father ChrysostomosMove threads::shared warnings from perldiag to shared.pm
2013-11-01 Father ChrysostomosRemove ancient threads diagnostics from perldiag
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-10-05 Father ChrysostomosMake postderef experimental
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-17 Father ChrysostomosRewrap one perldiag entry for better splain output
2013-09-16 Father ChrysostomosAlphabetise perldiag
2013-09-16 Steve Hayperldelta - Update new/changed diagnostics section
2013-09-15 Niels Thykierop.c: Warn on "return $a or $b" [perl #59802]
2013-09-13 Father ChrysostomosDocument the %hash{$scalar} warning
2013-09-13 Father ChrysostomosAdd two missing perldiag entries
2013-09-13 Father ChrysostomosHard-code op name in ck_exists|delete errors
2013-09-12 Father Chrysostomosperldiag: Rewrap an entry for better splain output
2013-09-10 David Goldenperldiag: Fix severity of Unicode mapping warning
2013-09-10 Brian Fraserregcomp.c: Make all warnings and error messages UTF...
2013-08-29 Father Chrysostomosperldiag: Reword/rewrap embedded null warning
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-12 Father ChrysostomosAlphabetise perldiag
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
2013-07-29 Tony Cook[perl #52000] add perldiag entries for the new warnings
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-13 Father Chrysostomosperldiag: rewrap an entry for better splain output
2013-07-13 Peter Martini[perl #118567] Add a warning for prototypes if a missing
next