summaryrefslogtreecommitdiff
path: root/lib/warnings.pm
Commit message (Expand)AuthorAgeFilesLines
* discourage use warnings FATAL => 'all'David Golden2015-03-231-22/+50
* Revert discouragement of fatal warningsRicardo Signes2015-03-171-32/+20
* perldelta entry for ce3778a3796be3e4604ed9b3671ea624c5affe0b.James E Keenan2015-03-161-2/+2
* Document FATAL warnings as discouraged.David Golden2015-03-161-20/+32
* Add experimental::bitwise warnings categoryFather Chrysostomos2015-01-311-27/+32
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-446/+350
* Add experimental::const_attr warning categoryFather Chrysostomos2015-01-191-32/+37
* Add new warnings category for "use re 'strict'"Karl Williamson2015-01-131-147/+152
* warnings.pm: Fix too long verbatim linesKarl Williamson2014-12-301-135/+135
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-155/+245
* Add 'locale' warning categoryKarl Williamson2014-11-041-135/+140
* Rename lvalue referencesFather Chrysostomos2014-10-171-6/+6
* remove excess whitespace from warnings.pmDaniel Dragan2014-10-131-31/+31
* move POD in warnings.pm to end of file to reduce module load I/O callsDaniel Dragan2014-10-131-458/+458
* Increase $warnings::VERSION to 1.27Father Chrysostomos2014-10-101-1/+1
* Add experimental::lvalue_refs warnings categoryFather Chrysostomos2014-10-101-15/+20
* Add a new warning about redundant printf argumentsÆvar Arnfjörð Bjarmason2014-06-211-4/+9
* Split up the fake "missing" warning category into an actual categoryÆvar Arnfjörð Bjarmason2014-06-211-4/+13
* add a warning for using the :win32 PerlIO layerTony Cook2014-06-101-125/+133
* regenerate warnings.pmRicardo Signes2014-03-181-14/+586
* subroutine signaturesZefram2014-02-011-11/+14
* [perl #120977] bump $warnings::VERSIONTony Cook2014-01-221-1/+1
* assume "all" in "use warnings 'FATAL';" and relatedHauke D2014-01-221-1/+5
* rename aggref warnings to autoderefRicardo Signes2014-01-141-3/+3
* Increase $warnings::VERSION to 1.21Father Chrysostomos2014-01-141-1/+1
* Make key/push $scalar experimentalFather Chrysostomos2014-01-141-14/+17
* new warnings category, so bump warnings.pmRicardo Signes2013-10-051-1/+1
* Make postderef experimentalFather Chrysostomos2013-10-051-11/+14
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-117/+123
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-7/+10
* put an experimental warning on lexical topicRicardo Signes2013-02-201-9/+12
* In warnings.pm, delete a hash slice, instead of using a loop.Nicholas Clark2013-02-171-2/+2
* Create new warnings category experimental::regex_setsKarl Williamson2013-01-111-7/+10
* Increase $warnings::VERSION to 1.15Father Chrysostomos2012-09-301-1/+1
* Use two colons for lexsub warningFather Chrysostomos2012-09-301-7/+3
* Add experimental warnings categ and :lexical_subs warn IDFather Chrysostomos2012-09-151-106/+119
* Increase $warnings::VERSION to 1.14Father Chrysostomos2012-09-141-1/+1
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-141-4/+8
* warnings.pm docs: clarify categories are in perllexwarnDavid Golden2012-02-041-1/+2
* Increase $warnings::VERSION to 1.13Father Chrysostomos2012-01-261-1/+1
* Allow ${^WARNING_BITS} to turn off lexical warningsFather Chrysostomos2012-01-261-2/+2
* Subclass utf8 warnings so can turn off individuallyKarl Williamson2011-02-171-99/+111
* 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-4/+3
* warnings.pl -> regen/warnings.plFather Chrysostomos2010-10-131-1/+1
* rename &warnings::register to avoid ambiguityRicardo Signes2010-09-121-2/+2
* Bump $warnings{,::register}::VERSIONFlorian Ragwitz2010-09-101-1/+1
* Update warnings.pl with the ::register changesFlorian Ragwitz2010-09-101-2/+1
* improve registration of warning categoriesRicardo Signes2010-09-101-0/+33
* Move parameter validation, and carp/croak generation into warnings::__chk.Nicholas Clark2010-06-231-27/+27