summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-10 17:46:15 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-10 17:46:15 +0000
commit37b8b4c96b95703d956822dafbbd43c0dc3ac882 (patch)
tree09bf11ecdc0773c88744c671f1527d9844f9115b
parent71cedc6d5edb73a8e9122dd411eab6a5cb2978b9 (diff)
downloadperl-37b8b4c96b95703d956822dafbbd43c0dc3ac882.tar.gz
s/superceded/superseded/g
p4raw-id: //depot/perl@26774
-rw-r--r--Changes5.0042
-rw-r--r--Changes5.68
-rw-r--r--handy.h2
-rw-r--r--pod/perlapi.pod2
4 files changed, 7 insertions, 7 deletions
diff --git a/Changes5.004 b/Changes5.004
index 2d578b43ab..12b6bca8c9 100644
--- a/Changes5.004
+++ b/Changes5.004
@@ -12745,7 +12745,7 @@ Index: mg.c
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
diff --git a/Changes5.6 b/Changes5.6
index 3098314a74..25652993c3 100644
--- a/Changes5.6
+++ b/Changes5.6
@@ -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 <BAILEY@newman.upenn.edu>
Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
@@ -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 <BAILEY@newman.upenn.edu>
Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
@@ -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 <jhi@iki.fi>
Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
Message-Id: <199809282156.AAA18615@alpha.hut.fi>
diff --git a/handy.h b/handy.h
index 3c3e443bbd..ada3124695 100644
--- a/handy.h
+++ b/handy.h
@@ -570,7 +570,7 @@ The XSUB-writer's interface to the C C<malloc> function.
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.
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index e3dac62d06..6e53740401 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -1988,7 +1988,7 @@ The XSUB-writer's interface to the C C<malloc> function.
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.