diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1997-04-30 00:00:00 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-30 00:00:00 +1200 |
commit | 878e08dfd37ef18d0471607a99b747ae9fd31e93 (patch) | |
tree | 33b9068869efbbfe6ce9c4784c3efde0c9c081d7 /pod | |
parent | 6da72b644b845971d5b417f3c6f5590e23084bcd (diff) | |
download | perl-878e08dfd37ef18d0471607a99b747ae9fd31e93.tar.gz |
[inseparable changes from match from perl-5.003_97j to perl-5.003_98]perl-5.003_98
DOCUMENTATION
Subject: Add new diagnostics to perldelta
From: Chip Salzenberg <chip@perl.com>
Files: pod/perldelta.pod pod/perldiag.pod
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 12 | ||||
-rw-r--r-- | pod/perldiag.pod | 2 | ||||
-rw-r--r-- | pod/perltoc.pod | 43 |
3 files changed, 34 insertions, 23 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f4a4d232ca..48c04b3294 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -11,7 +11,8 @@ this one. =head1 Supported Environments Perl5.004 builds out of the box on Unix, Plan9, LynxOS, VMS, OS/2, -QNX, and AmigaOS. +QNX, AmigaOS, and Windows NT; once built on Windows NT, Perl runs +on Windows 95 as well. =head1 Core Changes @@ -1174,6 +1175,11 @@ empty (except that C<d_csh> should be C<'undef'>) so that Perl will think csh is missing. In either case, after editing config.sh, run C<./Configure -S> and rebuild Perl. +=item Invalid conversion in %s: "%s" + +(W) Perl does not understand the given format conversion. +See L<perlfunc/sprintf>. + =item Invalid type in pack: '%s' (F) The given character is not a valid pack type. See L<perlfunc/pack>. @@ -1220,6 +1226,10 @@ remaining memory (or virtual memory) to satisfy the request. However, the request was judged large enough (compile-time default is 64K), so a possibility to shut down by trapping this error is granted. +=item panic: frexp + +(P) The library function frexp() failed, making printf("%f") impossible. + =item Possible attempt to put comments in qw() list (W) qw() lists contain items separated by whitespace; as with literal diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 16fd451a3f..448e39909d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1251,7 +1251,7 @@ greater than the maximum character. See L<perlre>. =item Invalid conversion in %s: "%s" -(F) Perl does not understand the given format conversion. +(W) Perl does not understand the given format conversion. See L<perlfunc/sprintf>. =item Invalid type in pack: '%s' diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 7f1973d366..f4d917d00e 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -1024,19 +1024,20 @@ resolve method `%s' overloading `%s' in package `%s', Constant subroutine a reference, Died, Exiting pseudo-block via %s, Identifier too long, Illegal character %s (carriage return), Illegal switch in PERL5OPT: %s, Integer overflow in hex number, Integer overflow in octal number, internal -error: glob failed, Invalid type in pack: '%s', Invalid type in unpack: -'%s', Name "%s::%s" used only once: possible typo, Null picture in -formline, Offset outside string, Out of memory!, Out of memory during -request for %s, Possible attempt to put comments in qw() list, Possible -attempt to separate words with commas, Scalar value @%s{%s} better written -as $%s{%s}, Stub found while resolving method `%s' overloading `%s' in -package `%s', Too late for "B<-T>" option, untie attempted while %d inner -references still exist, Unrecognized character %s, Unsupported function -fork, Use of "$$<digit>" to mean "${$}<digit>" is deprecated, Value of %s -can be "0"; test with defined(), Variable "%s" may be unavailable, Variable -"%s" will not stay shared, Warning: something's wrong, Ill-formed logical -name |%s| in prime_env_iter, Got an error from DosAllocMem, Malformed -PERLLIB_PREFIX, PERL_SH_DIR too long, Process terminated by SIG%s +error: glob failed, Invalid conversion in %s: "%s", Invalid type in pack: +'%s', Invalid type in unpack: '%s', Name "%s::%s" used only once: possible +typo, Null picture in formline, Offset outside string, Out of memory!, Out +of memory during request for %s, panic: frexp, Possible attempt to put +comments in qw() list, Possible attempt to separate words with commas, +Scalar value @%s{%s} better written as $%s{%s}, Stub found while resolving +method `%s' overloading `%s' in package `%s', Too late for "B<-T>" option, +untie attempted while %d inner references still exist, Unrecognized +character %s, Unsupported function fork, Use of "$$<digit>" to mean +"${$}<digit>" is deprecated, Value of %s can be "0"; test with defined(), +Variable "%s" may be unavailable, Variable "%s" will not stay shared, +Warning: something's wrong, Ill-formed logical name |%s| in prime_env_iter, +Got an error from DosAllocMem, Malformed PERLLIB_PREFIX, PERL_SH_DIR too +long, Process terminated by SIG%s =item BUGS @@ -1417,14 +1418,14 @@ File::Basename, File::CheckTree, File::Compare, File::Copy, File::Find, File::Path, File::stat, FileCache, FileHandle, FindBin, GDBM_File, Getopt::Long, Getopt::Std, I18N::Collate, IO, IO::File, IO::Handle, IO::Pipe, IO::Seekable, IO::Select, IO::Socket, IPC::Open2, IPC::Open3, -Math::BigFloat, Math::BigInt, Math::Complex, NDBM_File, Net::Ping, -Net::hostent, Net::netent, Net::protoent, Net::servent, Opcode, Pod::Text, -POSIX, SDBM_File, Safe, Search::Dict, SelectSaver, SelfLoader, Shell, -Socket, Symbol, Sys::Hostname, Sys::Syslog, Term::Cap, Term::Complete, -Term::ReadLine, Test::Harness, Text::Abbrev, Text::ParseWords, -Text::Soundex, Text::Tabs, Text::Wrap, Tie::Hash, Tie::RefHash, -Tie::Scalar, Tie::SubstrHash, Time::Local, Time::gmtime, Time::localtime, -Time::tm, UNIVERSAL, User::grent, User::pwent +Math::BigFloat, Math::BigInt, Math::Complex, Math::Trig, NDBM_File, +Net::Ping, Net::hostent, Net::netent, Net::protoent, Net::servent, Opcode, +Pod::Text, POSIX, SDBM_File, Safe, Search::Dict, SelectSaver, SelfLoader, +Shell, Socket, Symbol, Sys::Hostname, Sys::Syslog, Term::Cap, +Term::Complete, Term::ReadLine, Test::Harness, Text::Abbrev, +Text::ParseWords, Text::Soundex, Text::Tabs, Text::Wrap, Tie::Hash, +Tie::RefHash, Tie::Scalar, Tie::SubstrHash, Time::Local, Time::gmtime, +Time::localtime, Time::tm, UNIVERSAL, User::grent, User::pwent =item Extension Modules |