summaryrefslogtreecommitdiff
path: root/warnings.h
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* warnings.pm - add deprecated::version_downgrade categoryYves Orton2023-03-181-4/+9
* warnings.pm - add deprecated::goto_construct categoryYves Orton2023-03-181-30/+32
* warnings.pm - add deprecated::delimiter_will_be_paired categoryYves Orton2023-03-181-3/+8
* warnings.pm - add deprecated::apostrophe_as_package_separator as new deprecat...Yves Orton2023-03-181-4/+9
* warnings.pm - support deprecated::unicode_property_name categoryYves Orton2023-03-181-27/+32
* warnings.pm - add deprecated::dot_in_inc warings categoryYves Orton2023-03-181-13/+18
* warnings.pm - support deprecated::smartmatch categoryYves Orton2023-03-181-0/+5
* Deprecate smartmatchPhilippe Bruhat (BooK)2023-02-251-22/+20
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-0/+5
* cop.h - get rid of the STRLEN* stuff from cop_warningsYves Orton2022-11-021-7/+6
* warnings.h - length guard cop_warnings bitvector checksYves Orton2022-11-021-2/+7
* 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-41/+24
* Add 'extra paired delimiters' featureKarl Williamson2022-03-191-2/+4
* Add a new 'scalar' warnings categoryPaul "LeoNerd" Evans2022-03-081-0/+2
* Add a new 'experimental::snail_in_signatures' warning categoryPaul "LeoNerd" Evans2022-01-311-3/+5
* Add experimental::builtin warningPaul "LeoNerd" Evans2022-01-251-5/+7
* Add a new warning experimental::for_list.Nicholas Clark2021-10-151-0/+2
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-0/+5
* warnings.h: Use cast instead of bitwise &Karl Williamson2021-07-301-4/+4
* Remove :win32 PerlIO layerLeon Timmermans2021-06-281-14/+12
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+5
* style: Detabify regen files.Michael G. Schwern2021-01-171-8/+8
* Rename internal macros in warnings.hKarl Williamson2020-10-071-5/+5
* regen/warnings.pl: Move some hidden podKarl Williamson2020-09-041-81/+81
* Document packWARN.?Karl Williamson2020-09-041-3/+12
* regen/warnings.pl: Collapse closely related podKarl Williamson2020-09-041-42/+14
* fixup to free_and_set_cop_warnings()David Mitchell2020-03-201-2/+2
* Add macro to free and set cop_warningsNicolas R2020-03-161-0/+5
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+5
* Note that the warnings categories are documentedKarl Williamson2019-09-021-0/+79
* warnings.h: Add pod about finding the XS warning categoryKarl Williamson2019-09-021-0/+7
* Add warning category for variable length lookbehindKarl Williamson2019-03-181-3/+4
* Add warnings category experimental::uniprop_wildcardsKarl Williamson2019-03-121-0/+1
* Add hook for Unicode private use overrideKarl Williamson2019-03-071-0/+4
* add Perl_dup_warnings() and fix leakDavid Mitchell2019-02-271-4/+1
* regen/warnings.pl: Fix undefined C behaviorKarl Williamson2019-01-051-2/+2
* Add 'alpha_assertions' warnings categoryKarl Williamson2018-02-181-2/+3
* Add warning for script runs being experimentalKarl Williamson2017-12-241-4/+5
* put shadowing warnings in their own categoryZefram2017-12-061-0/+4
* fix handling of registered warning categoriesZefram2017-11-151-7/+9
* ckDEAD: PL_curcop->cop_warnings only if PL_curcopDavid Mitchell2017-01-231-1/+2
* perlapi: Document ckWARN-type macrosKarl Williamson2016-12-141-0/+58
* Add experimental::declared_refs warn categFather Chrysostomos2016-07-171-0/+4
* [perl #128597] Crash from gp_free/ckWARN_dFather Chrysostomos2016-07-111-2/+4
* silence -Wparentheses-equalityDavid Mitchell2016-03-281-2/+2
* Remove experimental::lexical_topic warnings categoryFather Chrysostomos2015-09-291-14/+13
* Delete experimental autoderef featureAaron Crane2015-07-131-12/+11