summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes7
-rwxr-xr-x[-rw-r--r--]mpeix/nm0
-rwxr-xr-x[-rw-r--r--]mpeix/relink0
-rw-r--r--pod/perldelta.pod8
-rw-r--r--pod/perldiag.pod4
5 files changed, 10 insertions, 9 deletions
diff --git a/Changes b/Changes
index 7dca32409c..8dd2c8b934 100644
--- a/Changes
+++ b/Changes
@@ -69,6 +69,13 @@ Version 5.004_74 Developer release working toward 5.005
----------------
____________________________________________________________________________
+[ 1491] By: gsar on 1998/07/14 08:48:28
+ Log: up patchlevel to 74; introduce distinct archname for PERL_OBJECT
+ Branch: perl
+ ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/makefile.mk
+____________________________________________________________________________
[ 1490] By: gsar on 1998/07/14 08:31:13
Log: From: Gisle Aas <gisle@aas.no>
Date: 14 Jul 1998 10:20:34 +0200
diff --git a/mpeix/nm b/mpeix/nm
index b2eb58d9d6..b2eb58d9d6 100644..100755
--- a/mpeix/nm
+++ b/mpeix/nm
diff --git a/mpeix/relink b/mpeix/relink
index 7760fdda9a..7760fdda9a 100644..100755
--- a/mpeix/relink
+++ b/mpeix/relink
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 4b49498a2e..d1f0261cc4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -7,7 +7,7 @@ perldelta - what's new for perl5.005
This document describes differences between the 5.004 release and this one.
[XXX this needs more verbose summaries of the sub topics, instead of just
-the "See L<foo>." Scheduled for a second iteration. GSAR]
+the "See foo." Scheduled for a second iteration. GSAR]
=head1 About the new versioning system
@@ -487,12 +487,6 @@ only with arrays that have a hash reference at index 0.
Errno.pm module. The Errno module is expected to tie the %! hash to
provide symbolic names for C<$!> errno values.
-=item Can't use %%! because Errno.pm is not available
-
-(F) The first time the %! hash is used, perl automatically loads the
-Errno.pm module. The Errno module is expected to tie the %! hash to
-provide symbolic names for C<$!> errno values.
-
=item Cannot find an opnumber for "%s"
(F) A string of a form C<CORE::word> was given to prototype(), but
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 26289b7f7c..b87480e4c8 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1523,13 +1523,13 @@ catches that. But an easy way to do the same thing is:
Another way is to assign to a substr() that's off the end of the string.
-=item Modification of noncreatable array value attempted, subscript %d
+=item Modification of non-creatable array value attempted, subscript %d
(F) You tried to make an array value spring into existence, and the
subscript was probably negative, even counting from end of the array
backwards.
-=item Modification of noncreatable hash value attempted, subscript "%s"
+=item Modification of non-creatable hash value attempted, subscript "%s"
(F) You tried to make a hash value spring into existence, and it couldn't
be created for some peculiar reason.