summaryrefslogtreecommitdiff
path: root/pod/perllexwarn.pod
Commit message (Collapse)AuthorAgeFilesLines
* Re: AW: [PATCH pod/*] Use Direct Object Constructor Callschromatic2006-09-041-2/+2
| | | | | Message-Id: <200609010912.46314.chromatic@wgz.org> p4raw-id: //depot/perl@28778
* remove whitespace preceding semicolon in docsSteven Schubiger2005-11-101-58/+58
| | | | | Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org> p4raw-id: //depot/perl@26073
* POD index entries with X<>Ivan Tubert-Brohman2005-10-131-0/+7
| | | | | Message-ID: <434D9A32.4050305@cpan.org> p4raw-id: //depot/perl@25748
* Removing Y2K warningsAndy Lester2005-04-081-2/+0
| | | | | Message-ID: <20050407224442.GA23895@petdance.com> p4raw-id: //depot/perl@24205
* Re: [perl #15063] /tmp issuesSolar Designer2004-02-011-2/+2
| | | | | | | Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation p4raw-id: //depot/perl@22258
* Some docs for the assertions.Rafael Garcia-Suarez2003-06-171-0/+2
| | | p4raw-id: //depot/perl@19808
* RE: mixing FATAL and non-FATAL warningsPaul Marquess2002-06-201-3/+10
| | | | | | 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
* example in pod/perllexwarn.podSlaven Rezic2002-04-081-2/+3
| | | | | Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de> p4raw-id: //depot/perl@15804
* warnings for perlio + othersPaul Marquess2002-03-251-0/+2
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15485
* taint + deprecated warningsPaul Marquess2002-03-041-2/+7
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15003
* Fix scoping problem with FATAL warningsPaul Marquess2001-10-141-0/+6
| | | | | 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-4/+0
| | | | | | | Message-ID: <20010712045931.8543.qmail@plover.com> Remove the chmod/umask leading zero warning. p4raw-id: //depot/perl@11290
* the uncontroversial doc patchesMichael Stevens2001-03-161-4/+4
| | | | | Message-ID: <20010315200112.A7636@firedrake.org> p4raw-id: //depot/perl@9175
* Pod updatesStephen P. Potter2000-11-071-1/+1
| | | | | Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585
* warnings fixesPaul Marquess2000-08-281-18/+28
| | | | | 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-14/+85
| | | | | | | | 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
* doubled words in pods (from Simon CozensGurusamy Sarathy2000-04-271-2/+2
| | | | | <simon.p.cozens@jp.pwcglobal.com>) p4raw-id: //depot/perl@5959
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-131-19/+48
| | | p4raw-id: //depot/perl@5702
* whitespace and readabiliti nits in the pods (from Michael G SchwernGurusamy Sarathy2000-03-031-14/+14
| | | | | and Robin Barker) p4raw-id: //depot/perl@5493
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-91/+158
| | | | | scope, among other things (from Paul Marquess) p4raw-id: //depot/perl@5170
* pod typos (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-101-2/+2
| | | p4raw-id: //depot/perl@4781
* add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-0/+4
| | | | | | warnings on "19$yy" etc (reworked a patch suggested by Ulrich Pfeifer <upf@de.uu.net>) p4raw-id: //depot/perl@4132
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-26/+33
| | | p4raw-id: //depot/cfgperl@4038
* lexwarn maintenance: new warning class unsafeJarkko Hietaniemi1999-08-091-5/+5
| | | | | | | | subclasses 'overflow' and 'portable' created, used by the recent integer overflow warnings. Class syntax subclass 'octal' renamed to 'digit', binary and hexadecimal parsing errors also 'digit' warnings. p4raw-id: //depot/cfgperl@3942
* minor tweaks to pods and toke.c commentsGurusamy Sarathy1999-07-291-2/+2
| | | p4raw-id: //depot/perl@3826
* Integer constants (0x, 0[0-7], 0b) now overflow fatally,Jarkko Hietaniemi1999-07-271-6/+10
| | | | | | | they used to be just optional lexical warnings. Also, with warnings turned on, constants > 2**32-1 trigger a non-portability warning. p4raw-id: //depot/cfgperl@3798
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-0/+322
due to leaked scalar, investigation pending) Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk> Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings p4raw-id: //depot/perl@3640