Change 14997 by jhi@alpha on 2002/03/04 14:53:38
Regen Glossary et al. (It seems the #14875 didn't
quite work in removing the double-dot?)
Affected files ...
.... //depot/perl/Porting/Glossary#120 edit
.... //depot/perl/Porting/config.sh#117 edit
.... //depot/perl/Porting/config_H#120 edit
Differences ...
==== //depot/perl/Porting/Glossary#120 (text) ====
Index: perl/Porting/Glossary
--- perl/Porting/Glossary.~1~ Mon Mar 4 08:00:11 2002
+++ perl/Porting/Glossary Mon Mar 4 08:00:11 2002
@@ -1019,7 +1019,7 @@
d_mkdir (d_mkdir.U):
This variable conditionally defines the HAS_MKDIR symbol, which
indicates to the C program that the mkdir() routine is available
- to create directories.
+ to create directories..
d_mkdtemp (d_mkdtemp.U):
This variable conditionally defines the HAS_MKDTEMP symbol, which
@@ -2546,8 +2546,8 @@
suitable for use in the PERL_INC_VERSION_LIST initialization.
incpath (usrinc.U):
- This variable must preceed the normal include path to get the
- right one, as in $incpath/usr/include or $incpath/usr/lib.
+ This variable must preceed the normal include path to get hte
+ right one, as in "$incpath/usr/include" or "$incpath/usr/lib".
Value can be "" or "/bsd43" on mips.
inews (Loc.U):
@@ -2754,7 +2754,7 @@
This variable contains the libraries needed by large file builds
and added to ldflags by hints files. It is a space separated list
of the library names without the "lib" prefix or any suffix, just
- like libswanted.
+ like libswanted..
line (Loc.U):
This variable is defined but not used by Configure.
@@ -3271,7 +3271,7 @@
This variable holds the return code from read() when no data is
present. It should be -1, but some systems return 0 when O_NDELAY is
used, which is a shame because you cannot make the difference between
- no data and an EOF. Sigh!
+ no data and an EOF.. Sigh!
revision (patchlevel.U):
The value of revision comes from the patchlevel.h file.
==== //depot/perl/Porting/config.sh#117 (text) ====
Index: perl/Porting/config.sh
--- perl/Porting/config.sh.~1~ Mon Mar 4 08:00:11 2002
+++ perl/Porting/config.sh Mon Mar 4 08:00:11 2002
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Tue Feb 26 01:08:01 EET 2002
+# Configuration time: Mon Mar 4 17:51:29 EET 2002
# Configured by : jhi
# Target system : osf1 alpha.hut.fi v4.0 878 alpha
@@ -63,7 +63,7 @@
ccversion='V5.6-082'
cf_by='jhi'
cf_email='[EMAIL PROTECTED]'
-cf_time='Tue Feb 26 01:08:01 EET 2002'
+cf_time='Mon Mar 4 17:51:29 EET 2002'
charsize='1'
chgrp=''
chmod='chmod'
@@ -687,7 +687,7 @@
path_sep=':'
perl5='perl'
perl=''
-perl_patchlevel='14868'
+perl_patchlevel='14923'
perladmin='[EMAIL PROTECTED]'
perllibs='-lm -lutil'
perlpath='/opt/perl/bin/perl5.7.2'
@@ -856,7 +856,7 @@
vendorprefix=''
vendorprefixexp=''
version='5.7.2'
-version_patchlevel_string='version 7 subversion 2 patch 14868'
+version_patchlevel_string='version 7 subversion 2 patch 14923'
versiononly='define'
vi=''
voidflags='15'
@@ -886,7 +886,7 @@
PERL_API_REVISION=5
PERL_API_VERSION=5
PERL_API_SUBVERSION=0
-PERL_PATCHLEVEL=14868
+PERL_PATCHLEVEL=14923
PERL_CONFIG_SH=true
# Variables propagated from previous config.sh file.
pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"'
==== //depot/perl/Porting/config_H#120 (text) ====
Index: perl/Porting/config_H
--- perl/Porting/config_H.~1~ Mon Mar 4 08:00:11 2002
+++ perl/Porting/config_H Mon Mar 4 08:00:11 2002
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Tue Feb 26 01:08:01 EET 2002
+ * Configuration time: Mon Mar 4 17:51:29 EET 2002
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
End of Patch.