summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1997-04-30 00:00:00 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-30 00:00:00 +1200
commit878e08dfd37ef18d0471607a99b747ae9fd31e93 (patch)
tree33b9068869efbbfe6ce9c4784c3efde0c9c081d7 /pod/perldelta.pod
parent6da72b644b845971d5b417f3c6f5590e23084bcd (diff)
downloadperl-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/perldelta.pod')
-rw-r--r--pod/perldelta.pod12
1 files changed, 11 insertions, 1 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