summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* t/porting/deprecation.t - add tests for deprecation documentation and categoriesYves Orton2023-03-181-112/+114
* regen/warnings.pl - line up categories, put them in date orderYves Orton2023-03-181-5/+6
* warnings.pm - add deprecated::version_downgrade categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::goto_construct categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::delimiter_will_be_paired categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::apostrophe_as_package_separator as new deprecat...Yves Orton2023-03-181-1/+2
* warnings.pm - support deprecated::unicode_property_name categoryYves Orton2023-03-181-0/+1
* warnings.pm - add deprecated::dot_in_inc warings categoryYves Orton2023-03-181-0/+1
* warnings.pm - support deprecated::smartmatch categoryYves Orton2023-03-181-12/+16
* Deprecate smartmatchPhilippe Bruhat (BooK)2023-02-251-1/+2
* Prefer scalar assignment to get caller's first return valueRichard Leach2023-02-221-2/+2
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-1/+3
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-8/+7
* warnings.h - length guard cop_warnings bitvector checksYves Orton2022-11-021-3/+8
* op.c - use refcounted pv pointers for cop_warningsYves Orton2022-11-011-1/+1
* Reclaim unused bits in ${^WARNING_BITS}Philippe Bruhat (BooK)2022-09-241-1/+32
* regen/warnings.pl Rmv extraneous 'my' declarationKarl Williamson2022-08-141-1/+1
* regen/warnings.pl: rename $tre to $treeDavid Mitchell2022-05-041-13/+13
* regen/warnings.pl: add comments about $TREEDavid Mitchell2022-05-041-0/+17
* regen/warnings.pl: rename filehandle variablesDavid Mitchell2022-05-041-36/+39
* regen/warnings.pl: better comment what the subs doDavid Mitchell2022-05-041-0/+22
* regen/warnings.pl: eliminate broken dup checkDavid Mitchell2022-05-041-2/+0
* regen/warnings.pl: eliminate global %v_list varDavid Mitchell2022-05-041-7/+28
* regen/warnings.pl: eliminate lexical var %ValueDavid Mitchell2022-05-041-2/+0
* regen/warnings.pl: uppercase 'global' lexical varsDavid Mitchell2022-05-041-32/+41
* regen/warnings.pl: remove a block scopeDavid Mitchell2022-05-041-41/+39
* regen/warnings.pl: remove unused lexical variableDavid Mitchell2022-05-041-2/+0
* regen/warnings.pl: move boilerplate text to endDavid Mitchell2022-05-041-102/+115
* Add 'extra paired delimiters' featureKarl Williamson2022-03-191-0/+2
* Remove use of experimental regex sets warningsKarl Williamson2022-03-191-1/+1
* Add a new 'scalar' warnings categoryPaul "LeoNerd" Evans2022-03-081-1/+2
* Add a new 'experimental::snail_in_signatures' warning categoryPaul "LeoNerd" Evans2022-01-311-0/+2
* Add experimental::builtin warningPaul "LeoNerd" Evans2022-01-251-1/+3
* POD breakage in lib/warnings.pmPete Houston2021-11-181-2/+2
* Add a new warning experimental::for_list.Nicholas Clark2021-10-151-1/+3
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-1/+3
* Document v5.35 warnings-on-by-defaultBen Cornett2021-08-151-1/+7
* warnings.h: Use cast instead of bitwise &Karl Williamson2021-07-301-4/+4
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-3/+1
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+2
* Additional guidance against "FATAL => 'all'".James E Keenan2021-01-301-2/+5
* style: Detabify regen files.Michael G. Schwern2021-01-171-152/+152
* Add -negative import args for 'use warnings'David Cantrell2020-11-281-8/+54
* Rename internal macros in warnings.hKarl Williamson2020-10-071-5/+5
* regen/warnings.pl: Move some hidden podKarl Williamson2020-09-041-5/+5
* Document packWARN.?Karl Williamson2020-09-041-3/+12
* regen/warnings.pl: Collapse closely related podKarl Williamson2020-09-041-42/+14
* use semicolon to separate statementsGraham Knop2020-07-301-1/+1
* warnings: fix missed `$c` in previous commitDagfinn Ilmari Mannsåker2020-07-211-1/+1