This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
disable WARN and DIE hooks during constant folding
[perl5.git] / warnings.pl
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 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
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-07-02 Dave Mitchellreplace ckWARN macros with functions
2005-06-27 Dave MitchellMake Carp.pm even lighter (and Carp::Heavy even heavier)
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
2005-01-07 Jim CromieRe: [PATCH] Remove Carp from warnings.pm
2004-11-16 Steve HayMake all scripts run by regen.pl write output with...
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-08-14 Jarkko HietaniemiA swath of VERSION patches from Nicholas Clark.
2003-03-04 Salvador Fandiño[PATCH] assertions
2002-11-05 Rafael Garcia-Suarezmake regen_headers.
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-12-30 Michael G. Schwern-t without -w
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 Nick Ing-SimmonsIntegrate mainline
2001-07-06 Abhijit Menon-Sen(Retracted by #11285.)
2001-03-01 Nicholas Clarkdon't write along symlinks into a read only source...
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-12-06 Michael G. Schwern$VERSION crusade, strict, tests, etc... all over lib/
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-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-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...
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.