diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:39:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-01 02:39:32 +0000 |
commit | 08e5223a8528b971b4471b7221166ff3212af428 (patch) | |
tree | dbabc17820247a878e1e0e8ce6644b764647e1df /Porting | |
parent | d953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (diff) | |
download | perl-08e5223a8528b971b4471b7221166ff3212af428.tar.gz |
Try #2 of getting rid of bincompat5005.
p4raw-id: //depot/perl@16293
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 2 | ||||
-rw-r--r-- | Porting/config.sh | 22 | ||||
-rw-r--r-- | Porting/config_H | 16 |
3 files changed, 16 insertions, 24 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index c731940d78..1414e21381 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -62,7 +62,7 @@ api_revision (patchlevel.U): possible value. The version list appropriate for the current system is determined in inc_version_list.U. XXX To do: Since compatibility can depend on compile time - options (such as longlong, etc.) it should + options (such as bincompat, longlong, etc.) it should (perhaps) be set by Configure, but currently it isn't. Currently, we read a hard-wired value from patchlevel.h. Perhaps what we ought to do is take the hard-wired value from diff --git a/Porting/config.sh b/Porting/config.sh index 5fcef92fca..58de290dd4 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -8,7 +8,7 @@ # Package name : perl5 # Source directory : . -# Configuration time: Tue Apr 23 06:32:48 EET DST 2002 +# Configuration time: Wed May 1 06:32:57 EET DST 2002 # Configured by : jhi # Target system : osf1 alpha.hut.fi v4.0 878 alpha @@ -32,9 +32,9 @@ alignbytes='8' ansi2knr='' aphostname='' api_revision='5' -api_subversion='0' -api_version='5' -api_versionstring='5.005' +api_subversion='3' +api_version='7' +api_versionstring='5.7.3' ar='ar' archlib='/opt/perl/lib/5.7.3/alpha-dec_osf' archlibexp='/opt/perl/lib/5.7.3/alpha-dec_osf' @@ -63,7 +63,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='Tue Apr 23 06:32:48 EET DST 2002' +cf_time='Wed May 1 06:32:57 EET DST 2002' charsize='1' chgrp='' chmod='chmod' @@ -769,7 +769,7 @@ patchlevel='7' path_sep=':' perl5='perl' perl='' -perl_patchlevel='16080' +perl_patchlevel='16266' perladmin='yourname@yourhost.yourplace.com' perllibs='-lm -lutil' perlpath='/opt/perl/bin/perl5.7.3' @@ -953,12 +953,12 @@ vendorlibexp='' vendorprefix='' vendorprefixexp='' version='5.7.3' -version_patchlevel_string='version 7 subversion 3 patch 16080' +version_patchlevel_string='version 7 subversion 3 patch 16266' versiononly='define' vi='' voidflags='15' xlibpth='/usr/lib/386 /lib/386' -xs_apiversion='5.005' +xs_apiversion='5.7.3' perl5='yacc' yaccflags='' zcat='' @@ -981,9 +981,9 @@ PERL_REVISION=5 PERL_VERSION=7 PERL_SUBVERSION=3 PERL_API_REVISION=5 -PERL_API_VERSION=5 -PERL_API_SUBVERSION=0 -PERL_PATCHLEVEL=16080 +PERL_API_VERSION=7 +PERL_API_SUBVERSION=3 +PERL_PATCHLEVEL=16266 PERL_CONFIG_SH=true # Variables propagated from previous config.sh file. pp_sys_cflags='ccflags="$ccflags -DNO_EFF_ONLY_OK"' diff --git a/Porting/config_H b/Porting/config_H index 8a709c30ef..fc79001d9f 100644 --- a/Porting/config_H +++ b/Porting/config_H @@ -17,7 +17,7 @@ /* * Package name : perl5 * Source directory : . - * Configuration time: Tue Apr 23 06:32:48 EET DST 2002 + * Configuration time: Wed May 1 06:32:57 EET DST 2002 * Configured by : jhi * Target system : osf1 alpha.hut.fi v4.0 878 alpha */ @@ -1018,14 +1018,6 @@ #define BIN "/opt/perl/bin" /**/ #define BIN_EXP "/opt/perl/bin" /**/ -/* PERL_BINCOMPAT_5005: - * This symbol, if defined, indicates that this version of Perl should be - * binary-compatible with Perl 5.005. This is impossible for builds - * that use features like threads and multiplicity it is always - * for those versions. - */ -#define PERL_BINCOMPAT_5005 /**/ - /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, * in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, etc... @@ -3584,8 +3576,8 @@ * See INSTALL for how this works. * The versioned site_perl directory was introduced in 5.005, * so that is the lowest possible value. - * Since this can depend on compile time options (such as - * bincompat) it is set by Configure. Other non-default sources + * Since this can depend on compile time options + * it is set by Configure. Other non-default sources * of potential incompatibility, such as multiplicity, threads, * debugging, 64bits, sfio, etc., are not checked for currently, * though in principle we could go snooping around in old @@ -3606,7 +3598,7 @@ * (presumably) be similar. * See the INSTALL file for how this works. */ -#define PERL_XS_APIVERSION "5.005" +#define PERL_XS_APIVERSION "5.7.3" #define PERL_PM_APIVERSION "5.005" /* HAS_CRYPT: |