summaryrefslogtreecommitdiff
path: root/lib/warnings.pm
Commit message (Collapse)AuthorAgeFilesLines
* warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)Bram2005-10-301-0/+1
| | | | | Message-Id: <42F28ED5.CFFDCCFD@wizbit.be> p4raw-id: //depot/perl@25888
* Make Carp.pm even lighter (and Carp::Heavy even heavier)Dave Mitchell2005-06-271-1/+1
| | | | | Also move carp.pm pod to carp.pod p4raw-id: //depot/perl@24995
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+2
| | | | | | in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445
* Removing Y2K warningsAndy Lester2005-04-081-9/+6
| | | | | Message-ID: <20050407224442.GA23895@petdance.com> p4raw-id: //depot/perl@24205
* Re: [PATCH] Remove Carp from warnings.pmJim Cromie2005-01-071-3/+4
| | | | | Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com> p4raw-id: //depot/perl@23768
* [perl #31843] warnings::warn($obj,...) fails when $obj overloads "" kaminsky@math.huji.ac.il2004-10-121-4/+6
| | | | | | | From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org> (with tweaks) p4raw-id: //depot/perl@23361
* Fix bug #24383, where hashes with the :unique attribute weren'tDave Mitchell2004-01-011-3/+3
| | | | | | | | getting made readonly on interpreter clone. Also, remove the :unique attribute from the hashes in warnings.pm, since they may later be modified by warnings::register. Finally, adds tests for the :unique attribute. p4raw-id: //depot/perl@22034
* Re: [perl #15395] lexical warnings and inheritanceAnno Siegel2003-09-101-5/+6
| | | | | | | | | | | Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE> The test has been moved into warnings.pm's test suite. Note that this patch fixed as well the behaviour of warnings::enabled regarding lexical scoping and different files; hence the expected results in a few tests in /t/lib/warnings/9enabled has been reverted. p4raw-id: //depot/perl@21167
* One more chance... Elizabeth's change #21107 plusRafael Garcia-Suarez2003-09-091-10/+10
| | | | | | | Subject: Re: [PATCH] warnings.pl: each thread 10K smaller Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr> p4raw-link: @21107 on //depot/perl: 71a1411e8309f445a8e3afde57ce393886ff905f p4raw-id: //depot/perl@21136
* In trying to save space, the warnings.pl change (#21107)Jarkko Hietaniemi2003-09-091-10/+10
| | | | | | | pulled in attributes.pm... and the change didn't seem to be that well tested with different configurations. Retract #21119, #21117, #21107. p4raw-id: //depot/perl@21124
* warnings.pl: each thread 10K smallerElizabeth Mattijsen2003-09-081-10/+10
| | | | | Message-Id: <p05111b16bb827ce551da@[192.168.56.4]> p4raw-id: //depot/perl@21107
* [DOC PATCH] warnings.plElizabeth Mattijsen2003-08-141-0/+4
| | | | | | | Message-id: <p05111b00bb611e8835e0@[192.168.56.3]> (some rewording) p4raw-id: //depot/perl@20701
* Diffs-sans-version-diffs between blead and maint.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20695
* [PATCH] assertionsSalvador FandiƱo2003-03-041-3/+9
| | | | | | | | | | Message-ID: <3E566138.4090709@yahoo.com> and the complement : (with added comments) Subject: [PATCH] bug in ext/B/t/deparse.t Message-ID: <3E563E16.7060303@yahoo.com> plus perldiag.pod patch for the new warning (previous change was, once again, empty) p4raw-id: //depot/perl@18828
* avoid reliance on croak() prototypeHugo van der Sanden2002-11-031-1/+1
| | | p4raw-id: //depot/perl@18078
* RE: mixing FATAL and non-FATAL warningsPaul Marquess2002-06-201-8/+67
| | | | | | From: "Paul Marquess" <Paul.Marquess@btinternet.com> Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com> p4raw-id: //depot/perl@17325
* revised warnings + more tests + docsDave Mitchell2002-05-181-21/+25
| | | | | Message-ID: <20020518222451.E7275@fdgroup.com> p4raw-id: //depot/perl@16685
* RE: perl@16678Paul Marquess2002-05-181-0/+4
| | | | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com> Making the symbols generated by warnings.pl future-proof. p4raw-id: //depot/perl@16682
* warnings for perlio + othersPaul Marquess2002-03-251-116/+119
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15485
* fix warning + carp interactionPaul Marquess2002-03-241-9/+13
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15481
* taint + deprecated warningsPaul Marquess2002-03-041-84/+84
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15003
* attrPaul Marquess2002-03-041-3/+3
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@14976
* Re: [PATCH warnings, perldiag] document diagnosticsRafael Garcia-Suarez2002-01-211-3/+3
| | | | | Message-ID: <20020120225356.A12093@rafael> p4raw-id: //depot/perl@14365
* Fix scoping problem with FATAL warningsPaul Marquess2001-10-141-1/+1
| | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk> p4raw-id: //depot/perl@12434
* Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin testMark-Jason Dominus2001-07-121-141/+135
| | | | | | | Message-ID: <20010712045931.8543.qmail@plover.com> Remove the chmod/umask leading zero warning. p4raw-id: //depot/perl@11290
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-149/+143
| | | p4raw-id: //depot/perl@11285
* The #11166 needed also these updated.Jarkko Hietaniemi2001-07-061-143/+149
| | | p4raw-id: //depot/perl@11182
* Various oddities p4 diff -se showed upNick Ing-Simmons2000-12-071-9/+11
| | | | | Remove 'our' from warnings.pl p4raw-id: //depot/perlio@8026
* warnings fixesPaul Marquess2000-08-281-2/+7
| | | | | Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com> p4raw-id: //depot/perl@6869
* Add warnif(), check warnings further up the stack,Paul Marquess2000-08-181-40/+136
| | | | | | | | all the warnings functions now can take an optional object reference. Subject: [PATCH bleedperl@6691] warnings pragma update Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com> p4raw-id: //depot/perl@6707
* doc typoGurusamy Sarathy2000-05-281-1/+1
| | | p4raw-id: //depot/perl@6146
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-125/+226
| | | p4raw-id: //depot/perl@5702
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-78/+143
| | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170
* s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-191-10/+10
| | | | | p4raw-link: @5131 on //depot/perl: 34d09196f6a006314d7ea49a091a30ce5ee08bff p4raw-id: //depot/perl@5135
* ${^Warnings} renamed to ${^WARNING_BITS}Gurusamy Sarathy2000-02-071-3/+3
| | | p4raw-id: //depot/perl@5025
* future-proof unknown warning categories (from Greg BaconGurusamy Sarathy2000-02-021-7/+8
| | | | | <gbacon@cs.uah.edu>) p4raw-id: //depot/perl@4947
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-0/+151
p4raw-id: //depot/cfgperl@4038