Change 19021 by [EMAIL PROTECTED] on 2003/03/18 06:56:26
The description of SIG_SIZE was off.
Affected files ...
... //depot/perl/Configure#509 edit
... //depot/perl/NetWare/config_H.wc#21 edit
... //depot/perl/Porting/Glossary#143 edit
... //depot/perl/Porting/config.sh#146 edit
... //depot/perl/Porting/config_H#147 edit
... //depot/perl/config_h.SH#269 edit
... //depot/perl/plan9/config.plan9#11 edit
... //depot/perl/plan9/config_h.sample#3 edit
... //depot/perl/win32/config_H.bc#132 edit
... //depot/perl/win32/config_H.gc#126 edit
... //depot/perl/win32/config_H.vc#129 edit
... //depot/perl/win32/config_H.vc64#12 edit
... //depot/perl/wince/config_H.ce#13 edit
Differences ...
==== //depot/perl/Configure#509 (xtext) ====
Index: perl/Configure
--- perl/Configure#508~18973~ Fri Mar 14 02:27:46 2003
+++ perl/Configure Mon Mar 17 22:56:26 2003
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Fri Mar 14 13:17:23 EET 2003 [metaconfig 3.0 PL70]
+# Generated on Tue Mar 18 09:54:18 EET 2003 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by [EMAIL PROTECTED])
cat >c1$$ <<EOF
==== //depot/perl/NetWare/config_H.wc#21 (text) ====
Index: perl/NetWare/config_H.wc
--- perl/NetWare/config_H.wc#20~18833~ Wed Mar 5 21:36:13 2003
+++ perl/NetWare/config_H.wc Mon Mar 17 22:56:26 2003
@@ -2984,8 +2984,8 @@
* the sig_name list.
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "NUM01", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07",
"FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17",
"NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0
/**/
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 20, 0 /**/
==== //depot/perl/Porting/Glossary#143 (text) ====
Index: perl/Porting/Glossary
--- perl/Porting/Glossary#142~19018~ Mon Mar 17 19:02:38 2003
+++ perl/Porting/Glossary Mon Mar 17 22:56:26 2003
@@ -3717,11 +3717,6 @@
installed perl5.005 or later suitable for running the script
to determine inc_version_list.
-perl5 (perl5.U):
- This variable contains the full path (if any) to a previously
- installed perl5.005 or later suitable for running the script
- to determine inc_version_list.
-
perl (Loc.U):
This variable is defined but not used by Configure.
The value is a plain '' and is not useful.
@@ -4860,6 +4855,10 @@
debugging, 64bits, sfio, etc., are not checked for currently,
though in principle we could go snooping around in old
Config.pm files.
+
+yacc (yacc.U):
+ This variable holds the name of the compiler compiler we
+ want to use in the Makefile. It can be yacc, byacc, or bison -y.
yaccflags (yacc.U):
This variable contains any additional yacc flags desired by the
==== //depot/perl/Porting/config.sh#146 (text) ====
Index: perl/Porting/config.sh
--- perl/Porting/config.sh#145~18971~ Fri Mar 14 01:30:18 2003
+++ perl/Porting/config.sh Mon Mar 17 22:56:26 2003
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Fri Mar 14 12:30:38 EET 2003
+# Configuration time: Tue Mar 18 09:54:47 EET 2003
# Configured by : jhi
# Target system : osf1 kosh.hut.fi v5.1 2650 alpha
@@ -59,11 +59,11 @@
ccflags='-std -D_INTRINSICS -fprm d -ieee -DLANGUAGE_C'
ccflags_uselargefiles=''
ccname='cc'
-ccsymbols='__alpha=1 __ALPHA=1 __Alpha_AXP=1 __arch64__=1 __DATE__="Mar __DECC=1
__DECC_MODE_RELAXED=1 __DECC_VER=60590011 __digital__=1 __IEEE_FLOAT=1
__INITIAL_POINTER_SIZE=0 __LANGUAGE_C__=1 __osf__=1 __PRAGMA_ENVIRONMENT=1 __STDC__=0
__STDC_HOSTED__=1 __STDC_VERSION__=199901L __TIME__="12:31:32" __unix__=1 __X_FLOAT=1
_LONGLONG=1 _SYSTYPE_BSD=1'
+ccsymbols='_LONGLONG=1 _SYSTYPE_BSD=1 __Alpha_AXP=1 __DATE__="Mar __DECC=1
__DECC_MODE_RELAXED=1 __DECC_VER=60590011 __IEEE_FLOAT=1 __INITIAL_POINTER_SIZE=0
__PRAGMA_ENVIRONMENT=1 __STDC_HOSTED__=1 __STDC_VERSION__=199901L __STDC__=0
__TIME__="09:55:47" __X_FLOAT=1 __arch64__=1 __digital__=1'
ccversion='V6.5-011'
cf_by='jhi'
cf_email='[EMAIL PROTECTED]'
-cf_time='Fri Mar 14 12:30:38 EET 2003'
+cf_time='Tue Mar 18 09:54:47 EET 2003'
charsize='1'
chgrp=''
chmod='chmod'
@@ -76,13 +76,13 @@
cpio=''
cpp='cpp'
cpp_stuff='42'
-cppccsymbols=''
+cppccsymbols='__ALPHA=1 __LANGUAGE_C__=1 __alpha=1 __osf__=1 __unix__=1'
cppflags='-std -D_INTRINSICS -fprm d -ieee -DLANGUAGE_C'
cpplast='-'
cppminus='-'
cpprun='cc -E'
cppstdin='cc -E'
-cppsymbols='_AES_SOURCE=1 __alpha=1 __ALPHA=1 _ANSI_C_SOURCE=1 _INTRINSICS=1
LANGUAGE_C=1 __LANGUAGE_C__=1 _LONGLONG=1 __osf__=1 _OSF_SOURCE=1
_POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 _SYSTYPE_BSD=1 __unix__=1
_XOPEN_SOURCE=400'
+cppsymbols='_AES_SOURCE=1 _ANSI_C_SOURCE=1 _INTRINSICS=1 LANGUAGE_C=1 _LONGLONG=1
_OSF_SOURCE=1 _POSIX_C_SOURCE=199506 _POSIX_SOURCE=1 __STDC__=1 _SYSTYPE_BSD=1
_XOPEN_SOURCE=400'
crypt_r_proto='0'
cryptlib=''
csh='csh'
==== //depot/perl/Porting/config_H#147 (text) ====
Index: perl/Porting/config_H
--- perl/Porting/config_H#146~18971~ Fri Mar 14 01:30:18 2003
+++ perl/Porting/config_H Mon Mar 17 22:56:26 2003
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Fri Mar 14 12:30:38 EET 2003
+ * Configuration time: Tue Mar 18 09:54:47 EET 2003
* Configured by : jhi
* Target system : osf1 kosh.hut.fi v5.1 2650 alpha
*/
@@ -2214,8 +2214,8 @@
* not from sig_num (which is unused).
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "EMT", "FPE",
"KILL", "BUS", "SEGV", "SYS", "PIPE", "ALRM", "TERM", "IOINT", "STOP", "TSTP", "CONT",
"CHLD", "TTIN", "TTOU", "AIO", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "INFO",
"USR1", "USR2", "RESV", "RTMIN", "NUM34", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39",
"NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "MAX", "IOT",
"LOST", "URG", "CLD", "IO", "POLL", "PTY", "PWR", "RTMAX", 0 /**/
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
40, 41, 42, 43, 44, 45, 46, 47, 48, 6, 6, 16, 20, 23, 23, 23, 29, 48, 0 /**/
==== //depot/perl/config_h.SH#269 (text) ====
Index: perl/config_h.SH
--- perl/config_h.SH#268~18971~ Fri Mar 14 01:30:18 2003
+++ perl/config_h.SH Mon Mar 17 22:56:26 2003
@@ -2234,8 +2234,8 @@
* not from sig_num (which is unused).
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME $sig_name_init /**/
#define SIG_NUM $sig_num_init /**/
==== //depot/perl/plan9/config.plan9#11 (text) ====
Index: perl/plan9/config.plan9
--- perl/plan9/config.plan9#10~18833~ Wed Mar 5 21:36:13 2003
+++ perl/plan9/config.plan9 Mon Mar 17 22:56:26 2003
@@ -3415,8 +3415,8 @@
* the sig_name list.
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "ABRT", "FPE", "KILL", "SEGV",
"PIPE", "ALRM", "TERM", "USR1", "USR2", "BUS", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
"TTOU", "NUM21", "NUM22", "NUM23", "NUM24", "NUM25", "NUM26", "NUM27", "NUM28",
"NUM29", "NUM30", "NUM31", "NUM32", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37",
"NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46",
"NUM47", "NUM48", "NUM49", 0 /**/
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 0 /**/
==== //depot/perl/plan9/config_h.sample#3 (text) ====
Index: perl/plan9/config_h.sample
--- perl/plan9/config_h.sample#2~18833~ Wed Mar 5 21:36:13 2003
+++ perl/plan9/config_h.sample Mon Mar 17 22:56:26 2003
@@ -3361,8 +3361,8 @@
* the sig_name list.
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "ABRT", "FPE", "KILL", "SEGV",
"PIPE", "ALRM", "TERM", "USR1", "USR2", "BUS", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
"TTOU", "NUM21", "NUM22", "NUM23", "NUM24", "NUM25", "NUM26", "NUM27", "NUM28",
"NUM29", "NUM30", "NUM31", "NUM32", "NUM33", "NUM34", "NUM35", "NUM36", "NUM37",
"NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46",
"NUM47", "NUM48", "NUM49", 0 /**/
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 0 /**/
==== //depot/perl/win32/config_H.bc#132 (text+w) ====
Index: perl/win32/config_H.bc
--- perl/win32/config_H.bc#131~19019~ Mon Mar 17 21:06:07 2003
+++ perl/win32/config_H.bc Mon Mar 17 22:56:26 2003
@@ -2210,8 +2210,8 @@
* not from sig_num (which is unused).
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07",
"FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "USR1", "USR2",
"CHLD", "NUM19", "USR3", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0
/**/
#define SIG_NUM 0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 18, 0 /**/
==== //depot/perl/win32/config_H.gc#126 (text+w) ====
Index: perl/win32/config_H.gc
--- perl/win32/config_H.gc#125~19019~ Mon Mar 17 21:06:07 2003
+++ perl/win32/config_H.gc Mon Mar 17 22:56:26 2003
@@ -2210,8 +2210,8 @@
* not from sig_num (which is unused).
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07",
"FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17",
"NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0
/**/
#define SIG_NUM 0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 20, 0 /**/
==== //depot/perl/win32/config_H.vc#129 (text+w) ====
Index: perl/win32/config_H.vc
--- perl/win32/config_H.vc#128~19019~ Mon Mar 17 21:06:07 2003
+++ perl/win32/config_H.vc Mon Mar 17 22:56:26 2003
@@ -2210,8 +2210,8 @@
* not from sig_num (which is unused).
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07",
"FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17",
"NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0
/**/
#define SIG_NUM 0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 20, 0 /**/
==== //depot/perl/win32/config_H.vc64#12 (text) ====
Index: perl/win32/config_H.vc64
--- perl/win32/config_H.vc64#11~19019~ Mon Mar 17 21:06:07 2003
+++ perl/win32/config_H.vc64 Mon Mar 17 22:56:26 2003
@@ -2210,8 +2210,8 @@
* not from sig_num (which is unused).
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07",
"FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17",
"NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0
/**/
#define SIG_NUM 0, 1, 2, 21, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 20, 0 /**/
==== //depot/perl/wince/config_H.ce#13 (text) ====
Index: perl/wince/config_H.ce
--- perl/wince/config_H.ce#12~18833~ Wed Mar 5 21:36:13 2003
+++ perl/wince/config_H.ce Mon Mar 17 22:56:26 2003
@@ -3292,8 +3292,8 @@
* the sig_name list.
*/
/* SIG_SIZE:
- * This variable contains the number of elements of the sig_name
- * and sig_num arrays, excluding the final NULL entry.
+ * This variable contains the number of elements of the SIG_NAME
+ * and SIG_NUM arrays, excluding the final NULL entry.
*/
#define SIG_NAME "ZERO", "NUM01", "INT", "QUIT", "ILL", "NUM05", "NUM06", "NUM07",
"FPE", "KILL", "NUM10", "SEGV", "NUM12", "PIPE", "ALRM", "TERM", "NUM16", "NUM17",
"NUM18", "NUM19", "CHLD", "BREAK", "ABRT", "STOP", "NUM24", "CONT", "CLD", 0
/**/
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
19, 20, 21, 22, 23, 24, 25, 20, 0 /**/
End of Patch.