Change 33131 by [EMAIL PROTECTED] on 2008/01/30 17:34:36
Integrate:
[ 32808]
OP_THREADSV was removed by #29727
[ 32870]
Subject: [PATCH - blead & 5.10.x] '~~' is not a feature [repost]
From: "Jerry D. Hedden" <[EMAIL PROTECTED]>
Date: Fri, 4 Jan 2008 14:11:32 -0500
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/maint-5.10/perl/op.h#3 integrate
... //depot/maint-5.10/perl/pod/perlop.pod#2 integrate
Differences ...
==== //depot/maint-5.10/perl/op.h#3 (text) ====
Index: perl/op.h
--- perl/op.h#2~33123~ 2008-01-30 03:45:08.000000000 -0800
+++ perl/op.h 2008-01-30 09:34:36.000000000 -0800
@@ -246,9 +246,6 @@
#define OPpSORT_QSORT 32 /* Use quicksort (not mergesort) */
#define OPpSORT_STABLE 64 /* Use a stable algorithm */
-/* Private for OP_THREADSV */
-#define OPpDONE_SVREF 64 /* Been through newSVREF once */
-
/* Private for OP_OPEN and OP_BACKTICK */
#define OPpOPEN_IN_RAW 16 /* binmode(F,":raw") on input fh */
#define OPpOPEN_IN_CRLF 32 /* binmode(F,":crlf") on input
fh */
==== //depot/maint-5.10/perl/pod/perlop.pod#2 (text) ====
Index: perl/pod/perlop.pod
--- perl/pod/perlop.pod#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/pod/perlop.pod 2008-01-30 09:34:36.000000000 -0800
@@ -447,8 +447,6 @@
Binary "~~" does a smart match between its arguments. Smart matching
is described in L<perlsyn/"Smart matching in detail">.
-This operator is only available if you enable the "~~" feature:
-see L<feature> for more information.
X<~~>
"lt", "le", "ge", "gt" and "cmp" use the collation (sort) order specified
End of Patch.