This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add tests.
[perl5.git] / lib / warnings.pm
2009-07-29 Jesse Vincentwarnings.pl and lib/warnings.pm have been changed since...
2009-07-14 Rafael Garcia-SuarezDon't preload Carp::Heavy in warnings.pm
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2007-10-10 Rafael Garcia-SuarezIf we use @{[]} (a.k.a. baby-cart) interpolation, we...
2007-10-09 Rafael Garcia-SuarezFiles names for pragmas strict and warnings can end...
2007-06-15 Rafael Garcia-SuarezForgot to regen warnings
2007-04-26 Rafael Garcia-SuarezDo the same thing as change #31082, but for warnings.pm.
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-10-30 Bramwarnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
2005-06-27 Dave MitchellMake Carp.pm even lighter (and Carp::Heavy even heavier)
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-04-08 Andy LesterRemoving Y2K warnings
2005-01-07 Jim CromieRe: [PATCH] Remove Carp from warnings.pm
2004-10-12 kaminsky@math.huji... [perl #31843] warnings::warn($obj,...) fails when ...
2004-01-01 Dave MitchellFix bug #24383, where hashes with the :unique attribute...
2003-09-10 Anno SiegelRe: [perl #15395] lexical warnings and inheritance
2003-09-09 Rafael Garcia-SuarezOne more chance... Elizabeth's change #21107 plus
2003-09-09 Jarkko HietaniemiIn trying to save space, the warnings.pl change (#21107)
2003-09-08 Elizabeth Mattijsenwarnings.pl: each thread 10K smaller
2003-08-14 Elizabeth Mattijsen[DOC PATCH] warnings.pl
2003-08-14 Jarkko HietaniemiDiffs-sans-version-diffs between blead and maint.
2003-03-04 Salvador Fandiño[PATCH] assertions
2002-11-03 Hugo van der Sandenavoid reliance on croak() prototype
2002-06-21 Nick Ing-SimmonsIntegrate mainline
2002-06-20 Paul MarquessRE: mixing FATAL and non-FATAL warnings
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-24 Paul Marquessfix warning + carp interaction
2002-03-04 Paul Marquesstaint + deprecated warnings
2002-03-04 Paul Marquessattr
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-21 Rafael Garcia-SuarezRe: [PATCH warnings, perldiag] document diagnostics
2001-10-14 Paul MarquessFix scoping problem with FATAL warnings
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.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-07 Nick Ing-SimmonsVarious oddities p4 diff -se showed up
2000-10-20 Charles BaileySYN SYN
2000-08-28 Paul Marquesswarnings fixes
2000-08-18 Paul MarquessAdd warnif(), check warnings further up the stack,
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-05-28 Gurusamy Sarathydoc typo
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
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-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathy${^Warnings} renamed to ${^WARNING_BITS}
2000-02-02 Gurusamy Sarathyfuture-proof unknown warning categories (from Greg...
1999-08-29 Jarkko HietaniemiRename warning to warnings, from Paul Marquess.