This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a bunch of repeated-word typos
[perl5.git] / pod / perldiag.pod
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-04-29 Karl Williamsonregcomp.c: Fix named sequences in (?[...])
2020-04-28 Karl Williamsonperldiag: Alphabetize two entries
2020-04-28 Karl Williamsonperldiag: Update text about '{' warnings/death
2020-04-05 Karl Williamsonregcomp.c: Avoid a segfault
2020-03-20 Karl WilliamsonAdd named sequences to Unicode wildcard name capabilites
2020-02-20 Karl WilliamsonRestrict features in wildcards
2020-02-20 Karl WilliamsonImprove handling of nested qr/(?[...])/
2020-02-10 Yves Ortontoke.c - handle ${10} properly - Issue #12948
2020-02-07 Yves Ortonregcomp.c: make \K+ and \K* illegal.
2020-01-28 Dan BookUpdate links to perlrun to link to specific items
2020-01-23 Karl Williamsonregcomp.c: Use uc to print hex A-F in err msg
2020-01-23 Karl Williamson(toke|regcomp).c: Use common fcn to handle \0 problems
2020-01-23 Karl WilliamsonRestructure grok_bslash_[ox]
2020-01-23 Karl WilliamsonWarn on too high a code point if portable warn enabled
2020-01-14 Karl WilliamsonCollapse grok_bin, _oct, _hex into one function
2020-01-13 Karl Williamsonperldiag: Clarify statement
2020-01-13 Karl Williamsonperldiag: Rmv obsolete statement
2019-12-22 Dan BookUpdate documentation, readmes, comments, and utilities...
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2019-11-07 Karl WilliamsonRemove swashes from core
2019-11-03 James E KeenanCorrections: one grammatical; one POD formatting
2019-11-03 Max MaischeinAnd silence some silly examples.
2019-11-01 Karl WilliamsonAccept experimental script_run feature
2019-11-01 Karl WilliamsonAccept experimental alpha_assertions feature
2019-10-11 Max MaischeinMove more URLs from http:// to https://
2019-10-02 James E KeenanEliminate modifiable variables in constants
2019-09-23 David Mitchellsub foo($_) {...} - change error message
2019-08-19 Tony Cook(perl #124256) disallow \K in lookahead and lookbehind
2019-06-27 Karl WilliamsonPATCH: [perl #133996] reword diagnostic
2019-06-26 Tony Cook(perl #134125) make no digits after 0x/0b fatal
2019-06-03 Tony Cook(perl #133913) limit numeric format results to INT_MAX
2019-05-31 James E KeenanUse of code points over 0xFF in string bitwise operators
2019-05-30 James E KeenanUse of strings with code points over 0xFF as arguments...
2019-04-26 Tomasz Konojackiremove leftovers from [perl #127663]
2019-04-05 Karl WilliamsonPATCH: [perl #133988], Assertion failure
2019-03-28 Karl Williamsonperldiag: Rmv obsolete message
2019-03-23 Karl WilliamsonPATCH: [perl #132851] Empty /(?)/
2019-03-19 Karl WilliamsonChange error wording for empty \x{}
2019-03-19 Karl WilliamsonChange error wording for \o{}
2019-03-18 Karl WilliamsonImplement variable length lookbehind in regex patterns
2019-03-18 Karl WilliamsonPATCH: [perl #131551] Too deep regex compilation recursion
2019-03-14 Karl WilliamsonAllow qr'\N{...}'
2019-03-13 Tony Cookthere is no sv_catpvfn()
2019-03-13 Karl Williamsonperldiag: A deprecation is now fatal
2019-03-12 Karl WilliamsonAdd Unicode property wildcards
2019-03-07 Karl WilliamsonAdd hook for Unicode private use override
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
next