up patchlevel &c
Gurusamy Sarathy [Tue, 25 May 1999 09:23:43 +0000 (09:23 +0000)]
p4raw-id: //depot/perl@3476

patchlevel.h
pod/perlhist.pod
win32/Makefile
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc
win32/makefile.mk

index 5ac8ca9..a54f937 100644 (file)
@@ -5,7 +5,7 @@
 
 #define PERL_REVISION  5               /* age */
 #define PERL_VERSION   5               /* epoch */
-#define PERL_SUBVERSION        56              /* generation */
+#define PERL_SUBVERSION        57              /* generation */
 
 /*
        local_patches -- list of locally applied less-than-subversion patches.
index af5971f..7cee85c 100644 (file)
@@ -310,7 +310,7 @@ the strings?).
           5.005_03-MT3  1999-Jan-17
           5.005_03-MT4  1999-Jan-26
           5.005_03-MT5  1999-Jan-28
-          5.005_03      1999-***-**
+          5.005_03      1999-Mar-28
 
  Sarathy  5.005_50      1998-Jul-26     The 5.006 development track.
           5.005_51      1998-Aug-10
@@ -319,6 +319,7 @@ the strings?).
           5.005_54      1998-Nov-30
           5.005_55      1999-Feb-16
           5.005_56      1999-Mar-01
+          5.005_57      1999-May-25
 
 =head2 SELECTED RELEASE SIZES
 
index 41d88ed..086da4c 100644 (file)
@@ -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.00556
+INST_VER       = \5.00557
 
 #
 # uncomment to enable threads-capabilities
index a1aef0b..ced050c 100644 (file)
@@ -34,8 +34,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.00556\\bin\\MSWin32-x86"      /**/
-#define BIN_EXP "c:\\perl\\5.00556\\bin\\MSWin32-x86"  /**/
+#define BIN "c:\\perl\\5.00557\\bin\\MSWin32-x86"      /**/
+#define BIN_EXP "c:\\perl\\5.00557\\bin\\MSWin32-x86"  /**/
 
 /* HAS_ALARM:
  *     This symbol, if defined, indicates that the alarm routine is
  *     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.00556\\lib\\MSWin32-x86"          /**/
+#define ARCHLIB "c:\\perl\\5.00557\\lib\\MSWin32-x86"          /**/
 /*#define ARCHLIB_EXP ""       /**/
 
 /* DLSYM_NEEDS_UNDERSCORE:
  *     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.00556\\lib"               /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.00556"))     /**/
+#define PRIVLIB "c:\\perl\\5.00557\\lib"               /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.00557"))     /**/
 
 /* SELECT_MIN_BITS:
  *     This symbol holds the minimum number of bits operated by select.
  *     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.00556\\lib\\MSWin32-x86"           /**/
+#define SITEARCH "c:\\perl\\site\\5.00557\\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.00556\\lib"         /**/
-#define SITELIB_EXP (win32_get_sitelib("5.00556"))     /**/
+#define SITELIB "c:\\perl\\site\\5.00557\\lib"         /**/
+#define SITELIB_EXP (win32_get_sitelib("5.00557"))     /**/
 
 /* STARTPERL:
  *     This variable contains the string to put in front of a perl
index c44b92d..5aa0c6b 100644 (file)
@@ -34,8 +34,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.00556\\bin\\MSWin32-x86"      /**/
-#define BIN_EXP "c:\\perl\\5.00556\\bin\\MSWin32-x86"  /**/
+#define BIN "c:\\perl\\5.00557\\bin\\MSWin32-x86"      /**/
+#define BIN_EXP "c:\\perl\\5.00557\\bin\\MSWin32-x86"  /**/
 
 /* HAS_ALARM:
  *     This symbol, if defined, indicates that the alarm routine is
  *     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.00556\\lib\\MSWin32-x86"          /**/
+#define ARCHLIB "c:\\perl\\5.00557\\lib\\MSWin32-x86"          /**/
 /*#define ARCHLIB_EXP ""       /**/
 
 /* DLSYM_NEEDS_UNDERSCORE:
  *     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.00556\\lib"               /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.00556"))     /**/
+#define PRIVLIB "c:\\perl\\5.00557\\lib"               /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.00557"))     /**/
 
 /* SELECT_MIN_BITS:
  *     This symbol holds the minimum number of bits operated by select.
  *     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.00556\\lib\\MSWin32-x86"           /**/
+#define SITEARCH "c:\\perl\\site\\5.00557\\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.00556\\lib"         /**/
-#define SITELIB_EXP (win32_get_sitelib("5.00556"))     /**/
+#define SITELIB "c:\\perl\\site\\5.00557\\lib"         /**/
+#define SITELIB_EXP (win32_get_sitelib("5.00557"))     /**/
 
 /* STARTPERL:
  *     This variable contains the string to put in front of a perl
index 601267d..cf7eab9 100644 (file)
@@ -34,8 +34,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.00556\\bin\\MSWin32-x86"      /**/
-#define BIN_EXP "c:\\perl\\5.00556\\bin\\MSWin32-x86"  /**/
+#define BIN "c:\\perl\\5.00557\\bin\\MSWin32-x86"      /**/
+#define BIN_EXP "c:\\perl\\5.00557\\bin\\MSWin32-x86"  /**/
 
 /* HAS_ALARM:
  *     This symbol, if defined, indicates that the alarm routine is
  *     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.00556\\lib\\MSWin32-x86"          /**/
+#define ARCHLIB "c:\\perl\\5.00557\\lib\\MSWin32-x86"          /**/
 /*#define ARCHLIB_EXP ""       /**/
 
 /* DLSYM_NEEDS_UNDERSCORE:
  *     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.00556\\lib"               /**/
-#define PRIVLIB_EXP (win32_get_privlib("5.00556"))     /**/
+#define PRIVLIB "c:\\perl\\5.00557\\lib"               /**/
+#define PRIVLIB_EXP (win32_get_privlib("5.00557"))     /**/
 
 /* SELECT_MIN_BITS:
  *     This symbol holds the minimum number of bits operated by select.
  *     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.00556\\lib\\MSWin32-x86"           /**/
+#define SITEARCH "c:\\perl\\site\\5.00557\\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.00556\\lib"         /**/
-#define SITELIB_EXP (win32_get_sitelib("5.00556"))     /**/
+#define SITELIB "c:\\perl\\site\\5.00557\\lib"         /**/
+#define SITELIB_EXP (win32_get_sitelib("5.00557"))     /**/
 
 /* STARTPERL:
  *     This variable contains the string to put in front of a perl
index 7f2b515..d50408a 100644 (file)
@@ -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.00556
+INST_VER       *= \5.00557
 
 #
 # uncomment to enable threads-capabilities