summaryrefslogtreecommitdiff
path: root/warnings.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add experimental::bitwise warnings categoryFather Chrysostomos2015-01-311-7/+8
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-73/+70
* Add experimental::const_attr warning categoryFather Chrysostomos2015-01-191-8/+9
* Add new warnings category for "use re 'strict'"Karl Williamson2015-01-131-11/+12
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-5/+8
* Add 'locale' warning categoryKarl Williamson2014-11-041-5/+6
* Rename lvalue referencesFather Chrysostomos2014-10-171-1/+1
* Add experimental::lvalue_refs warnings categoryFather Chrysostomos2014-10-101-3/+4
* Add a new warning about redundant printf argumentsÆvar Arnfjörð Bjarmason2014-06-211-0/+1
* Split up the fake "missing" warning category into an actual categoryÆvar Arnfjörð Bjarmason2014-06-211-0/+1
* add a warning for using the :win32 PerlIO layerTony Cook2014-06-101-3/+7
* subroutine signaturesZefram2014-02-011-1/+2
* rename aggref warnings to autoderefRicardo Signes2014-01-141-1/+1
* Make key/push $scalar experimentalFather Chrysostomos2014-01-141-2/+3
* regen/warnings.pl: Add commentsKarl Williamson2014-01-011-0/+8
* Make postderef experimentalFather Chrysostomos2013-10-051-1/+2
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-3/+7
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-0/+1
* put an experimental warning on lexical topicRicardo Signes2013-02-201-1/+2
* Create new warnings category experimental::regex_setsKarl Williamson2013-01-111-0/+1
* Use two colons for lexsub warningFather Chrysostomos2012-09-301-1/+1
* Add experimental warnings categ and :lexical_subs warn IDFather Chrysostomos2012-09-151-54/+59
* Subclass utf8 warnings so can turn off individuallyKarl Williamson2011-02-171-3/+9
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-0/+1
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-2/+2
* warnings.pl -> regen/warnings.plFather Chrysostomos2010-10-131-1/+1
* Move prototype parsing related warnings from the 'syntax' top level warnings ...Matt S Trout2010-01-101-0/+1
* Change S_ckwarn_common() to looping over the packed warning value.Nicholas Clark2009-10-131-0/+2
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-171-0/+4
* Forgot to regen warningsRafael Garcia-Suarez2007-06-151-4/+0
* Avoid *some* g++ errors. (But not all yet)Nicholas Clark2007-02-191-2/+3
* Integrate:Andy Lester2007-01-251-1/+1
* Turn taint warnings (-t) into severe warnings, so they'reRafael Garcia-Suarez2007-01-081-1/+0
* Restore modification in warnings.h from change 28662 by backporting itRafael Garcia-Suarez2006-08-071-2/+2
* Regenerate files after previous changeRafael Garcia-Suarez2006-08-071-2/+2
* g++ large patchJarkko Hietaniemi2006-08-071-2/+2
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-101-0/+3
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-4/+8
* warnings.h does some evil(*) pointer arithmetic on (SV *)0, so aNicholas Clark2006-02-041-2/+2
* Oops. When changing warnings.pl one should re-run it. Well spottedNicholas Clark2006-02-031-3/+3
* replace ckWARN macros with functionsDave Mitchell2005-07-021-55/+9
* Silence some more bcc32 compiler warningsSteve Hay2005-06-221-4/+4
* SvPVX_const() - Patch #1Steve Peters2005-05-201-2/+2