From a502f3d85db268d649a552e90a4cefc6995a8e16 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 2 Aug 1999 08:00:29 +0000 Subject: [PATCH] up patchlevel to 59 p4raw-id: //depot/perl@3877 --- Changes | 41 +++++++++++++++++++++++++++++++++++++++++ patchlevel.h | 2 +- pod/perlhist.pod | 1 + win32/Makefile | 2 +- win32/config_H.bc | 16 ++++++++-------- win32/config_H.gc | 16 ++++++++-------- win32/config_H.vc | 16 ++++++++-------- win32/makefile.mk | 2 +- 8 files changed, 69 insertions(+), 27 deletions(-) diff --git a/Changes b/Changes index 2077661..771db28 100644 --- a/Changes +++ b/Changes @@ -79,6 +79,47 @@ Version 5.005_59 Development release working toward 5.006 ---------------- ____________________________________________________________________________ +[ 3876] By: gsar on 1999/08/02 07:51:18 + Log: fix coredump under usethreads+debug + Branch: perl + ! util.c +____________________________________________________________________________ +[ 3875] By: jhi on 1999/08/02 07:50:51 + Log: d_bincompat5005 could be left empty. + Branch: cfgperl + ! Configure config_h.SH + Branch: metaconfig/U/perl + ! bincompat5005.U +____________________________________________________________________________ +[ 3874] By: jhi on 1999/08/02 07:42:45 + Log: Fix printf %d when IV is quad. + Branch: cfgperl + ! sv.c +____________________________________________________________________________ +[ 3873] By: gsar on 1999/08/02 07:41:03 + Log: fix d_bincompat5005='' junking config.h + Branch: perl + ! Configure +____________________________________________________________________________ +[ 3872] By: gsar on 1999/08/02 07:38:48 + Log: C needs parameter list, not merely type + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 3871] By: jhi on 1999/08/02 07:20:51 + Log: Integrate with Sarathy. + Branch: cfgperl + !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c +____________________________________________________________________________ +[ 3870] By: gsar on 1999/08/02 07:12:18 + Log: integrate cfgperl changes into mainline + Branch: perl + ! Changes + !> Configure Makefile.SH Porting/Glossary Porting/config.sh + !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h + !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv + !> toke.c util.c +____________________________________________________________________________ [ 3869] By: gsar on 1999/08/02 06:59:09 Log: From: "Vishal Bhatia" Date: Sat, 31 Jul 1999 19:08:33 -0700 diff --git a/patchlevel.h b/patchlevel.h index f8da7c5..e1977b7 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -5,7 +5,7 @@ #define PERL_REVISION 5 /* age */ #define PERL_VERSION 5 /* epoch */ -#define PERL_SUBVERSION 58 /* generation */ +#define PERL_SUBVERSION 59 /* generation */ /* local_patches -- list of locally applied less-than-subversion patches. diff --git a/pod/perlhist.pod b/pod/perlhist.pod index cf5a0e8..d7e2ab7 100644 --- a/pod/perlhist.pod +++ b/pod/perlhist.pod @@ -325,6 +325,7 @@ the strings?). 5.005_56 1999-Mar-01 5.005_57 1999-May-25 5.005_58 1999-Jul-27 + 5.005_59 1999-Aug-02 5.6 beta 1999-***-** =head2 SELECTED RELEASE SIZES diff --git a/win32/Makefile b/win32/Makefile index 8750f05..871e89f 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.00558 +INST_VER = \5.00559 # # Comment this out if you DON'T want your perl installation to have diff --git a/win32/config_H.bc b/win32/config_H.bc index 011add0..fc0eab7 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -1419,7 +1419,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.00558\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00559\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,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.00558\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00558\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,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.00558\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00558")) /**/ +#define PRIVLIB "c:\\perl\\5.00559\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,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.00558\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00559\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,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.00558\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00558")) /**/ +#define SITELIB "c:\\perl\\site\\5.00559\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/config_H.gc b/win32/config_H.gc index 3acef75..0728c2d 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -1419,7 +1419,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.00558\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00559\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,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.00558\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00558\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,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.00558\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00558")) /**/ +#define PRIVLIB "c:\\perl\\5.00559\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,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.00558\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00559\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,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.00558\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00558")) /**/ +#define SITELIB "c:\\perl\\site\\5.00559\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/config_H.vc b/win32/config_H.vc index 48df497..86d8ae8 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -1419,7 +1419,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.00558\\lib\\MSWin32-x86" /**/ +#define ARCHLIB "c:\\perl\\5.00559\\lib\\MSWin32-x86" /**/ /*#define ARCHLIB_EXP "" /**/ /* BIN: @@ -1430,8 +1430,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.00558\\bin\\MSWin32-x86" /**/ -#define BIN_EXP "c:\\perl\\5.00558\\bin\\MSWin32-x86" /**/ +#define BIN "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ +#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/ /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed @@ -1449,8 +1449,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.00558\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00558")) /**/ +#define PRIVLIB "c:\\perl\\5.00559\\lib" /**/ +#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/ /* SITEARCH: * This symbol contains the name of the private library for this package. @@ -1465,7 +1465,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.00558\\lib\\MSWin32-x86" /**/ +#define SITEARCH "c:\\perl\\site\\5.00559\\lib\\MSWin32-x86" /**/ /*#define SITEARCH_EXP "" /**/ /* SITELIB: @@ -1481,8 +1481,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.00558\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00558")) /**/ +#define SITELIB "c:\\perl\\site\\5.00559\\lib" /**/ +#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/ /* PERL_VENDORLIB_EXP: * This symbol contains the ~name expanded version of VENDORLIB, to be used diff --git a/win32/makefile.mk b/win32/makefile.mk index f2460a8..65416f7 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.00558 +INST_VER *= \5.00559 # # Comment this out if you DON'T want your perl installation to have -- 2.7.4