| Commit message (Expand) | Author | Age | Files | Lines |
* | Move regen scripts to regen/ | Steffen Mueller | 2010-10-10 | 1 | -831/+0 |
* | Remove from warnings.pl various long commented out and dead code. | Nicholas Clark | 2010-09-22 | 1 | -8/+0 |
* | rename &warnings::register to avoid ambiguity | Ricardo Signes | 2010-09-12 | 1 | -2/+2 |
* | Bump $warnings{,::register}::VERSION | Florian Ragwitz | 2010-09-10 | 1 | -1/+1 |
* | Update warnings.pl with the ::register changes | Florian Ragwitz | 2010-09-10 | 1 | -1/+33 |
* | warnings.pl: Silence perl compiler warnings | Karl Williamson | 2010-07-26 | 1 | -4/+4 |
* | Move parameter validation, and carp/croak generation into warnings::__chk. | Nicholas Clark | 2010-06-23 | 1 | -27/+27 |
* | Move the repeated vec logic into warnings::__chk. | Nicholas Clark | 2010-06-23 | 1 | -21/+23 |
* | No need to return $i from warnings::__chk, as the value is not used. | Nicholas Clark | 2010-06-23 | 1 | -5/+5 |
* | Make warnings::__chk default the returned caller's bitmask to 0. | Nicholas Clark | 2010-06-23 | 1 | -5/+3 |
* | Merge the guts of warnings::import and warnings::bits into _bits. | Nicholas Clark | 2010-06-23 | 1 | -35/+11 |
* | warnings::import() can exit quickly and efficiently if @_ is empty. | Nicholas Clark | 2010-06-23 | 1 | -6/+9 |
* | Some tiding of warnings::__chk(). | Nicholas Clark | 2010-06-23 | 1 | -3/+3 |
* | regen warnings.pl for new version number | Ricardo Signes | 2010-01-19 | 1 | -1/+1 |
* | Move prototype parsing related warnings from the 'syntax' top level warnings ... | Matt S Trout | 2010-01-10 | 1 | -0/+1 |
* | Bump version and regenerate warnings.pm | Rafael Garcia-Suarez | 2009-11-24 | 1 | -1/+1 |
* | Add code and starting perldoc for warnings::fatal_enabled. | Andrew Rodland | 2009-11-24 | 1 | -0/+32 |
* | Change S_ckwarn_common() to looping over the packed warning value. | Nicholas Clark | 2009-10-13 | 1 | -0/+2 |
* | warnings.pl and lib/warnings.pm have been changed since 5.10.0. Their version... | Jesse Vincent | 2009-07-29 | 1 | -2/+2 |
* | Don't preload Carp::Heavy in warnings.pm | Rafael Garcia-Suarez | 2009-07-14 | 1 | -2/+2 |
* | Add some documentation to the heads of the various *.pl build scripts | David Mitchell | 2009-05-15 | 1 | -0/+13 |
* | Drag autodoc.pl and overload.pl into the age of safer_open(). | Nicholas Clark | 2008-03-17 | 1 | -2/+2 |
* | Rename safer_rename() to rename_if_different(), to accurately describe | Nicholas Clark | 2008-03-15 | 1 | -34/+32 |
* | Re: [patch] refine make regen to be more selective | Jim Cromie | 2008-03-15 | 1 | -5/+6 |
* | warn if ++ or -- are unable to change the value because it's beyond | Nicholas Clark | 2008-01-17 | 1 | -0/+1 |
* | If we use @{[]} (a.k.a. baby-cart) interpolation, we got warnings | Rafael Garcia-Suarez | 2007-10-10 | 1 | -2/+2 |
* | Files names for pragmas strict and warnings can end in .pmc | Rafael Garcia-Suarez | 2007-10-09 | 1 | -1/+1 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -1/+0 |
* | Do the same thing as change #31082, but for warnings.pm. | Rafael Garcia-Suarez | 2007-04-26 | 1 | -1/+8 |
* | Avoid *some* g++ errors. (But not all yet) | Nicholas Clark | 2007-02-19 | 1 | -2/+3 |
* | Integrate: | Andy Lester | 2007-01-25 | 1 | -1/+1 |
* | Turn taint warnings (-t) into severe warnings, so they're | Rafael Garcia-Suarez | 2007-01-08 | 1 | -3/+0 |
* | Restore modification in warnings.h from change 28662 by backporting it | Rafael Garcia-Suarez | 2006-08-07 | 1 | -2/+2 |
* | disable WARN and DIE hooks during constant folding | Dave Mitchell | 2006-05-10 | 1 | -0/+3 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -4/+8 |
* | warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a | Nicholas Clark | 2006-02-04 | 1 | -2/+2 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -3/+3 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 1 | -2/+2 |
* | warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9) | Bram | 2005-10-30 | 1 | -0/+1 |
* | replace ckWARN macros with functions | Dave Mitchell | 2005-07-02 | 1 | -55/+9 |
* | Make Carp.pm even lighter (and Carp::Heavy even heavier) | Dave Mitchell | 2005-06-27 | 1 | -1/+1 |
* | Silence some more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 1 | -5/+5 |
* | SvPVX_const() - Patch #1 | Steve Peters | 2005-05-20 | 1 | -2/+2 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -3/+5 |
* | Removing Y2K warnings | Andy Lester | 2005-04-08 | 1 | -1/+0 |
* | Re: [PATCH] Remove Carp from warnings.pm | Jim Cromie | 2005-01-07 | 1 | -3/+4 |
* | Make all scripts run by regen.pl write output with UNIX style EOL's. | Steve Hay | 2004-11-16 | 1 | -0/+2 |
* | [perl #31843] warnings::warn($obj,...) fails when $obj overloads "" | kaminsky@math.huji.ac.il | 2004-10-12 | 1 | -4/+6 |
* | Fix bug #24383, where hashes with the :unique attribute weren't | Dave Mitchell | 2004-01-01 | 1 | -3/+3 |
* | Re: [perl #15395] lexical warnings and inheritance | Anno Siegel | 2003-09-10 | 1 | -5/+6 |