| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | One more chance... Elizabeth's change #21107 plus | Rafael Garcia-Suarez | 2003-09-09 | 1 | -11/+11 |
* | In trying to save space, the warnings.pl change (#21107) | Jarkko Hietaniemi | 2003-09-09 | 1 | -11/+11 |
* | warnings.pl: each thread 10K smaller | Elizabeth Mattijsen | 2003-09-08 | 1 | -11/+11 |
* | [DOC PATCH] warnings.pl | Elizabeth Mattijsen | 2003-08-14 | 1 | -0/+4 |
* | Diffs-sans-version-diffs between blead and maint. | Jarkko Hietaniemi | 2003-08-14 | 1 | -3/+2 |
* | A swath of VERSION patches from Nicholas Clark. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | [PATCH] assertions | Salvador FandiƱo | 2003-03-04 | 1 | -0/+2 |
* | make regen_headers. | Rafael Garcia-Suarez | 2002-11-05 | 1 | -1/+1 |
* | RE: mixing FATAL and non-FATAL warnings | Paul Marquess | 2002-06-20 | 1 | -8/+67 |
* | revised warnings + more tests + docs | Dave Mitchell | 2002-05-18 | 1 | -0/+2 |
* | RE: perl@16678 | Paul Marquess | 2002-05-18 | 1 | -71/+148 |
* | warnings for perlio + others | Paul Marquess | 2002-03-25 | 1 | -0/+1 |
* | fix warning + carp interaction | Paul Marquess | 2002-03-24 | 1 | -9/+13 |
* | taint + deprecated warnings | Paul Marquess | 2002-03-04 | 1 | -6/+55 |
* | attr | Paul Marquess | 2002-03-04 | 1 | -3/+3 |
* | Re: [PATCH warnings, perldiag] document diagnostics | Rafael Garcia-Suarez | 2002-01-21 | 1 | -3/+3 |
* | -t without -w | Michael G. Schwern | 2001-12-30 | 1 | -5/+23 |
* | Fix scoping problem with FATAL warnings | Paul Marquess | 2001-10-14 | 1 | -1/+1 |
* | Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test | Mark-Jason Dominus | 2001-07-12 | 1 | -2/+0 |
* | Retract #11166 (and #11237). | Jarkko Hietaniemi | 2001-07-12 | 1 | -5/+2 |
* | (Retracted by #11285.) | Abhijit Menon-Sen | 2001-07-06 | 1 | -2/+5 |