Change 11320 by jhi@alpha on 2001/07/12 17:18:54
Regen Configure, modlib, toc.
Affected files ...
... //depot/perl/Configure#336 edit
... //depot/perl/Porting/Glossary#108 edit
... //depot/perl/Porting/config.sh#104 edit
... //depot/perl/Porting/config_H#107 edit
... //depot/perl/pod/perlmodlib.pod#39 edit
... //depot/perl/pod/perltoc.pod#102 edit
Differences ...
==== //depot/perl/Configure#336 (xtext) ====
==== //depot/perl/Porting/Glossary#108 (text) ====
Index: perl/Porting/Glossary
--- perl/Porting/Glossary.~1~ Thu Jul 12 11:30:05 2001
+++ perl/Porting/Glossary Thu Jul 12 11:30:05 2001
@@ -3913,6 +3913,15 @@
This is suitable for use as a directory name, and hence is
filesystem dependent.
+version_patchlevel_string (patchlevel.U):
+ This is a string combining version, subversion and
+ perl_patchlevel (if perl_patchlevel is non-zero).
+ It is typically something like
+ 'version 7 subversion 1' or
+ 'version 7 subversion 1 patchlevel 11224'
+ It is computed here to avoid duplication of code in myconfig.SH
+ and lib/Config.pm.
+
versiononly (versiononly.U):
If set, this symbol indicates that only the version-specific
components of a perl installation should be installed.
==== //depot/perl/Porting/config.sh#104 (text) ====
Index: perl/Porting/config.sh
--- perl/Porting/config.sh.~1~ Thu Jul 12 11:30:05 2001
+++ perl/Porting/config.sh Thu Jul 12 11:30:05 2001
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Thu Jun 28 18:05:29 EET DST 2001
+# Configuration time: Thu Jul 12 21:13:57 EET DST 2001
# 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='Thu Jun 28 18:05:29 EET DST 2001'
+cf_time='Thu Jul 12 21:13:57 EET DST 2001'
charsize='1'
chgrp=''
chmod='chmod'
@@ -429,7 +429,7 @@
dlsrc='dl_dlopen.xs'
doublesize='8'
drand01='drand48()'
-dynamic_ext='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5
Encode Fcntl File/Glob Filter/Util/Call IO IPC/SysV List/Util MIME/Base64 NDBM_File
ODBM_File Opcode POSIX PerlIO/Scalar PerlIO/Via SDBM_File Socket Storable Sys/Hostname
Sys/Syslog Thread Time/HiRes Time/Piece XS/Typemap attrs re'
+dynamic_ext='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5
+Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util
+MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar PerlIO/Via SDBM_File
+Socket Storable Sys/Hostname Sys/Syslog Thread Time/HiRes Time/Piece XS/Typemap attrs
+re'
eagain='EAGAIN'
ebcdic='undef'
echo='echo'
@@ -438,7 +438,7 @@
eunicefix=':'
exe_ext=''
expr='expr'
-extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5
Encode Fcntl File/Glob Filter/Util/Call IO IPC/SysV List/Util MIME/Base64 NDBM_File
ODBM_File Opcode POSIX PerlIO/Scalar PerlIO/Via SDBM_File Socket Storable Sys/Hostname
Sys/Syslog Thread Time/HiRes Time/Piece XS/Typemap attrs re Errno'
+extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek Digest/MD5
+Encode Fcntl File/Glob Filter/Util/Call I18N/Langinfo IO IPC/SysV List/Util
+MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar PerlIO/Via SDBM_File
+Socket Storable Sys/Hostname Sys/Syslog Thread Time/HiRes Time/Piece XS/Typemap attrs
+re Errno'
fflushNULL='define'
fflushall='undef'
find=''
@@ -580,7 +580,7 @@
ivdformat='"ld"'
ivsize='8'
ivtype='long'
-known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek
Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File IO IPC/SysV List/Util
MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar PerlIO/Via SDBM_File Socket
Storable Sys/Hostname Sys/Syslog Thread Time/HiRes Time/Piece XS/Typemap attrs re'
+known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/Peek
+Digest/MD5 Encode Fcntl File/Glob Filter/Util/Call GDBM_File I18N/Langinfo IO
+IPC/SysV List/Util MIME/Base64 NDBM_File ODBM_File Opcode POSIX PerlIO/Scalar
+PerlIO/Via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Thread Time/HiRes
+Time/Piece XS/Typemap attrs re'
ksh=''
ld='ld'
lddlflags='-shared -expect_unresolved "*" -msym -std -s'
@@ -670,9 +670,9 @@
passcat='cat /etc/passwd'
patchlevel='7'
path_sep=':'
-perl5='/usr/local/bin/perl'
+perl5='/u/vieraat/vieraat/jhi/Perl/bin//perl'
perl=''
-perl_patchlevel='10995'
+perl_patchlevel='11277'
perladmin='[EMAIL PROTECTED]'
perllibs='-lm -liconv -lutil -lpthread -lexc'
perlpath='/opt/perl/bin/perl'
@@ -840,12 +840,13 @@
vendorprefix=''
vendorprefixexp=''
version='5.7.1'
+version_patchlevel_string='version 7 subversion 1 patch 11277'
versiononly='define'
vi=''
voidflags='15'
xlibpth='/usr/lib/386 /lib/386'
xs_apiversion='5.7.1'
-yacc='/usr/local/bin/byacc'
+yacc='/u/vieraat/vieraat/jhi/Perl/bin//byacc'
yaccflags=''
zcat=''
zip='zip'
@@ -872,7 +873,7 @@
PERL_API_REVISION=5
PERL_API_VERSION=5
PERL_API_SUBVERSION=0
-PERL_PATCHLEVEL=10995
+PERL_PATCHLEVEL=11277
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#107 (text) ====
Index: perl/Porting/config_H
--- perl/Porting/config_H.~1~ Thu Jul 12 11:30:05 2001
+++ perl/Porting/config_H Thu Jul 12 11:30:05 2001
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Thu Jun 28 18:05:29 EET DST 2001
+ * Configuration time: Thu Jul 12 21:13:57 EET DST 2001
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
@@ -2937,7 +2937,7 @@
* This macro is to be used to generate uniformly distributed
* random numbers over the range [0., 1.[. You may have to supply
* an 'extern double drand48();' in your program since SunOS 4.1.3
- * doesn't provide you with anything relevant in it's headers.
+ * doesn't provide you with anything relevant in its headers.
* See HAS_DRAND48_PROTO.
*/
/* Rand_seed_t:
==== //depot/perl/pod/perlmodlib.pod#39 (text) ====
Index: perl/pod/perlmodlib.pod
--- perl/pod/perlmodlib.pod.~1~ Thu Jul 12 11:30:05 2001
+++ perl/pod/perlmodlib.pod Thu Jul 12 11:30:05 2001
@@ -938,7 +938,7 @@
Base class for ALL classes (blessed references)
-=item Unicode::UCD
+=item UnicodeCD
Unicode character database
==== //depot/perl/pod/perltoc.pod#102 (text+w) ====
Index: perl/pod/perltoc.pod
--- perl/pod/perltoc.pod.~1~ Thu Jul 12 11:30:05 2001
+++ perl/pod/perltoc.pod Thu Jul 12 11:30:05 2001
@@ -2225,24 +2225,24 @@
I18N::LangTags, I18N::LangTags::List, IO, IPC::Open2, IPC::Open3,
Locale::Constants, Locale::Country, Locale::Currency, Locale::Language,
Locale::Maketext, Locale::Maketext::TPJ13, Math::BigFloat, Math::BigInt,
-Math::Complex, Math::Trig, Memoize, Memoize::AnyDBM_File, Memoize::Expire,
-Memoize::ExpireFile, Memoize::ExpireTest, Memoize::NDBM_File,
-Memoize::SDBM_File, Memoize::Saves, Memoize::Storable, NDBM_File, NEXT,
-Net::Cmd, Net::Config, Net::Domain, Net::FTP, Net::NNTP, Net::Netrc,
-Net::POP3, Net::Ping, Net::SMTP, Net::Time, Net::hostent, Net::libnetFAQ,
-Net::netent, Net::protoent, Net::servent, O, ODBM_File, Opcode, POSIX,
-PerlIO, Pod::Checker, Pod::Find, Pod::Html, Pod::InputObjects, Pod::LaTeX,
+Math::BigInt::Calc, Math::Complex, Math::Trig, Memoize,
+Memoize::AnyDBM_File, Memoize::Expire, Memoize::ExpireFile,
+Memoize::ExpireTest, Memoize::NDBM_File, Memoize::SDBM_File,
+Memoize::Saves, Memoize::Storable, NDBM_File, NEXT, Net::Cmd, Net::Config,
+Net::Domain, Net::FTP, Net::NNTP, Net::Netrc, Net::POP3, Net::Ping,
+Net::SMTP, Net::Time, Net::hostent, Net::libnetFAQ, Net::netent,
+Net::protoent, Net::servent, O, ODBM_File, Opcode, POSIX, PerlIO,
+Pod::Checker, Pod::Find, Pod::Html, Pod::InputObjects, Pod::LaTeX,
Pod::Man, Pod::ParseUtils, Pod::Parser, Pod::Plainer, Pod::Select,
Pod::Text, Pod::Text::Color, Pod::Text::Overstrike, Pod::Text::Termcap,
Pod::Usage, SDBM_File, Safe, Search::Dict, SelectSaver, SelfLoader, Shell,
Socket, Storable, Switch, Symbol, Term::ANSIColor, Term::Cap,
Term::Complete, Term::ReadLine, Test, Test::Harness, Test::More,
Test::Simple, Text::Abbrev, Text::Balanced, Text::ParseWords,
-Text::Soundex, Text::Tabs, Text::Wrap, Thread, Thread::Queue,
-Thread::Semaphore, Thread::Signal, Thread::Specific, Tie::Array,
-Tie::Handle, Tie::Hash, Tie::RefHash, Tie::Scalar, Tie::SubstrHash,
-Time::Local, Time::gmtime, Time::localtime, Time::tm, UNIVERSAL,
-Unicode::UCD, User::grent, User::pwent, Win32
+Text::Soundex, Text::Tabs, Text::Wrap, Tie::Array, Tie::Handle, Tie::Hash,
+Tie::RefHash, Tie::Scalar, Tie::SubstrHash, Time::Local, Time::gmtime,
+Time::localtime, Time::tm, UNIVERSAL, Unicode::UCD, User::grent,
+User::pwent, Win32
=item Extension Modules
@@ -3648,6 +3648,8 @@
=item Compile pass 3: peephole optimization
+=item Pluggable runops
+
=back
=item Examining internal data structures with the C<dump> functions
@@ -5698,9 +5700,7 @@
=item 64-bit Perl
-=item GDBM and Threads
-
-=item NFS filesystems and utime(2)
+=item AIX 4.2 and extensions using C++ with statics
=back
@@ -6503,16 +6503,18 @@
=over 4
-=item Required Software for Compiling Perl on QNX
+=item Required Software for Compiling Perl on QNX4
/bin/sh, ar, nm, cpp, make
-=item Outstanding Issues with Perl on QNX
+=item Outstanding Issues with Perl on QNX4
=item QNX auxiliary files
qnx/ar, qnx/cpp
+=item Outstanding issues with perl under QNX6
+
=back
=item AUTHOR
@@ -15802,7 +15804,7 @@
=back
-=head2 Unicode::UCD - Unicode character database
+=head2 UnicodeCD - Unicode character database
=over 4
@@ -15874,7 +15876,7 @@
=over 4
-=item Unicode::UCD::UnicodeVersion
+=item UnicodeCD::UnicodeVersion
=back
End of Patch.