From: Jarkko Hietaniemi Date: Wed, 12 Jun 2002 13:25:30 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5d9854390e492eb0f0360555ff8df0dad92cc9c;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@17206 --- diff --git a/Changes b/Changes index 7c7c3e5..9c8f6a1 100644 --- 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 + 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 + 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" + Date: Tue, 11 Jun 2002 22:44:31 -0500 + Message-Id: + 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: + 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 + Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST) + Message-ID: + 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. diff --git a/patchlevel.h b/patchlevel.h index 8b5b66d..84f2ea0 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL17189" + ,"DEVEL17205" ,NULL };