This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove use of experimental regex sets warnings
[perl5.git] / pod / perldiag.pod
2022-03-19 Karl WilliamsonRemove use of experimental regex sets warnings
2022-03-14 Paul "LeoNerd" EvansNo need to document 'useless use of sort in scalar...
2022-03-14 Paul "LeoNerd" EvansAn initial implementation of builtin::indexed
2022-03-14 Paul "LeoNerd" EvansAdd missing builtin diagnostic to perldiag.pod; rename...
2022-03-08 Paul "LeoNerd" EvansMove sort's scalar context warning to new 'scalar'...
2022-03-03 Yves Ortonregcomp.c: Reduce scope of experimental warnings with...
2022-02-23 Yves Ortonregcomp.c: consistent NOTHING/OPFAIL optimizations...
2022-02-20 Paul "LeoNerd" EvansUpdate various documentation files
2022-02-15 Paul "LeoNerd" EvansNo longer print experimental::isa warning (closes ...
2022-02-13 Paul "LeoNerd" EvansPrint a deprecation warning if downgrading to a use...
2022-02-07 Dagfinn Ilmari Man... Update perldiag and perldeprecation for features remove...
2022-01-31 Paul "LeoNerd" EvansEmit experimental::snail_in_signatures warnings on...
2022-01-25 Paul "LeoNerd" EvansEmit experimental::builtin warnings from the builtin...
2022-01-20 Paul "LeoNerd" EvansEnsure that forbidden control flow messages about final...
2022-01-20 Paul "LeoNerd" EvansImplement and test try/catch/finally syntax
2021-11-29 Paul "LeoNerd" EvansAdd a builtin:: namespace, with true/false/isbool
2021-11-24 Paul "LeoNerd" EvansAlso C<codeword> quote "defer" and "goto"
2021-11-24 Paul "LeoNerd" EvansQuote the word "defer" in exception messages about...
2021-11-23 Paul "LeoNerd" EvansForbid using 'goto' to jump into a 'defer' block becaus...
2021-11-02 Dagfinn Ilmari Man... Remove DOS/DJGPP support
2021-10-15 Nicholas ClarkPod improvements suggested by Matthew Horsfall 18925/head
2021-10-15 Nicholas Clarkn-at-a-time for loops now warn by default (as 'experime...
2021-10-15 Nicholas ClarkGenerate the optree for n-at-a-time for loops.
2021-10-09 James E KeenanRemove documentation of previously removed warning 19175/head
2021-09-29 Nicholas ClarkRemove pp_pack "unlisted" exceptions from t/porting... 19155/head
2021-09-18 Nicholas ClarkRemove descriptions of deleted "Panics" from perldiag.pod
2021-09-18 Nicholas ClarkPrefix "unexpected constant lvalue entersub" with ...
2021-09-09 Nicholas ClarkThe different xs_handshake() failures need distinct... 19111/head
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-07-06 Tony Cookwarn when using each on an anonymous hash or array
2021-06-29 Christian Waldeperldiag: numer -> number typo fix
2021-06-28 Leon TimmermansRemove :win32 PerlIO layer
2021-04-16 E. ChorobaDocument another case when the "not imported" warning...
2021-02-04 Paul "LeoNerd" EvansInitial attempt at feature 'try' 18505/head
2021-01-30 Karl WilliamsonAdd missing entries to perldiag; GH #18276
2021-01-20 Karl WilliamsonAllow blanks within and adjacent to {...} constructs
2021-01-17 TAKAI Kousukeperldiag.pod: Correct description for "Lost precision...
2021-01-06 Tony Cookfix a typo
2021-01-04 Tony Cookadd a bareword_filehandles feature, which is enabled...
2021-01-03 Felipe GasperSignatures: add argument counts to count-mismatch error...
2020-11-04 Tony Cook\K in lookaround might become permitted in the future
2020-10-03 Samanta NavarroFix typos
2020-09-07 Ricardo Signeslanguage docs: prefer postfix deref in numerous places
2020-08-28 Tony Cookdocument PerlIO::scalar's behavior for read-only scalars
2020-08-11 Tony Cookadd a default enabled feature "multidimensional"
2020-07-31 James E KeenanDocument warning 'readline() on unopened filehandle %s'
2020-07-20 Dagfinn Ilmari Man... Remove Symbian port
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
next