summaryrefslogtreecommitdiff
path: root/warnings.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* taint + deprecated warningsPaul Marquess2002-03-041-6/+55
* attrPaul Marquess2002-03-041-3/+3
* Re: [PATCH warnings, perldiag] document diagnosticsRafael Garcia-Suarez2002-01-211-3/+3
* -t without -w Michael G. Schwern2001-12-301-5/+23
* Fix scoping problem with FATAL warningsPaul Marquess2001-10-141-1/+1
* Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin testMark-Jason Dominus2001-07-121-2/+0
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-5/+2
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-2/+5
* don't write along symlinks into a read only source tree (was Re: [ID 20010129...Nicholas Clark2001-03-011-2/+2
* Various oddities p4 diff -se showed upNick Ing-Simmons2000-12-071-19/+20
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-0/+4
* warnings fixesPaul Marquess2000-08-281-2/+7
* Add warnif(), check warnings further up the stack,Paul Marquess2000-08-181-40/+136
* doc typoGurusamy Sarathy2000-05-281-1/+1
* fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)Gurusamy Sarathy2000-04-281-39/+35
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-58/+127
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-25/+111
* s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-191-1/+1
* ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-071-3/+3