Typo in pp_complement().
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index a681aef..0afc421 100644 (file)
--- a/Changes
+++ b/Changes
@@ -95,6 +95,236 @@ Version v5.7.0              Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  6697] By: jhi                                   on 2000/08/18  13:35:57
+        Log: Tiny Getopt::Long patch from Johan Vromans.
+     Branch: perl
+          ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
+____________________________________________________________________________
+[  6696] By: jhi                                   on 2000/08/18  13:26:14
+        Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
+             From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
+             Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
+             Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
+     Branch: perl
+          ! pod/perldiag.pod pod/perlsyn.pod
+____________________________________________________________________________
+[  6695] By: jhi                                   on 2000/08/18  13:13:26
+        Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
+             From: Daniel Chetlin <daniel@chetlin.com>
+             Date: Fri, 18 Aug 2000 03:13:36 -0700
+             Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  6694] By: jhi                                   on 2000/08/18  13:08:05
+        Log: Subject: [PATCH] perltrap.pod spring cleaning
+             From: Daniel Chetlin <daniel@chetlin.com>
+             Date: Fri, 18 Aug 2000 03:06:54 -0700
+             Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
+             
+             plus Mike Guy's nitfix.
+     Branch: perl
+          ! pod/perltrap.pod
+____________________________________________________________________________
+[  6693] By: jhi                                   on 2000/08/18  13:00:26
+        Log: Unbuffer the output.
+             
+             Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 17 Aug 2000 18:39:29 -0700
+             Message-ID: <RPJn5gzkgydf092yn@efn.org>
+     Branch: perl
+          ! t/op/fork.t
+____________________________________________________________________________
+[  6692] By: jhi                                   on 2000/08/18  05:19:17
+        Log: Delete the image, too, not just its MANIFEStation.
+     Branch: perl
+          - lib/CGI/eg/wilogo.gif
+____________________________________________________________________________
+[  6691] By: jhi                                   on 2000/08/18  05:10:26
+        Log: Propagate new Configure vars.
+     Branch: perl
+          ! configure.com epoc/config.sh uconfig.h uconfig.sh
+          ! vos/config.def vos/config.h vos/config_h.SH_orig
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[  6690] By: jhi                                   on 2000/08/18  04:30:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  6689] By: jhi                                   on 2000/08/18  04:12:30
+        Log: Fix the lib/complex failure of
+             
+             From: abigail@foad.org
+             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
+             Date: 15 Aug 2000 04:06:38 -0000
+             Message-Id: <20000815040638.8524.qmail@foad.org> 
+             
+             Linux long double accuracy issue: something that
+             when printed with %g looks like "2" but int() of it is 1.
+     Branch: perl
+          ! lib/Math/Complex.pm
+____________________________________________________________________________
+[  6688] By: jhi                                   on 2000/08/18  03:15:35
+        Log: The byteorder code in #6671 was wrong.
+     Branch: perl
+          ! configpm
+____________________________________________________________________________
+[  6687] By: jhi                                   on 2000/08/18  02:08:42
+        Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
+             From: Jan Dubois <jand@ActiveState.com>
+             Date: Thu, 17 Aug 2000 18:31:55 -0700
+             Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  6686] By: jhi                                   on 2000/08/18  02:04:15
+        Log: Use NVs in POSIX math, not doubles.
+             
+             From: abigail@foad.org
+             Subject: [ID 20000817.014] POSIX & modfl
+             Date: 17 Aug 2000 20:49:18 -0000
+             Message-Id: <20000817204918.23123.qmail@foad.org>
+     Branch: perl
+          ! ext/POSIX/POSIX.xs ext/POSIX/typemap
+____________________________________________________________________________
+[  6685] By: jhi                                   on 2000/08/18  02:02:12
+        Log: Introduce NVef, NVff, and NVgf, use the middle one.
+             (helps for lib/peek + Linux + long doubles)  Reported in
+             
+             From: abigail@foad.org
+             Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
+             Date: 15 Aug 2000 04:06:38 -0000
+             Message-Id: <20000815040638.8524.qmail@foad.org> 
+             
+             (note: the lib/complex failure has not yet been addressed)
+     Branch: metaconfig/U/perl
+          ! perlxvf.U
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH dump.c perl.h pod/perlguts.pod
+____________________________________________________________________________
+[  6684] By: jhi                                   on 2000/08/17  23:22:19
+        Log: Add byteorder to the myconfig output.
+     Branch: perl
+          ! myconfig.SH
+____________________________________________________________________________
+[  6683] By: jhi                                   on 2000/08/17  23:20:19
+        Log: The image doth not exist, spotted by Johan Vromans.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  6682] By: jhi                                   on 2000/08/17  22:38:16
+        Log: Document what the backtick returns if the command fails.
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  6681] By: jhi                                   on 2000/08/17  22:33:12
+        Log: Do not use prototyping here.
+             
+             Subject: [ID 20000817.016] [PATCH] Peek.xs
+             From: abigail@foad.org
+             Date: 17 Aug 2000 20:55:56 -0000
+             Message-Id: <20000817205556.24270.qmail@foad.org>
+     Branch: perl
+          ! ext/Devel/Peek/Makefile.PL
+____________________________________________________________________________
+[  6680] By: jhi                                   on 2000/08/17  19:46:43
+        Log: Don't propose using modules built for 5.005 if no binary
+             compatibility with 5.005 is attempted.
+             
+             From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
+             Subject: Minor nit with 5.7.0 (6655)
+             Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
+             Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
+     Branch: metaconfig
+          ! U/installdirs/inc_version_list.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  6679] By: jhi                                   on 2000/08/17  19:16:39
+        Log: Microperl config update.
+     Branch: perl
+          ! uconfig.h uconfig.sh
+____________________________________________________________________________
+[  6678] By: jhi                                   on 2000/08/17  19:16:13
+        Log: The #6648 wasn't protective enough for limited platforms
+             (like microperl).
+     Branch: perl
+          ! dump.c sv.c
+____________________________________________________________________________
+[  6677] By: jhi                                   on 2000/08/17  14:46:35
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  6676] By: jhi                                   on 2000/08/17  14:44:02
+        Log: Add perlebcdic from Peter Prymmer, regen toc.
+     Branch: perl
+          + pod/perlebcdic.pod
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[  6675] By: jhi                                   on 2000/08/17  14:41:52
+        Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
+     Branch: perl
+          ! pod/perldebtut.pod
+____________________________________________________________________________
+[  6674] By: jhi                                   on 2000/08/17  14:29:43
+        Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
+             
+             Subject: [ID 20000724.006] -DLEAKTEST problem
+             From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
+             Date: Tue, 25 Jul 2000 00:36:32 -0500
+             Message-Id: <20000725003632.A26186@www.llamacom.com>
+             
+             Reminder sent
+             
+             Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Thu, 17 Aug 2000 15:23:42 +0100
+             Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  6673] By: jhi                                   on 2000/08/17  04:07:10
+        Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
+             From: John Peacock <JPeacock@UnivPress.com>
+             Date: Tue, 01 Aug 2000 09:38:12 -0400
+             Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
+     Branch: perl
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
+____________________________________________________________________________
+[  6672] By: jhi                                   on 2000/08/17  03:04:35
+        Log: Subject: [PATCH] Cwd.pm now uses strict
+             From: Tim Jenness <timj@jach.hawaii.edu>
+             Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
+             Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[  6671] By: jhi                                   on 2000/08/17  02:16:35
+        Log: Make $Config{byteorder} more magical so that it is
+             dynamically computed: nice for 'fat binaries'.
+             
+             Subject: [PATCH]: default byteorder
+             From: Wilfredo Sánchez <wsanchez@apple.com>
+             Date: Mon, 31 Jul 2000 19:45:31 -0700
+             Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
+     Branch: perl
+          ! configpm
+____________________________________________________________________________
+[  6670] By: gsar                                  on 2000/08/17  01:22:21
+        Log: move WNOHANG definition to where other such things are
+     Branch: perl
+          ! win32/win32.h
+____________________________________________________________________________
+[  6669] By: jhi                                   on 2000/08/17  01:19:17
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  6668] By: jhi                                   on 2000/08/17  01:16:29
         Log: Doc nits spotted by Richard Soderberg.
      Branch: perl