summaryrefslogtreecommitdiff
path: root/pod/perllexwarn.pod
Commit message (Collapse)AuthorAgeFilesLines
* 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