summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-21 21:59:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-21 21:59:46 +0000
commita32a45b66b48d4e07952978721dcf122197519a7 (patch)
tree8a636ce658103ba656bee55f83c8d385f6cf2dcb /Porting
parenta71cd7cdf387023b3454db0a31c91c286865db8f (diff)
downloadperl-a32a45b66b48d4e07952978721dcf122197519a7.tar.gz
fflush.
p4raw-id: //depot/cfgperl@3442
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary2
-rw-r--r--Porting/config.sh4
-rw-r--r--Porting/config_H4
3 files changed, 7 insertions, 3 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 070027b991..8256ea8375 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -1659,6 +1659,8 @@ fflushall (fflushall.U):
This symbol, if defined, tells that to flush
all pending stdio output one must loop through all
the stdio file handles stored in an array and fflush them.
+ Note that if fflushNULL is defined, fflushall will not
+ even be probed for and will be left undefined.
fflushNULL (fflushall.U):
This symbol, if defined, tells that fflush(NULL) does flush
diff --git a/Porting/config.sh b/Porting/config.sh
index fc3bacf1d3..f9e944729a 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Thu May 20 09:56:03 EET DST 1999
+# Configuration time: Sat May 22 00:43:12 EET DST 1999
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -55,7 +55,7 @@ ccflags='-pthread -std -DLANGUAGE_C'
ccsymbols='__LANGUAGE_C__=1 _LONGLONG=1 LANGUAGE_C=1 SYSTYPE_BSD=1'
cf_by='jhi'
cf_email='yourname@yourhost.yourplace.com'
-cf_time='Thu May 20 09:56:03 EET DST 1999'
+cf_time='Sat May 22 00:43:12 EET DST 1999'
chgrp=''
chmod=''
chown=''
diff --git a/Porting/config_H b/Porting/config_H
index 135308adf9..e215393dae 100644
--- a/Porting/config_H
+++ b/Porting/config_H
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Thu May 20 09:56:03 EET DST 1999
+ * Configuration time: Sat May 22 00:43:12 EET DST 1999
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -2213,6 +2213,8 @@
* This symbol, if defined, tells that to flush
* all pending stdio output one must loop through all
* the stdio file handles stored in an array and fflush them.
+ * Note that if fflushNULL is defined, fflushall will not
+ * even be probed for and will be left undefined.
*/
#define FFLUSH_NULL /**/
/*#define FFLUSH_ALL / **/