diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:04:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:04:57 +0000 |
commit | 93342173b757d10fa4133d719efc52a68025860f (patch) | |
tree | 8be01f6447f25feaa76074075cbca67027ab275e /win32 | |
parent | 0c57e439868bda58b2cbd4708d7a8b4dcf15b989 (diff) | |
download | perl-93342173b757d10fa4133d719efc52a68025860f.tar.gz |
update Changes, patchlevel etc.
p4raw-id: //depot/perl@5318
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/config.bc | 22 | ||||
-rw-r--r-- | win32/config.gc | 22 | ||||
-rw-r--r-- | win32/config.vc | 22 | ||||
-rw-r--r-- | win32/config_H.bc | 16 | ||||
-rw-r--r-- | win32/config_H.gc | 16 | ||||
-rw-r--r-- | win32/config_H.vc | 16 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
8 files changed, 83 insertions, 35 deletions
diff --git a/win32/Makefile b/win32/Makefile index 4203378ec4..321d341ab7 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -29,7 +29,7 @@ INST_TOP = $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER = \5.5.660 +INST_VER = \5.5.670 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/config.bc b/win32/config.bc index fe321aaccd..03aaec507c 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -184,9 +184,10 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='define' +d_iconv='undef' d_index='undef' d_inetaton='undef' -d_int64t='undef' +d_int64_t='undef' d_isascii='define' d_killpg='undef' d_lchown='undef' @@ -198,7 +199,6 @@ d_longdbl='define' d_longlong='undef' d_lseekproto='define' d_lstat='undef' -d_madvise='undef' d_mblen='define' d_mbstowcs='define' d_mbtowc='define' @@ -229,6 +229,7 @@ d_msync='undef' d_munmap='undef' d_mymalloc='undef' d_nice='undef' +d_nv_preserves_uv='define' d_off64_t='undef' d_old_pthread_create_joinable='undef' d_oldpthreads='undef' @@ -302,6 +303,7 @@ d_shmget='undef' d_sigaction='undef' d_sigsetjmp='undef' d_socket='define' +d_socklen_t='undef' d_sockpair='undef' d_sqrtl='undef' d_statblks='undef' @@ -422,6 +424,7 @@ i_fcntl='define' i_float='define' i_gdbm='undef' i_grp='undef' +i_iconv='undef' i_inttypes='undef' i_limits='define' i_locale='define' @@ -453,6 +456,9 @@ i_sysfile='undef' i_sysfilio='define' i_sysin='undef' i_sysioctl='undef' +i_syslog='undef' +i_sysmman='undef' +i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' @@ -469,6 +475,7 @@ i_systimes='undef' i_systypes='define' i_sysuio='undef' i_sysun='undef' +i_sysutsname='undef' i_sysvfs='undef' i_syswait='undef' i_termio='undef' @@ -497,6 +504,7 @@ installhtmlhelpdir='~INST_TOP~~INST_VER~\htmlhelp' installprivlib='~INST_TOP~~INST_VER~\lib' installscript='~INST_TOP~~INST_VER~\bin' installsitearch='~INST_TOP~\site~INST_VER~\lib~INST_ARCH~' +installsitebin='~INST_TOP~~INST_VER~\bin~INST_ARCH~' installsitelib='~INST_TOP~\site~INST_VER~\lib' installstyle='lib' installusrbinperl='undef' @@ -519,6 +527,10 @@ libc='cw32mti.lib' libperl='perl.lib' libpth='' libs='' +libsdirs='' +libsfiles='' +libsfound='' +libspath='' libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' line='line' lint='' @@ -585,6 +597,7 @@ pager='more /e' passcat='' patchlevel='~PATCHLEVEL~' path_sep=';' +perl5='' perl='perl' perladmin='' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' @@ -592,6 +605,7 @@ pg='' phostname='hostname' pidtype='int' plibpth='' +pm_apiversion='5.005' pmake='' pr='' prefix='~INST_TOP~' @@ -600,13 +614,14 @@ privlib='~INST_TOP~~INST_VER~\lib' privlibexp='~INST_TOP~~INST_VER~\lib' prototype='define' ptrsize='4' -quadcase='5' +quadkind='5' quadtype='__int64' randbits='15' randfunc='rand' randseedtype='unsigned' ranlib='rem' rd_nodata='-1' +revision='5' rm='del' rmail='' runnm='true' @@ -742,6 +757,7 @@ version='~VERSION~' vi='' voidflags='15' xlibpth='/usr/lib/386 /lib/386' +xs_apiversion='5.5.670' zcat='' zip='zip' PERL_REVISION='~PERL_REVISION~' diff --git a/win32/config.gc b/win32/config.gc index 9c6f1f6dce..1178d9ef87 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -184,9 +184,10 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='define' +d_iconv='undef' d_index='undef' d_inetaton='undef' -d_int64t='undef' +d_int64_t='undef' d_isascii='define' d_killpg='undef' d_lchown='undef' @@ -198,7 +199,6 @@ d_longdbl='define' d_longlong='undef' d_lseekproto='define' d_lstat='undef' -d_madvise='undef' d_mblen='define' d_mbstowcs='define' d_mbtowc='define' @@ -229,6 +229,7 @@ d_msync='undef' d_munmap='undef' d_mymalloc='undef' d_nice='undef' +d_nv_preserves_uv='define' d_off64_t='undef' d_old_pthread_create_joinable='undef' d_oldpthreads='undef' @@ -302,6 +303,7 @@ d_shmget='undef' d_sigaction='undef' d_sigsetjmp='undef' d_socket='define' +d_socklen_t='undef' d_sockpair='undef' d_sqrtl='undef' d_statblks='undef' @@ -422,6 +424,7 @@ i_fcntl='define' i_float='define' i_gdbm='undef' i_grp='undef' +i_iconv='undef' i_inttypes='undef' i_limits='define' i_locale='define' @@ -453,6 +456,9 @@ i_sysfile='undef' i_sysfilio='define' i_sysin='undef' i_sysioctl='undef' +i_syslog='undef' +i_sysmman='undef' +i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' @@ -469,6 +475,7 @@ i_systimes='undef' i_systypes='define' i_sysuio='undef' i_sysun='undef' +i_sysutsname='undef' i_sysvfs='undef' i_syswait='undef' i_termio='undef' @@ -497,6 +504,7 @@ installhtmlhelpdir='~INST_TOP~~INST_VER~\htmlhelp' installprivlib='~INST_TOP~~INST_VER~\lib' installscript='~INST_TOP~~INST_VER~\bin' installsitearch='~INST_TOP~\site~INST_VER~\lib~INST_ARCH~' +installsitebin='~INST_TOP~~INST_VER~\bin~INST_ARCH~' installsitelib='~INST_TOP~\site~INST_VER~\lib' installstyle='lib' installusrbinperl='undef' @@ -519,6 +527,10 @@ libc='libmsvcrt.a' libperl='libperl.a' libpth='' libs='' +libsdirs='' +libsfiles='' +libsfound='' +libspath='' libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' line='line' lint='' @@ -585,6 +597,7 @@ pager='more /e' passcat='' patchlevel='~PATCHLEVEL~' path_sep=';' +perl5='' perl='perl' perladmin='' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' @@ -592,6 +605,7 @@ pg='' phostname='hostname' pidtype='int' plibpth='' +pm_apiversion='5.005' pmake='' pr='' prefix='~INST_TOP~' @@ -600,13 +614,14 @@ privlib='~INST_TOP~~INST_VER~\lib' privlibexp='~INST_TOP~~INST_VER~\lib' prototype='define' ptrsize='4' -quadcase='5' +quadkind='5' quadtype='long long' randbits='15' randfunc='rand' randseedtype='unsigned' ranlib='rem' rd_nodata='-1' +revision='5' rm='del' rmail='' runnm='true' @@ -742,6 +757,7 @@ version='~VERSION~' vi='' voidflags='15' xlibpth='/usr/lib/386 /lib/386' +xs_apiversion='5.5.670' zcat='' zip='zip' PERL_REVISION='~PERL_REVISION~' diff --git a/win32/config.vc b/win32/config.vc index ed981567fb..a13817255c 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -184,9 +184,10 @@ d_gnulibc='undef' d_grpasswd='undef' d_hasmntopt='undef' d_htonl='define' +d_iconv='undef' d_index='undef' d_inetaton='undef' -d_int64t='undef' +d_int64_t='undef' d_isascii='define' d_killpg='undef' d_lchown='undef' @@ -198,7 +199,6 @@ d_longdbl='define' d_longlong='undef' d_lseekproto='define' d_lstat='undef' -d_madvise='undef' d_mblen='define' d_mbstowcs='define' d_mbtowc='define' @@ -229,6 +229,7 @@ d_msync='undef' d_munmap='undef' d_mymalloc='undef' d_nice='undef' +d_nv_preserves_uv='define' d_off64_t='undef' d_old_pthread_create_joinable='undef' d_oldpthreads='undef' @@ -302,6 +303,7 @@ d_shmget='undef' d_sigaction='undef' d_sigsetjmp='undef' d_socket='define' +d_socklen_t='undef' d_sockpair='undef' d_sqrtl='undef' d_statblks='undef' @@ -422,6 +424,7 @@ i_fcntl='define' i_float='define' i_gdbm='undef' i_grp='undef' +i_iconv='undef' i_inttypes='undef' i_limits='define' i_locale='define' @@ -453,6 +456,9 @@ i_sysfile='undef' i_sysfilio='define' i_sysin='undef' i_sysioctl='undef' +i_syslog='undef' +i_sysmman='undef' +i_sysmode='undef' i_sysmount='undef' i_sysndir='undef' i_sysparam='undef' @@ -469,6 +475,7 @@ i_systimes='undef' i_systypes='define' i_sysuio='undef' i_sysun='undef' +i_sysutsname='undef' i_sysvfs='undef' i_syswait='undef' i_termio='undef' @@ -497,6 +504,7 @@ installhtmlhelpdir='~INST_TOP~~INST_VER~\htmlhelp' installprivlib='~INST_TOP~~INST_VER~\lib' installscript='~INST_TOP~~INST_VER~\bin' installsitearch='~INST_TOP~\site~INST_VER~\lib~INST_ARCH~' +installsitebin='~INST_TOP~~INST_VER~\bin~INST_ARCH~' installsitelib='~INST_TOP~\site~INST_VER~\lib' installstyle='lib' installusrbinperl='undef' @@ -519,6 +527,10 @@ libc='msvcrt.lib' libperl='perl.lib' libpth='' libs='' +libsdirs='' +libsfiles='' +libsfound='' +libspath='' libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x' line='line' lint='' @@ -585,6 +597,7 @@ pager='more /e' passcat='' patchlevel='~PATCHLEVEL~' path_sep=';' +perl5='' perl='perl' perladmin='' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' @@ -592,6 +605,7 @@ pg='' phostname='hostname' pidtype='int' plibpth='' +pm_apiversion='5.005' pmake='' pr='' prefix='~INST_TOP~' @@ -600,13 +614,14 @@ privlib='~INST_TOP~~INST_VER~\lib' privlibexp='~INST_TOP~~INST_VER~\lib' prototype='define' ptrsize='4' -quadcase='5' +quadkind='5' quadtype='__int64' randbits='15' randfunc='rand' randseedtype='unsigned' ranlib='rem' rd_nodata='-1' +revision='5' rm='del' rmail='' runnm='true' @@ -742,6 +757,7 @@ version='~VERSION~' vi='' voidflags='15' xlibpth='/usr/lib/386 /lib/386' +xs_apiversion='5.5.670' zcat='' zip='zip' PERL_REVISION='~PERL_REVISION~' diff --git a/win32/config_H.bc b/win32/config_H.bc index 868e9a35d6..58826020b1 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1108,7 +1108,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.5.660\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.5.670\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -1139,8 +1139,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.5.660\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.5.660\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.5.670\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.5.670\\bin\\MSWin32-x86" /**/ /* PERL_BINCOMPAT_5005: * This symbol, if defined, indicates that Perl 5.006 should be @@ -2593,8 +2593,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "c:\\perl\\5.5.660\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.5.660")) /**/ +#define PRIVLIB "c:\\perl\\5.5.670\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.5.670")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2692,7 +2692,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.5.660\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.5.670\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -2710,8 +2710,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.5.660\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.5.660")) /**/ +#define SITELIB "c:\\perl\\site\\5.5.670\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.5.670")) /**/ /* Size_t: * This symbol holds the type used to declare length parameters diff --git a/win32/config_H.gc b/win32/config_H.gc index e3ce507097..e5553fbea3 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1108,7 +1108,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.5.660\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.5.670\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -1139,8 +1139,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.5.660\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.5.660\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.5.670\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.5.670\\bin\\MSWin32-x86" /**/ /* PERL_BINCOMPAT_5005: * This symbol, if defined, indicates that Perl 5.006 should be @@ -2593,8 +2593,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "c:\\perl\\5.5.660\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.5.660")) /**/ +#define PRIVLIB "c:\\perl\\5.5.670\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.5.670")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2692,7 +2692,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.5.660\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.5.670\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -2710,8 +2710,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.5.660\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.5.660")) /**/ +#define SITELIB "c:\\perl\\site\\5.5.670\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.5.670")) /**/ /* Size_t: * This symbol holds the type used to declare length parameters diff --git a/win32/config_H.vc b/win32/config_H.vc index 6677bcc4ce..006e868364 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1108,7 +1108,7 @@ * This symbol contains the ~name expanded version of ARCHLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define ARCHLIB "c:\\perl\\5.5.660\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.5.670\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* ARCHNAME: @@ -1139,8 +1139,8 @@ * This symbol is the filename expanded version of the BIN symbol, for * programs that do not want to deal with that at run-time. */ -#define BIN "c:\\perl\\5.5.660\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.5.660\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.5.670\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.5.670\\bin\\MSWin32-x86" /**/ /* PERL_BINCOMPAT_5005: * This symbol, if defined, indicates that Perl 5.006 should be @@ -2593,8 +2593,8 @@ * This symbol contains the ~name expanded version of PRIVLIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define PRIVLIB "c:\\perl\\5.5.660\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.5.660")) /**/ +#define PRIVLIB "c:\\perl\\5.5.670\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.5.670")) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -2692,7 +2692,7 @@ * This symbol contains the ~name expanded version of SITEARCH, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITEARCH "c:\\perl\\site\\5.5.660\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.5.670\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -2710,8 +2710,8 @@ * This symbol contains the ~name expanded version of SITELIB, to be used * in programs that are not prepared to deal with ~ expansion at run-time. */ -#define SITELIB "c:\\perl\\site\\5.5.660\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.5.660")) /**/ +#define SITELIB "c:\\perl\\site\\5.5.670\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.5.670")) /**/ /* Size_t: * This symbol holds the type used to declare length parameters diff --git a/win32/makefile.mk b/win32/makefile.mk index 6357300b18..c235e9dcf1 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -33,7 +33,7 @@ INST_TOP *= $(INST_DRV)\perl # versioned installation can be obtained by setting INST_TOP above to a # path that includes an arbitrary version string. # -INST_VER *= \5.5.660 +INST_VER *= \5.5.670 # # Comment this out if you DON'T want your perl installation to have |