summaryrefslogtreecommitdiff
path: root/warnings.pl
Commit message (Collapse)AuthorAgeFilesLines
* [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-3/+2
| | | p4raw-id: //depot/perl@20695
* A swath of VERSION patches from Nicholas Clark.Jarkko Hietaniemi2003-08-141-1/+1
| | | p4raw-id: //depot/perl@20688
* [PATCH] assertionsSalvador Fandiño2003-03-041-0/+2
| | | | | | | | | | 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
* make regen_headers.Rafael Garcia-Suarez2002-11-051-1/+1
| | | | | | Backport change #18078 to warnings.pl. p4raw-link: @18078 on //depot/perl: 92cde64730ac68c05bd8f8990a57fb156d283457 p4raw-id: //depot/perl@18113
* 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-0/+2
| | | | | Message-ID: <20020518222451.E7275@fdgroup.com> p4raw-id: //depot/perl@16685
* RE: perl@16678Paul Marquess2002-05-181-71/+148
| | | | | | | | 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-0/+1
| | | | | | 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-6/+55
| | | | | | 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
* -t without -w Michael G. Schwern2001-12-301-5/+23
| | | | | Message-ID: <20011230044625.GA14386@blackrider> p4raw-id: //depot/perl@13953
* 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-2/+0
| | | | | | | 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-5/+2
| | | p4raw-id: //depot/perl@11285
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-2/+5
| | | | | | Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11166
* don't write along symlinks into a read only source tree (was Re: [ID ↵Nicholas Clark2001-03-011-2/+2
| | | | | | | | | | 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED)) Message-ID: <20010228232849.A55187@plum.flirble.org> Allow a completely write protected source code tree when using the Configure -Dmksymlinks. p4raw-id: //depot/perl@8971
* Various oddities p4 diff -se showed upNick Ing-Simmons2000-12-071-19/+20
| | | | | Remove 'our' from warnings.pl p4raw-id: //depot/perlio@8026
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-0/+4
| | | | | | | Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013
* 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
* fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)Gurusamy Sarathy2000-04-281-39/+35
| | | p4raw-id: //depot/perl@5995
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-58/+127
| | | p4raw-id: //depot/perl@5702
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-25/+111
| | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170
* s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131Gurusamy Sarathy2000-02-191-1/+1
| | | | | 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
* cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-2/+2
| | | | | | | | | | | | | | | | | | | subtests; various subtle bugs, new and old, observed when running cloned interpreters have been fixed still to do: | * dup psig_ptr table | * merge PADOP GVs support with "our" SVs (existing PADOPs are too | simple-minded and grab one pad entry each, heavily bloating | the pad by not avoiding dups) | * overloaded constants are not really immutable--they need to | be PADOPs | * allocator for constants and OPs need to be spelled differently | (shared vs interpreter-local allocations) | * optree refcounting is still missing locking (macros are in place) | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so | perl_clone() can be called from within runops*() p4raw-id: //depot/perl@4553
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-0/+336
p4raw-id: //depot/cfgperl@4038