Change 15014 by jhi@alpha on 2002/03/04 18:57:23
Add Encode::CN, Encode::KR, and Encode::TW to the list
of known extensions, where Encode::JP already is.
Affected files ...
.... //depot/perl/Configure#419 edit
.... //depot/perl/Porting/config.sh#118 edit
.... //depot/perl/Porting/config_H#121 edit
.... //depot/perl/uconfig.h#56 edit
Differences ...
==== //depot/perl/Configure#419 (xtext) ====
Index: perl/Configure
--- perl/Configure.~1~ Mon Mar 4 12:00:05 2002
+++ perl/Configure Mon Mar 4 12:00:05 2002
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Fri Mar 1 20:03:36 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Mon Mar 4 21:46:28 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by [EMAIL PROTECTED])
cat >c1$$ <<EOF
@@ -16681,9 +16681,9 @@
# Special case: Add in threads/shared since it is not picked up by the
# recursive find above (and adding in general recursive finding breaks
# SDBM_File/sdbm). A.D. 10/25/2001.
-# Encode::JP needs an explicit mention for the same reason
-# --jhi 2002-02-23
-known_extensions="$known_extensions threads/shared Encode/JP"
+# Encode::XX need explicit mentions for the same reason.
+# --jhi 2002-03-04
+known_extensions="$known_extensions threads/shared Encode/CN Encode/JP Encode/KR
+Encode/TW"
set X $nonxs_extensions
shift
nonxs_extensions="$*"
==== //depot/perl/Porting/config.sh#118 (text) ====
Index: perl/Porting/config.sh
--- perl/Porting/config.sh.~1~ Mon Mar 4 12:00:05 2002
+++ perl/Porting/config.sh Mon Mar 4 12:00:05 2002
@@ -8,7 +8,7 @@
# Package name : perl5
# Source directory : .
-# Configuration time: Mon Mar 4 17:51:29 EET 2002
+# Configuration time: Mon Mar 4 21:48:13 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='Mon Mar 4 17:51:29 EET 2002'
+cf_time='Mon Mar 4 21:48:13 EET 2002'
charsize='1'
chgrp=''
chmod='chmod'
@@ -441,7 +441,7 @@
dlsrc='dl_dlopen.xs'
doublesize='8'
drand01='drand48()'
-dynamic_ext='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort 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 Time/HiRes Unicode/Normalize XS/Typemap attrs re
Encode/JP'
+dynamic_ext='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort 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 Time/HiRes Unicode/Normalize
+XS/Typemap attrs re Encode/CN Encode/JP Encode/KR Encode/TW'
eagain='EAGAIN'
ebcdic='undef'
echo='echo'
@@ -450,7 +450,7 @@
eunicefix=':'
exe_ext=''
expr='expr'
-extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort 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 Time/HiRes Unicode/Normalize XS/Typemap attrs re
Encode/JP Errno'
+extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort 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 Time/HiRes Unicode/Normalize
+XS/Typemap attrs re Encode/CN Encode/JP Encode/KR Encode/TW Errno'
extras=''
fflushNULL='define'
fflushall='undef'
@@ -595,7 +595,7 @@
ivdformat='"ld"'
ivsize='8'
ivtype='long'
-known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort
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
Unicode/Normalize XS/Typemap attrs re threads threads/shared Encode/JP'
+known_extensions='B ByteLoader Cwd DB_File Data/Dumper Devel/DProf Devel/PPPort
+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
+Unicode/Normalize XS/Typemap attrs re threads threads/shared Encode/CN Encode/JP
+Encode/KR Encode/TW'
ksh=''
ld='ld'
lddlflags='-shared -expect_unresolved "*" -msym -std -s'
@@ -687,7 +687,7 @@
path_sep=':'
perl5='perl'
perl=''
-perl_patchlevel='14923'
+perl_patchlevel='15000'
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 14923'
+version_patchlevel_string='version 7 subversion 2 patch 15000'
versiononly='define'
vi=''
voidflags='15'
@@ -886,7 +886,7 @@
PERL_API_REVISION=5
PERL_API_VERSION=5
PERL_API_SUBVERSION=0
-PERL_PATCHLEVEL=14923
+PERL_PATCHLEVEL=15000
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#121 (text) ====
Index: perl/Porting/config_H
--- perl/Porting/config_H.~1~ Mon Mar 4 12:00:05 2002
+++ perl/Porting/config_H Mon Mar 4 12:00:05 2002
@@ -17,7 +17,7 @@
/*
* Package name : perl5
* Source directory : .
- * Configuration time: Mon Mar 4 17:51:29 EET 2002
+ * Configuration time: Mon Mar 4 21:48:13 EET 2002
* Configured by : jhi
* Target system : osf1 alpha.hut.fi v4.0 878 alpha
*/
==== //depot/perl/uconfig.h#56 (text) ====
Index: perl/uconfig.h
--- perl/uconfig.h.~1~ Mon Mar 4 12:00:05 2002
+++ perl/uconfig.h Mon Mar 4 12:00:05 2002
@@ -1386,7 +1386,7 @@
* a macro using sprintf("%g") is used. Arguments for the Gconvert
* macro are: value, number of digits, whether trailing zeros should
* be retained, and the output buffer.
- * Possible values are:
+ * The usual values are:
* d_Gconvert='gconvert((x),(n),(t),(b))'
* d_Gconvert='gcvt((x),(n),(b))'
* d_Gconvert='sprintf((b),"%.*g",(n),(x))'
@@ -3417,16 +3417,18 @@
* If defined, this macro indicates that the C compiler can handle
* function prototypes.
*/
-/* PERL_PROTO_:
+/* _:
* This macro is used to declare function parameters for folks who want
* to make declarations with prototypes using a different style than
* the above macros. Use double parentheses. For example:
*
- * int main PERL_PROTO_((int argc, char *argv[]));
+ * int main _((int argc, char *argv[]));
*/
/*#define CAN_PROTOTYPE / **/
#ifdef CAN_PROTOTYPE
+#define _(args) args
#else
+#define _(args) ()
#endif
/* SH_PATH:
End of Patch.