Constant.t for EBCDIC platforms
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 7c7c3e5..9c8f6a1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,112 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 17205] By: jhi                                   on 2002/06/12  13:16:32
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 17204] By: jhi                                   on 2002/06/12  13:05:28
+        Log: This should be gone now.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 17203] By: jhi                                   on 2002/06/12  12:58:54
+        Log: NetWare doc tweak.
+     Branch: perl
+          ! README.netware
+____________________________________________________________________________
+[ 17202] By: jhi                                   on 2002/06/12  12:33:33
+        Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
+             From: Abigail <abigail@foad.org>
+             Date: Wed, 12 Jun 2002 02:46:01 -0700
+             Message-ID: <20020612024601.A8524@ucan.foad.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 17201] By: jhi                                   on 2002/06/12  12:31:19
+        Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
+             From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
+             Date: Wed, 12 Jun 2002 13:50:59 +0200
+             Message-ID: <3D0735A3.4020701@hexaflux.com>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 17200] By: jhi                                   on 2002/06/12  12:17:02
+        Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
+             go back to disabling long doubles from MinGW because
+             MSVCRT doesn't do long double printfing even when gcc
+             would know how to handle them.
+     Branch: perl
+          ! win32/config.bc win32/config_H.bc win32/config_H.gc
+____________________________________________________________________________
+[ 17199] By: nick                                  on 2002/06/12  11:13:16
+        Log: Integrate mainline
+     Branch: perlio
+         !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
+         !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
+         !> win32/config_H.bc win32/config_H.gc
+____________________________________________________________________________
+[ 17198] By: jhi                                   on 2002/06/12  03:01:37
+        Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 11 Jun 2002 22:44:31 -0500
+             Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 17197] By: jhi                                   on 2002/06/12  01:52:32
+        Log: Test relying on undefined behaviour of atan2(0, 0)
+             (valiantly debugged by Mark Lutz).
+     Branch: perl
+          ! lib/Math/Trig.t
+____________________________________________________________________________
+[ 17196] By: jhi                                   on 2002/06/12  01:41:05
+        Log: Regen perlmodlib.
+     Branch: perl
+          ! pod/perlmodlib.pod
+____________________________________________________________________________
+[ 17195] By: jhi                                   on 2002/06/12  01:39:18
+        Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 11 Jun 2002 15:12:15 -0700
+             Message-ID: </WnB9gzkgC5S092yn@efn.org>
+     Branch: perl
+          ! pod/perlmodlib.PL
+____________________________________________________________________________
+[ 17194] By: jhi                                   on 2002/06/12  01:35:57
+        Log: Subject: [PATCH] Re: RC1 on Playstation2
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
+             Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 17193] By: jhi                                   on 2002/06/11  19:57:23
+        Log: Not that I know anything about Windows compilers
+             but Google leads me into believing that while Borland and
+             GCC support the ANSI way of printing long doubles (%L),
+             Visual C really doesn't support printing them.
+     Branch: perl
+          ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
+____________________________________________________________________________
+[ 17192] By: rgs                                   on 2002/06/11  19:00:37
+        Log: Fix a cut-n-paste error.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 17191] By: nick                                  on 2002/06/11  16:07:14
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes INSTALL ext/XS/APItest/APItest.pm
+         !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
+         !> patchlevel.h
+____________________________________________________________________________
+[ 17190] By: jhi                                   on 2002/06/11  14:09:14
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
         Log: Trying to printf Perl-specific datatypes using printf
              (with perlio or stdio) is folly, says Hugo.