summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
Commit message (Expand)AuthorAgeFilesLines
* perldiag: ispunct is a libc, section 3, fcnKarl Williamson2022-06-181-1/+1
* locale.c: Simplify S_category_nameKarl Williamson2022-06-161-0/+2
* A better error message for `try {} catch {}` missing its (VAR)Paul "LeoNerd" Evans2022-06-131-0/+12
* perldiag: Fix typo, collapse some msgsKarl Williamson2022-05-311-18/+3
* GH16319: avoid recursion parsing 'pack' templateHugo van der Sanden2022-05-281-0/+5
* regexec.c: Rmv obsolete recursion checks: GH #8369Karl Williamson2022-05-271-12/+0
* perldiag: drop documentation of extinct warningRicardo Signes2022-05-261-14/+0
* Add 'extra paired delimiters' featureKarl Williamson2022-03-191-0/+23
* Remove use of experimental regex sets warningsKarl Williamson2022-03-191-12/+0
* No need to document 'useless use of sort in scalar context' separately now th...Paul "LeoNerd" Evans2022-03-141-9/+7
* An initial implementation of builtin::indexedPaul "LeoNerd" Evans2022-03-141-0/+6
* Add missing builtin diagnostic to perldiag.pod; rename 'compiletime' to 'comp...Paul "LeoNerd" Evans2022-03-141-0/+7
* Move sort's scalar context warning to new 'scalar' categoryPaul "LeoNerd" Evans2022-03-081-1/+1
* regcomp.c: Reduce scope of experimental warnings with lookbehindYves Orton2022-03-031-0/+20
* regcomp.c: consistent NOTHING/OPFAIL optimizations for lookaroundYves Orton2022-02-231-0/+8
* Update various documentation filesPaul "LeoNerd" Evans2022-02-201-13/+0
* No longer print experimental::isa warning (closes #18754)Paul "LeoNerd" Evans2022-02-151-6/+0
* Print a deprecation warning if downgrading to a use VERSION below v5.11Paul "LeoNerd" Evans2022-02-131-0/+9
* Update perldiag and perldeprecation for features removed in 5.30Dagfinn Ilmari Mannsåker2022-02-071-24/+0
* Emit experimental::snail_in_signatures warnings on uses of @_ (aka "snail") i...Paul "LeoNerd" Evans2022-01-311-0/+17
* Emit experimental::builtin warnings from the builtin function callcheckerPaul "LeoNerd" Evans2022-01-251-0/+7
* Ensure that forbidden control flow messages about finally blocks say "finally...Paul "LeoNerd" Evans2022-01-201-0/+5
* Implement and test try/catch/finally syntaxPaul "LeoNerd" Evans2022-01-201-0/+6
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-291-0/+5
* Also C<codeword> quote "defer" and "goto"Paul "LeoNerd" Evans2021-11-241-1/+1
* Quote the word "defer" in exception messages about control flowPaul "LeoNerd" Evans2021-11-241-3/+3
* Forbid using 'goto' to jump into a 'defer' block because everything will brea...Paul "LeoNerd" Evans2021-11-231-0/+5
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-4/+0
* Pod improvements suggested by Matthew HorsfallNicholas Clark2021-10-151-1/+1
* n-at-a-time for loops now warn by default (as 'experimental::for_list').Nicholas Clark2021-10-151-0/+6
* Generate the optree for n-at-a-time for loops.Nicholas Clark2021-10-151-0/+5
* Remove documentation of previously removed warningJames E Keenan2021-10-091-4/+0
* Remove pp_pack "unlisted" exceptions from t/porting/diag.tNicholas Clark2021-09-291-1/+1
* Remove descriptions of deleted "Panics" from perldiag.podNicholas Clark2021-09-181-57/+0
* Prefix "unexpected constant lvalue entersub" with "panic: "Nicholas Clark2021-09-181-5/+5
* The different xs_handshake() failures need distinct messagesNicholas Clark2021-09-091-1/+1
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+13
* warn when using each on an anonymous hash or arrayTony Cook2021-07-061-0/+6
* perldiag: numer -> number typo fixChristian Walde2021-06-291-1/+1
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-8/+0
* Document another case when the "not imported" warning is usedE. Choroba2021-04-161-1/+2
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+6
* Add missing entries to perldiag; GH #18276Karl Williamson2021-01-301-0/+45
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-9/+0
* perldiag.pod: Correct description for "Lost precision when %s %f by 1" warning.TAKAI Kousuke2021-01-171-3/+6
* fix a typoTony Cook2021-01-061-1/+1
* add a bareword_filehandles feature, which is enabled by defaultTony Cook2021-01-041-0/+9
* Signatures: add argument counts to count-mismatch error messages.Felipe Gasper2021-01-031-4/+16
* \K in lookaround might become permitted in the futureTony Cook2020-11-041-1/+4
* Fix typosSamanta Navarro2020-10-031-1/+1