summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-08-02 17:22:40 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-08-02 17:22:40 +0000
commit412582ad0f710a91b1d05cd009c4bda518bddde8 (patch)
treeb60d7eea851dc44e3f8707079e9f6b0c56e679e6
parent4cb71bb67d2e52dda278822dec451f0eda7d158a (diff)
downloadperl-412582ad0f710a91b1d05cd009c4bda518bddde8.tar.gz
up patchlevel etc.
p4raw-id: //depot/perl@3895
-rw-r--r--Changes102
-rw-r--r--patchlevel.h2
-rw-r--r--win32/Makefile2
-rw-r--r--win32/config_H.bc16
-rw-r--r--win32/config_H.gc16
-rw-r--r--win32/config_H.vc16
-rw-r--r--win32/makefile.mk2
7 files changed, 128 insertions, 28 deletions
diff --git a/Changes b/Changes
index 9631a6ec7d..19f15bb33c 100644
--- a/Changes
+++ b/Changes
@@ -75,7 +75,107 @@ indicator:
----------------
-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
----------------
____________________________________________________________________________
diff --git a/patchlevel.h b/patchlevel.h
index e1977b739e..91d12a1b61 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -5,7 +5,7 @@
#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.
diff --git a/win32/Makefile b/win32/Makefile
index 871e89f3c4..3e694c4223 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.00559
+INST_VER = \5.00560
#
# 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 fc0eab7f7b..82d6e6e45e 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.00559\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.00560\\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.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
@@ -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.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.
@@ -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.00559\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.00560\\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.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
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 0728c2d3fb..ca64936841 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.00559\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.00560\\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.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
@@ -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.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.
@@ -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.00559\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.00560\\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.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
diff --git a/win32/config_H.vc b/win32/config_H.vc
index 86d8ae8c9c..c79b2ead0a 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.00559\\lib\\MSWin32-x86" /**/
+#define ARCHLIB "c:\\perl\\5.00560\\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.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
@@ -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.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.
@@ -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.00559\\lib\\MSWin32-x86" /**/
+#define SITEARCH "c:\\perl\\site\\5.00560\\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.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
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 65416f76ea..7e0205ef2b 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.00559
+INST_VER *= \5.00560
#
# Comment this out if you DON'T want your perl installation to have