This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Perl_pad_new(), allocate a 2 element array for padlist.
[perl5.git] / warnings.h
2010-10-14 Father Chrysostomoswarnings.pl -> regen/warnings.pl
2010-01-10 Matt S TroutMove prototype parsing related warnings from the 'synta...
2009-10-13 Nicholas ClarkChange S_ckwarn_common() to looping over the packed...
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2007-06-15 Rafael Garcia-SuarezForgot to regen warnings
2007-02-19 Nicholas ClarkAvoid *some* g++ errors. (But not all yet)
2007-01-25 Andy LesterIntegrate:
2007-01-08 Rafael Garcia-SuarezTurn taint warnings (-t) into severe warnings, so they're
2006-08-07 Rafael Garcia-SuarezRestore modification in warnings.h from change 28662...
2006-08-07 Rafael Garcia-SuarezRegenerate files after previous change
2006-08-07 Jarkko Hietaniemig++ large patch
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-02-04 Nicholas Clarkwarnings.h does some evil(*) pointer arithmetic on...
2006-02-03 Nicholas ClarkOops. When changing warnings.pl one should re-run it...
2005-07-02 Dave Mitchellreplace ckWARN macros with functions
2005-06-22 Steve HaySilence some more bcc32 compiler warnings
2005-05-20 Steve PetersSvPVX_const() - Patch #1
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-04-08 Andy LesterRemoving Y2K warnings
2003-03-04 Salvador Fandiño[PATCH] assertions
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-18 Dave Mitchellrevised warnings + more tests + docs
2002-05-18 Paul MarquessRE: perl@16678
2002-03-25 Paul Marquesswarnings for perlio + others
2002-03-04 Paul Marquesstaint + deprecated warnings
2001-12-30 Michael G. Schwern-t without -w
2001-07-12 Mark-Jason DominusRe: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
2001-07-12 Jarkko HietaniemiRetract #11166 (and #11237).
2001-07-06 Jarkko HietaniemiThe #11166 needed also these updated.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathyfixes for bugs in C<use warnings qw(FATAL all)> (from...
2000-03-13 Gurusamy Sarathyfinal touches for lexical warnings (from Paul Marquess)
2000-02-20 Gurusamy Sarathylexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathys/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-13 Gurusamy Sarathycloned interpreters now actually run and pass all but...
1999-08-29 Jarkko HietaniemiRename warning to warnings, from Paul Marquess.