Front page | perl.perl5.changes |
Postings from May 2008
Change 33949: [PATCH] Propagate new i_gdbm*ndbm variables
From:
Craig A . Berry
Date:
May 29, 2008 11:00
Subject:
Change 33949: [PATCH] Propagate new i_gdbm*ndbm variables
Change 33949 by craigb@craigb-brianor on 2008/05/29 17:48:27
Subject: [PATCH] Propagate new i_gdbm*ndbm variables
From: Andy Dougherty <doughera@lafayette.edu>
Date: Thu, 29 May 2008 12:43:29 -0400 (EDT)
Message-ID: <Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu>
Affected files ...
... //depot/perl/Cross/config.sh-arm-linux#29 edit
... //depot/perl/NetWare/config.wc#43 edit
... //depot/perl/Porting/config.sh#175 edit
... //depot/perl/configure.com#283 edit
... //depot/perl/epoc/config.sh#105 edit
... //depot/perl/plan9/config_sh.sample#22 edit
... //depot/perl/symbian/config.sh#28 edit
... //depot/perl/uconfig.sh#85 edit
... //depot/perl/win32/config.bc#181 edit
... //depot/perl/win32/config.ce#15 edit
... //depot/perl/win32/config.gc#180 edit
... //depot/perl/win32/config.vc#189 edit
... //depot/perl/win32/config.vc64#59 edit
Differences ...
==== //depot/perl/Cross/config.sh-arm-linux#29 (text) ====
Index: perl/Cross/config.sh-arm-linux
--- perl/Cross/config.sh-arm-linux#28~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/Cross/config.sh-arm-linux 2008-05-29 10:48:27.000000000 -0700
@@ -625,6 +625,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='define'
i_ieeefp='undef'
i_inttypes='define'
==== //depot/perl/NetWare/config.wc#43 (text) ====
Index: perl/NetWare/config.wc
--- perl/NetWare/config.wc#42~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/NetWare/config.wc 2008-05-29 10:48:27.000000000 -0700
@@ -608,6 +608,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/Porting/config.sh#175 (text) ====
Index: perl/Porting/config.sh
--- perl/Porting/config.sh#174~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/Porting/config.sh 2008-05-29 10:48:27.000000000 -0700
@@ -638,6 +638,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='define'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='define'
i_ieeefp='undef'
i_inttypes='define'
==== //depot/perl/configure.com#283 (text) ====
Index: perl/configure.com
--- perl/configure.com#282~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/configure.com 2008-05-29 10:48:27.000000000 -0700
@@ -6232,6 +6232,8 @@
$ WC "i_fp='undef'"
$ WC "i_fp_class='undef'"
$ WC "i_gdbm='undef'"
+$ WC "i_gdbm_ndbm='undef'"
+$ WC "i_gdbmndbm='undef'"
$ WC "i_grp='" + i_grp + "'"
$ WC "i_ieeefp='undef'"
$ WC "i_inttypes='" + i_inttypes + "'"
==== //depot/perl/epoc/config.sh#105 (text) ====
Index: perl/epoc/config.sh
--- perl/epoc/config.sh#104~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/epoc/config.sh 2008-05-29 10:48:27.000000000 -0700
@@ -571,6 +571,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/plan9/config_sh.sample#22 (text) ====
Index: perl/plan9/config_sh.sample
--- perl/plan9/config_sh.sample#21~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/plan9/config_sh.sample 2008-05-29 10:48:27.000000000 -0700
@@ -619,6 +619,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='define'
i_ieeefp='undef'
i_inttypes='define'
==== //depot/perl/symbian/config.sh#28 (text) ====
Index: perl/symbian/config.sh
--- perl/symbian/config.sh#27~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/symbian/config.sh 2008-05-29 10:48:27.000000000 -0700
@@ -546,6 +546,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/uconfig.sh#85 (xtext) ====
Index: perl/uconfig.sh
--- perl/uconfig.sh#84~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/uconfig.sh 2008-05-29 10:48:27.000000000 -0700
@@ -533,6 +533,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/win32/config.bc#181 (text) ====
Index: perl/win32/config.bc
--- perl/win32/config.bc#180~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/win32/config.bc 2008-05-29 10:48:27.000000000 -0700
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/win32/config.ce#15 (text) ====
Index: perl/win32/config.ce
--- perl/win32/config.ce#14~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/win32/config.ce 2008-05-29 10:48:27.000000000 -0700
@@ -606,6 +606,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/win32/config.gc#180 (text) ====
Index: perl/win32/config.gc
--- perl/win32/config.gc#179~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/win32/config.gc 2008-05-29 10:48:27.000000000 -0700
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/win32/config.vc#189 (text) ====
Index: perl/win32/config.vc
--- perl/win32/config.vc#188~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/win32/config.vc 2008-05-29 10:48:27.000000000 -0700
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
==== //depot/perl/win32/config.vc64#59 (text) ====
Index: perl/win32/config.vc64
--- perl/win32/config.vc64#58~33598~ 2008-03-29 04:21:46.000000000 -0700
+++ perl/win32/config.vc64 2008-05-29 10:48:27.000000000 -0700
@@ -613,6 +613,8 @@
i_fp='undef'
i_fp_class='undef'
i_gdbm='undef'
+i_gdbm_ndbm='undef'
+i_gdbmndbm='undef'
i_grp='undef'
i_ieeefp='undef'
i_inttypes='undef'
End of Patch.
-
Change 33949: [PATCH] Propagate new i_gdbm*ndbm variables
by Craig A . Berry