Forgotten from #8501.
Jarkko Hietaniemi [Tue, 23 Jan 2001 16:15:46 +0000 (16:15 +0000)]
p4raw-id: //depot/perl@8533

Porting/Glossary
Porting/config.sh
Porting/config_H

index 4fd5f3a..d32c0a6 100644 (file)
@@ -3190,7 +3190,7 @@ sig_num_init (sig_name.U):
 
 sig_size (sig_name.U):
        This variable contains the number of elements of the sig_name
-       and sig_num arrays, including the final NULL entry.
+       and sig_num arrays, excluding the final NULL entry.
 
 signal_t (d_voidsig.U):
        This variable holds the type of the signal handler (void or int).
index a82d9af..ec93c84 100644 (file)
@@ -8,7 +8,7 @@
 
 # Package name      : perl5
 # Source directory  : .
-# Configuration time: Wed Jan 17 05:19:01 EET 2001
+# Configuration time: Sun Jan 21 21:13:39 EET 2001
 # Configured by     : jhi
 # Target system     : osf1 alpha.hut.fi v4.0 878 alpha 
 
@@ -62,7 +62,7 @@ ccsymbols='__alpha=1 __LANGUAGE_C__=1 __osf__=1 __unix__=1 _LONGLONG=1 _SYSTYPE_
 ccversion='V5.6-082'
 cf_by='jhi'
 cf_email='yourname@yourhost.yourplace.com'
-cf_time='Wed Jan 17 05:19:01 EET 2001'
+cf_time='Sun Jan 21 21:13:39 EET 2001'
 charsize='1'
 chgrp=''
 chmod=''
index 10e5317..9cf1101 100644 (file)
@@ -17,7 +17,7 @@
 /*
  * Package name      : perl5
  * Source directory  : .
- * Configuration time: Wed Jan 17 05:19:01 EET 2001
+ * Configuration time: Sun Jan 21 21:13:39 EET 2001
  * Configured by     : jhi
  * Target system     : osf1 alpha.hut.fi v4.0 878 alpha 
  */
  */
 /* SIG_SIZE:
  *     This variable contains the number of elements of the sig_name
- *     and sig_num arrays, including the final NULL entry.
+ *     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         /**/