----------------
____________________________________________________________________________
+[ 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" <vishalb@my-deja.com>
Date: Sat, 31 Jul 1999 19:08:33 -0700
#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.
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
# 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
* 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:
* 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
* 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.
* 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:
* 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
* 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:
* 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
* 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.
* 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:
* 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
* 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:
* 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
* 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.
* 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:
* 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
# 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