----------------
-Version 5.005_59 Development release working toward 5.006
+Version 5.005_60 Development release working toward 5.006
+----------------
+
+____________________________________________________________________________
+[ 3894] By: gsar on 1999/08/02 17:12:31
+ Log: integrate change#3893, make it conditional on bincompat5005
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 3893] By: jhi on 1999/08/02 16:49:08
+ Log: PERL_BINCOMPAT_5005 symbol translation.
+ (AIX wouldn't link neither perl nor extensions.)
+ Branch: cfgperl
+ ! makedef.pl
+____________________________________________________________________________
+[ 3892] By: gsar on 1999/08/02 16:09:13
+ Log: integrate cfgperl contents into mainline
+ Branch: perl
+ +> t/op/64bit.t
+ ! Changes
+ !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
+ !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
+ !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
+____________________________________________________________________________
+[ 3891] By: jhi on 1999/08/02 14:52:40
+ Log: AIX long long probing requires LL suffix for
+ the ll constant. The suffix doesn't seem
+ to bother other ll platforms.
+ Branch: cfgperl
+ ! Configure config_h.SH hints/aix.sh
+ Branch: metaconfig/U/perl
+ ! quadfio.U
+____________________________________________________________________________
+[ 3890] By: jhi on 1999/08/02 14:21:55
+ Log: Exact path to perl for open -|.
+ Branch: cfgperl
+ ! t/io/open.t
+____________________________________________________________________________
+[ 3889] By: jhi on 1999/08/02 14:18:03
+ Log: Integrate with Sarathy.
+ Branch: cfgperl
+ !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
+ !> win32/Makefile win32/config_H.bc win32/config_H.gc
+ !> win32/config_H.vc win32/makefile.mk win32/win32.c
+____________________________________________________________________________
+[ 3888] By: jhi on 1999/08/02 14:14:29
+ Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
+ Branch: cfgperl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 3887] By: jhi on 1999/08/02 12:53:10
+ Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
+ emacs code indentation doesn't get wrong ideas--
+ in other words, introduce a couple of "redundant" if:s.
+ Branch: cfgperl
+ ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
+ ! util.c
+____________________________________________________________________________
+[ 3886] By: jhi on 1999/08/02 12:43:16
+ Log: Mention that also *BSD systems with glibc are known to stumble.
+ Branch: cfgperl
+ ! t/pragma/warn/pp_hot
+____________________________________________________________________________
+[ 3885] By: jhi on 1999/08/02 12:34:15
+ Log: Allow also non-long long but still quad platforms print quads.
+ Branch: cfgperl
+ ! Configure config_h.SH
+ Branch: metaconfig/U/perl
+ ! longdblfio.U quadfio.U
+____________________________________________________________________________
+[ 3884] By: jhi on 1999/08/02 11:56:14
+ Log: Fix regclass utf8 hex ranges for quads.
+ Branch: cfgperl
+ ! regcomp.c
+____________________________________________________________________________
+[ 3883] By: jhi on 1999/08/02 11:42:14
+ Log: Enhance the description of how to detect quad support.
+ Branch: cfgperl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 3882] By: jhi on 1999/08/02 11:22:19
+ Log: Fix printf %D %U %O for quads.
+ Branch: cfgperl
+ ! sv.c t/op/64bit.t
+____________________________________________________________________________
+[ 3881] By: jhi on 1999/08/02 11:16:12
+ Log: Document quad printing.
+ Branch: cfgperl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 3880] By: jhi on 1999/08/02 10:32:01
+ Log: More 64-bit fixing. One known bug of that kind
+ remains, 32-bit platforms using long long in
+ the test t/pragma/utf8 subtests 1-3 fail.
+ (Update: change #3884 fixed that one.)
+ Branch: cfgperl
+ + t/op/64bit.t
+ ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
+
+----------------
+Version 5.005_59
----------------
____________________________________________________________________________
#define PERL_REVISION 5 /* age */
#define PERL_VERSION 5 /* epoch */
-#define PERL_SUBVERSION 59 /* generation */
+#define PERL_SUBVERSION 60 /* generation */
/*
local_patches -- list of locally applied less-than-subversion patches.
# versioned installation can be obtained by setting INST_TOP above to a
# path that includes an arbitrary version string.
#
-INST_VER = \5.00559
+INST_VER = \5.00560
#
# 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.00559\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.00560\\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.00559\\bin\\MSWin32-x86" /**/
-#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/
+#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/
+#define BIN_EXP "c:\\perl\\5.00560\\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.00559\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/
+#define PRIVLIB "c:\\perl\\5.00560\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/
/* 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.00559\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.00560\\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.00559\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/
+#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/
/* 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.00559\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.00560\\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.00559\\bin\\MSWin32-x86" /**/
-#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/
+#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/
+#define BIN_EXP "c:\\perl\\5.00560\\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.00559\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/
+#define PRIVLIB "c:\\perl\\5.00560\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/
/* 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.00559\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.00560\\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.00559\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/
+#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/
/* 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.00559\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.00560\\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.00559\\bin\\MSWin32-x86" /**/
-#define BIN_EXP "c:\\perl\\5.00559\\bin\\MSWin32-x86" /**/
+#define BIN "c:\\perl\\5.00560\\bin\\MSWin32-x86" /**/
+#define BIN_EXP "c:\\perl\\5.00560\\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.00559\\lib" /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.00559")) /**/
+#define PRIVLIB "c:\\perl\\5.00560\\lib" /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.00560")) /**/
/* 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.00559\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.00560\\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.00559\\lib" /**/
-#define SITELIB_EXP (win32_get_sitelib("5.00559")) /**/
+#define SITELIB "c:\\perl\\site\\5.00560\\lib" /**/
+#define SITELIB_EXP (win32_get_sitelib("5.00560")) /**/
/* 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.00559
+INST_VER *= \5.00560
#
# Comment this out if you DON'T want your perl installation to have