Change 30261 by [EMAIL PROTECTED] on 2007/02/13 17:58:37
Integrate:
[ 26774]
s/superceded/superseded/g
Affected files ...
... //depot/maint-5.8/perl/Changes5.004#2 integrate
... //depot/maint-5.8/perl/Changes5.6#3 integrate
... //depot/maint-5.8/perl/handy.h#48 integrate
... //depot/maint-5.8/perl/pod/perlapi.pod#96 integrate
Differences ...
==== //depot/maint-5.8/perl/Changes5.004#2 (text) ====
Index: perl/Changes5.004
--- perl/Changes5.004#1~17645~ 2002-07-19 12:29:57.000000000 -0700
+++ perl/Changes5.004 2007-02-13 09:58:37.000000000 -0800
@@ -12745,7 +12745,7 @@
related to the numeric values of $! and $^E. This patch *REPLACES*
the one I posted earlier, which was only effective for $!.
- [Some of this is superceded by similar stuff in the VMS patches.]
+ [Some of this is superseded by similar stuff in the VMS patches.]
Index: op.c
==== //depot/maint-5.8/perl/Changes5.6#3 (text) ====
Index: perl/Changes5.6
--- perl/Changes5.6#2~18173~ 2002-11-22 18:02:33.000000000 -0800
+++ perl/Changes5.6 2007-02-13 09:58:37.000000000 -0800
@@ -16958,7 +16958,7 @@
! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
____________________________________________________________________________
[ 3446] By: gsar on 1999/05/23 05:00:55
- Log: remove redundant part of change#1169 superceded by change#2061;
+ Log: remove redundant part of change#1169 superseded by change#2061;
avoid "future reserved word" warning on prototypical bearwords
Branch: perl
! t/lib/fatal.t toke.c
@@ -18647,7 +18647,7 @@
! INSTALL
____________________________________________________________________________
[ 3153] By: gsar on 1999/03/24 10:38:05
- Log: applied suggested patch, modulo superceded parts
+ Log: applied suggested patch, modulo superseded parts
From: Charles Bailey <[EMAIL PROTECTED]>
Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
Message-id: <[EMAIL PROTECTED]>
@@ -18659,7 +18659,7 @@
! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
____________________________________________________________________________
[ 3152] By: gsar on 1999/03/24 10:30:51
- Log: applied suggested patch, modulo superceded parts
+ Log: applied suggested patch, modulo superseded parts
From: Charles Bailey <[EMAIL PROTECTED]>
Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
Message-id: <[EMAIL PROTECTED]>
@@ -26148,7 +26148,7 @@
[ 1904] By: gsar on 1998/10/02 01:53:25
Log: various Configure and hints updates (prefer drand48() or random()
over rand(); add -Dusemultiplicity; enhanced 64-bitness); patch
- applied modulo SCO hints superceded by later patch
+ applied modulo SCO hints superseded by later patch
From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
Message-Id: <[EMAIL PROTECTED]>
==== //depot/maint-5.8/perl/handy.h#48 (text) ====
Index: perl/handy.h
--- perl/handy.h#47~30239~ 2007-02-12 12:04:15.000000000 -0800
+++ perl/handy.h 2007-02-13 09:58:37.000000000 -0800
@@ -563,7 +563,7 @@
In 5.9.3, Newx() and friends replace the older New() API, and drops
the first parameter, I<x>, a debug aid which allowed callers to identify
-themselves. This aid has been superceded by a new build option,
+themselves. This aid has been superseded by a new build option,
PERL_MEM_LOG (see L<perlhack/PERL_MEM_LOG>). The older API is still
there for use in XS modules supporting older perls.
==== //depot/maint-5.8/perl/pod/perlapi.pod#96 (text+w) ====
Index: perl/pod/perlapi.pod
--- perl/pod/perlapi.pod#95~30180~ 2007-02-09 08:04:07.000000000 -0800
+++ perl/pod/perlapi.pod 2007-02-13 09:58:37.000000000 -0800
@@ -2109,7 +2109,7 @@
In 5.9.3, Newx() and friends replace the older New() API, and drops
the first parameter, I<x>, a debug aid which allowed callers to identify
-themselves. This aid has been superceded by a new build option,
+themselves. This aid has been superseded by a new build option,
PERL_MEM_LOG (see L<perlhack/PERL_MEM_LOG>). The older API is still
there for use in XS modules supporting older perls.
End of Patch.