This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lexwarn maintenance: new warning class unsafe
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 9 Aug 1999 20:35:13 +0000 (20:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 9 Aug 1999 20:35:13 +0000 (20:35 +0000)
commit627300f0f7d7170cc4e8db033fb6e61547324f64
treeb6c2f014e433f15d8cd83fd36b49a80b48a79890
parent99c8744d9e2348bac7621dbb0b21a8b6eaddb7f4
lexwarn maintenance: new warning class unsafe
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
lib/warning.pm
pod/perllexwarn.pod
t/pragma/warn/util
util.c
warning.h
warning.pl