summaryrefslogtreecommitdiff
path: root/lib/warnings.pm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the repeated vec logic into warnings::__chk.Nicholas Clark2010-06-231-21/+23
* No need to return $i from warnings::__chk, as the value is not used.Nicholas Clark2010-06-231-5/+5
* Make warnings::__chk default the returned caller's bitmask to 0.Nicholas Clark2010-06-231-5/+3
* Merge the guts of warnings::import and warnings::bits into _bits.Nicholas Clark2010-06-231-35/+11
* warnings::import() can exit quickly and efficiently if @_ is empty.Nicholas Clark2010-06-231-6/+9
* Some tiding of warnings::__chk().Nicholas Clark2010-06-231-3/+3
* regen warnings.pl for new version numberRicardo Signes2010-01-191-1/+1
* Move prototype parsing related warnings from the 'syntax' top level warnings ...Matt S Trout2010-01-101-5/+8
* Bump version and regenerate warnings.pmRafael Garcia-Suarez2009-11-241-1/+33
* warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their version...Jesse Vincent2009-07-291-1/+1
* Don't preload Carp::Heavy in warnings.pmRafael Garcia-Suarez2009-07-141-2/+2
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-171-3/+9
* If we use @{[]} (a.k.a. baby-cart) interpolation, we got warningsRafael Garcia-Suarez2007-10-101-2/+2
* Files names for pragmas strict and warnings can end in .pmcRafael Garcia-Suarez2007-10-091-1/+1
* Forgot to regen warningsRafael Garcia-Suarez2007-06-151-9/+3
* Do the same thing as change #31082, but for warnings.pm.Rafael Garcia-Suarez2007-04-261-1/+8
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
* warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)Bram2005-10-301-0/+1
* Make Carp.pm even lighter (and Carp::Heavy even heavier)Dave Mitchell2005-06-271-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+2
* Removing Y2K warningsAndy Lester2005-04-081-9/+6
* Re: [PATCH] Remove Carp from warnings.pmJim Cromie2005-01-071-3/+4
* [perl #31843] warnings::warn($obj,...) fails when $obj overloads "" kaminsky@math.huji.ac.il2004-10-121-4/+6
* Fix bug #24383, where hashes with the :unique attribute weren'tDave Mitchell2004-01-011-3/+3
* Re: [perl #15395] lexical warnings and inheritanceAnno Siegel2003-09-101-5/+6
* One more chance... Elizabeth's change #21107 plusRafael Garcia-Suarez2003-09-091-10/+10
* In trying to save space, the warnings.pl change (#21107)Jarkko Hietaniemi2003-09-091-10/+10
* warnings.pl: each thread 10K smallerElizabeth Mattijsen2003-09-081-10/+10
* [DOC PATCH] warnings.plElizabeth Mattijsen2003-08-141-0/+4
* Diffs-sans-version-diffs between blead and maint.Jarkko Hietaniemi2003-08-141-1/+1
* [PATCH] assertionsSalvador FandiƱo2003-03-041-3/+9
* avoid reliance on croak() prototypeHugo van der Sanden2002-11-031-1/+1
* RE: mixing FATAL and non-FATAL warningsPaul Marquess2002-06-201-8/+67
* revised warnings + more tests + docsDave Mitchell2002-05-181-21/+25
* RE: perl@16678Paul Marquess2002-05-181-0/+4
* warnings for perlio + othersPaul Marquess2002-03-251-116/+119
* fix warning + carp interactionPaul Marquess2002-03-241-9/+13
* taint + deprecated warningsPaul Marquess2002-03-041-84/+84