doc f7abe7
[p5sagit/p5-mst-13.2.git] / warnings.h
2010-01-10 Matt S Trout Move prototype parsing related warnings from the 'synta...
2009-10-13 Nicholas Clark Change S_ckwarn_common() to looping over the packed...
2008-01-17 Nicholas Clark warn if ++ or -- are unable to change the value because...
2007-06-15 Rafael Garcia-Suarez Forgot to regen warnings
2007-02-19 Nicholas Clark Avoid *some* g++ errors. (But not all yet)
2007-01-25 Andy Lester Integrate:
2007-01-08 Rafael Garcia-Suarez Turn taint warnings (-t) into severe warnings, so they're
2006-08-07 Rafael Garcia-Suarez Restore modification in warnings.h from change 28662...
2006-08-07 Rafael Garcia-Suarez Regenerate files after previous change
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-05-10 Dave Mitchell disable WARN and DIE hooks during constant folding
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-02-04 Nicholas Clark warnings.h does some evil(*) pointer arithmetic on...
2006-02-03 Nicholas Clark Oops. When changing warnings.pl one should re-run it...
2005-07-02 Dave Mitchell replace ckWARN macros with functions
2005-06-22 Steve Hay Silence some more bcc32 compiler warnings
2005-05-20 Steve Peters SvPVX_const() - Patch #1
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-04-08 Andy Lester Removing Y2K warnings
2003-03-04 Salvador Fandiño [PATCH] assertions
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-18 Dave Mitchell revised warnings + more tests + docs
2002-05-18 Paul Marquess RE: perl@16678
2002-03-25 Paul Marquess warnings for perlio + others
2002-03-04 Paul Marquess taint + deprecated warnings
2001-12-30 Michael G. Schwern -t without -w
2001-07-12 Mark-Jason Dominus Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
2001-07-12 Jarkko Hietaniemi Retract #11166 (and #11237).
2001-07-06 Jarkko Hietaniemi The #11166 needed also these updated.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-28 Gurusamy Sarathy fixes for bugs in C<use warnings qw(FATAL all)> (from...
2000-03-13 Gurusamy Sarathy final touches for lexical warnings (from Paul Marquess)
2000-02-20 Gurusamy Sarathy lexical warnings update, ability to inspect bitmask...
2000-02-19 Gurusamy Sarathy s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.