summaryrefslogtreecommitdiff
path: root/warnings.pl
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* Bump version and regenerate warnings.pmRafael Garcia-Suarez2009-11-241-1/+1
* Add code and starting perldoc for warnings::fatal_enabled.Andrew Rodland2009-11-241-0/+32
* Change S_ckwarn_common() to looping over the packed warning value.Nicholas Clark2009-10-131-0/+2
* warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their version...Jesse Vincent2009-07-291-2/+2
* Don't preload Carp::Heavy in warnings.pmRafael Garcia-Suarez2009-07-141-2/+2
* Add some documentation to the heads of the various *.pl build scriptsDavid Mitchell2009-05-151-0/+13
* Drag autodoc.pl and overload.pl into the age of safer_open().Nicholas Clark2008-03-171-2/+2
* Rename safer_rename() to rename_if_different(), to accurately describeNicholas Clark2008-03-151-34/+32
* Re: [patch] refine make regen to be more selectiveJim Cromie2008-03-151-5/+6
* warn if ++ or -- are unable to change the value because it's beyondNicholas Clark2008-01-171-0/+1
* 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
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-1/+0
* Do the same thing as change #31082, but for warnings.pm.Rafael Garcia-Suarez2007-04-261-1/+8
* 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-3/+0
* Restore modification in warnings.h from change 28662 by backporting itRafael Garcia-Suarez2006-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
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-3/+3
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-2/+2
* warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)Bram2005-10-301-0/+1
* replace ckWARN macros with functionsDave Mitchell2005-07-021-55/+9
* Make Carp.pm even lighter (and Carp::Heavy even heavier)Dave Mitchell2005-06-271-1/+1
* Silence some more bcc32 compiler warningsSteve Hay2005-06-221-5/+5
* SvPVX_const() - Patch #1Steve Peters2005-05-201-2/+2
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-3/+5
* Removing Y2K warningsAndy Lester2005-04-081-1/+0
* Re: [PATCH] Remove Carp from warnings.pmJim Cromie2005-01-071-3/+4
* Make all scripts run by regen.pl write output with UNIX style EOL's.Steve Hay2004-11-161-0/+2
* [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-11/+11
* In trying to save space, the warnings.pl change (#21107)Jarkko Hietaniemi2003-09-091-11/+11
* warnings.pl: each thread 10K smallerElizabeth Mattijsen2003-09-081-11/+11
* [DOC PATCH] warnings.plElizabeth Mattijsen2003-08-141-0/+4
* Diffs-sans-version-diffs between blead and maint.Jarkko Hietaniemi2003-08-141-3/+2
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
* [PATCH] assertionsSalvador FandiƱo2003-03-041-0/+2
* make regen_headers.Rafael Garcia-Suarez2002-11-051-1/+1
* RE: mixing FATAL and non-FATAL warningsPaul Marquess2002-06-201-8/+67
* revised warnings + more tests + docsDave Mitchell2002-05-181-0/+2
* RE: perl@16678Paul Marquess2002-05-181-71/+148
* warnings for perlio + othersPaul Marquess2002-03-251-0/+1
* fix warning + carp interactionPaul Marquess2002-03-241-9/+13