The entry for #7503 was missing.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 9d2b8df..3030ba5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,85 +6,7 @@ individual change may also be obtained through ftp and rsync--see
 perlhack.pod for the details.
 
 
-                          ---------------
-                           CAST AND CREW
-                          ---------------
-
-To give due honor to those who have made Perl what is is today,
-here are some of the more common names in the Changes file, and their
-current addresses (as of September 2000):
-
-    Gisle Aas                  <gisle@aas.no>
-    Abigail                    <abigail@foad.org>
-    Kenneth Albanowski         <kjahds@kjahds.com>
-    Russ Allbery               <rra@stanford.edu>
-    Brad Appleton              <bradapp@enteract.com>
-    Greg Bacon                 <gbacon@itsc.uah.edu>
-    Robin Barker               <rmb1@cise.npl.co.uk>
-    Vishal Bhatia              <vishal@gol.com>
-    Spider Boardman            <spider@orb.nashua.nh.us>
-    Daniel Chetlin             <daniel@chetlin.com>
-    Tom Christiansen           <tchrist@perl.com>
-    Lupe Christoph             <lupe@lupe-christoph.de>
-    Nicholas Clark             <nick@Bagpuss.unfortu.net>
-    Simon Cozens               <simon@brecon.co.uk>
-    Francois Desarmenien       <desar@club-internet.fr>
-    Mark-Jason Dominus         <mjd@plover.com>
-    Jan Dubois                 <jand@activestate.com>
-    Dominic Dunlop             <domo@computer.org>
-    Eric Fifer                 <efifer@sanwaint.com>
-    Richard Foley              <Richard.Foley@m.dasa.de>
-    Jeffrey Friedl             <jfriedl@yahoo-inc.com>
-    Hallvard B Furuseth        <h.b.furuseth@usit.uio.no>
-    M. J. T. Guy               <mjtg@cam.ac.uk>
-    Tom Hughes                 <tom@compton.nu>
-    Nick Ing-Simmons           <nik@tiuk.ti.com>
-    Tim Jenness                        <timj@jach.hawaii.edu>
-    Andreas König              <a.koenig@mind.de>
-    Charles Lane               <lane@DUPHY4.Physics.Drexel.Edu>
-    Douglas Lankshear          <dougl@activestate.com>
-    Doug MacEachern            <dougm@covalent.net>
-    Raphael Manfredi           <Raphael.Manfredi@pobox.com>
-    Paul Marquess              <Paul.Marquess@btinternet.com>
-    Stephen McCamant           <alias@mcs.com>
-    Laszlo Molnar              <laszlo.molnar@eth.ericsson.se>
-    Hans Mulder                <hansmu@xs4all.nl>
-    Chris Nandor               <pudge@pobox.com>
-    Matthias Neeracher         <neeri@iis.ee.ethz.ch>
-    Jeff Okamoto               <okamoto@hpcc123.corp.hp.com>
-    Ulrich Pfeifer             <pfeifer@charly.informatik.uni-dortmund.de>
-    Tom Phoenix                <rootbeer@teleport.com>
-    Stephen Potter             <spp@ds.net>
-    Joshua Pritikin            <joshua.pritikin@db.com>
-    Peter Prymmer              <pvhp@forte.com>
-    Norbert Pueschel           <pueschel@imsdd.meb.uni-bonn.de>
-    Dean Roehrich              <roehrich@cray.com>
-    Hugo van der Sanden        <hv@crypt.demon.co.uk>
-    Michael G Schwern          <schwern@pobox.com>
-    Roderick Schertler         <roderick@argon.org>
-    Yitzchak Scott-Thoennes    <sthoenna@efn.org>
-    Kurt D. Starsinic          <kstar@chapin.edu>
-    Benjamin Stuhl             <sho_pi@hotmail.com>
-    Dan Sugalski               <dan@sidhe.org>
-    Nathan Torkington          <gnat@frii.com>
-    Larry W. Virden            <lvirden@cas.org>
-    Johan Vromans              <jvromans@squirrel.nl>
-    Ilya Zakharevich           <ilya@math.ohio-state.edu>
-
-And the Keepers of the Patch Pumpkin:
-
-    Charles Bailey             <bailey@newman.upenn.edu>
-    Graham Barr                        <gbarr@ti.com>
-    Malcolm Beattie            <mbeattie@sable.ox.ac.uk>
-    Tim Bunce                  <Tim.Bunce@ig.co.uk>
-    Andy Dougherty             <doughera@lafcol.lafayette.edu>
-    Jarkko Hietaniemi          <jhi@iki.fi>
-    Gurusamy Sarathy           <gsar@activestate.com>
-    Chip Salzenberg            <chip@perl.com>
-
-And, of course, the Author of Perl:
-
-    Larry Wall                 <larry@wall.org>
+[The "CAST AND CREW" list has been moved to AUTHORS.]
 
 NOTE: Each change entry shows the change number; who checked it into the
 repository; when; description of the change; which branch the change
@@ -106,6 +28,511 @@ Version v5.7.0             Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  7523] By: jhi                                   on 2000/11/01  22:57:09
+        Log: More tweaking on the #7522 theme.
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL
+____________________________________________________________________________
+[  7522] By: jhi                                   on 2000/11/01  22:06:15
+        Log: Expand %Config variables and %ENV variables only if
+             so requested during build time using the
+             PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
+             Not expanding makes relocating distributions easier.
+     Branch: perl
+          ! ext/DynaLoader/DynaLoader_pm.PL
+____________________________________________________________________________
+[  7521] By: jhi                                   on 2000/11/01  20:56:34
+        Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
+             and setgid() because they were just changing $< and $( which means
+             only changing the real uid/gid, as opposed to changing both
+             real and effective ids.  (The alternative way could have been
+             in POSIX.pm to change $> and $), too, but making a direct call
+             to the C API feels cleaner.)  Fixes the bug
+             
+             Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
+             From: "Garry T. Williams" <garry@zvolve.com>
+             Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
+             Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
+     Branch: perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
+          ! ext/POSIX/typemap pod/perlvar.pod
+____________________________________________________________________________
+[  7520] By: jhi                                   on 2000/11/01  20:08:33
+        Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
+             From: "Garry T. Williams" <garry@zvolve.com>
+             Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
+             Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
+     Branch: perl
+          ! pod/perlsec.pod
+____________________________________________________________________________
+[  7519] By: jhi                                   on 2000/11/01  20:01:22
+        Log: Locale warning explanation tweak.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[  7518] By: jhi                                   on 2000/11/01  18:57:13
+        Log: C.pm part of
+             
+             Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Tue, 10 Oct 2000 08:22:28 -0500
+             Message-Id: <20001010082228.B17030@chaos.wustl.edu>
+     Branch: perl
+          ! ext/B/B/C.pm
+____________________________________________________________________________
+[  7517] By: jhi                                   on 2000/11/01  18:41:59
+        Log: Subject: [ID 20001005.006] Documentation -- description of qr//
+             From: Martien Verbruggen <mgjv@comdyn.com.au>
+             Date: Fri, 6 Oct 2000 14:09:10 +1100
+             Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  7516] By: jhi                                   on 2000/11/01  18:34:55
+        Log: Generalize the Camel wording.
+             
+             Subject: Re: perlfaq style changes
+             From: John Borwick <jhborwic@unity.ncsu.edu>
+             Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
+             Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
+____________________________________________________________________________
+[  7515] By: jhi                                   on 2000/11/01  16:52:31
+        Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
+             From: pimlott@idiomtech.com (Andrew Pimlott)
+             Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
+             Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
+     Branch: perl
+          ! pod/perlsec.pod
+____________________________________________________________________________
+[  7514] By: jhi                                   on 2000/11/01  15:03:40
+        Log: More AIX lore.
+     Branch: perl
+          ! ext/re/hints/aix.pl
+____________________________________________________________________________
+[  7513] By: jhi                                   on 2000/11/01  14:48:30
+        Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
+             From: root <root@chronos.fi.muni.cz>
+             Date: Wed, 1 Nov 2000 12:31:32 +0100
+             Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
+     Branch: perl
+          ! lib/Net/Ping.pm
+____________________________________________________________________________
+[  7512] By: jhi                                   on 2000/11/01  14:46:47
+        Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
+             From: Martin Husemann <martin@duskware.de>
+             Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
+             Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[  7511] By: jhi                                   on 2000/11/01  14:39:50
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[  7509] By: jhi                                   on 2000/11/01  14:19:53
+        Log: printf UVs the correct way, noticed by Robin Barker.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7508] By: jhi                                   on 2000/11/01  14:10:03
+        Log: Do not cleanup *% because the % has special meanings in some
+             shell environments.
+     Branch: perl
+          ! ext/Storable/Makefile.PL
+____________________________________________________________________________
+[  7507] By: jhi                                   on 2000/11/01  14:06:00
+        Log: The NonStop-UX libraries have a novel way to say NaN.
+     Branch: perl
+          ! t/lib/bigfltpm.t
+____________________________________________________________________________
+[  7505] By: jhi                                   on 2000/10/31  19:18:39
+        Log: The compiler is either gcc or cc, from Tom Bates.
+     Branch: perl
+          ! hints/nonstopux.sh
+____________________________________________________________________________
+[  7504] By: jhi                                   on 2000/10/31  14:53:42
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7503] By: jhi                                   on 2000/10/31  14:30:50
+        Log: Whitespace style tweak.  Was originally going to see to
+             
+             Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
+             From: Joe Smith <jms@inwap.com>
+             Date: Mon, 30 Oct 2000 18:47:57 -0800
+             Message-Id: <39FE32DD.24AAC4D@inwap.com>
+             
+             but that had already been taken care of.
+     Branch: metaconfig
+          ! U/compline/d_stdstdio.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7502] By: jhi                                   on 2000/10/31  14:25:02
+        Log: AUTHORS tweaks.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[  7501] By: jhi                                   on 2000/10/31  14:23:59
+        Log: Subject: perlfaq style changes
+             From: John Borwick <jhborwic@unity.ncsu.edu>
+             Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
+             Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[  7500] By: jhi                                   on 2000/10/31  14:22:15
+        Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
+             
+             Subject: Re: [ID 20000918.005] ~ on wide chars
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 30 Oct 2000 21:09:55 -0800
+             Message-ID: <jQl/5gzkgWYL092yn@efn.org>
+             
+             (The ord() part of the patch skipped.)
+     Branch: perl
+          ! doop.c
+____________________________________________________________________________
+[  7499] By: jhi                                   on 2000/10/31  14:20:08
+        Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
+             From: Jens Hamisch <jens@Strawberry.COM>
+             Date: Mon, 30 Oct 2000 15:17:07 +0100
+             Message-Id: <20001030151707.A9597@Strawberry.COM>
+     Branch: perl
+          ! av.c
+____________________________________________________________________________
+[  7498] By: jhi                                   on 2000/10/31  14:16:29
+        Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
+     Branch: perl
+          + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
+          + ext/Encode/Encode/posix-bc.enc
+          ! MANIFEST t/lib/encode.t
+____________________________________________________________________________
+[  7497] By: jhi                                   on 2000/10/31  14:13:22
+        Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/cgi-html.t
+____________________________________________________________________________
+[  7496] By: jhi                                   on 2000/10/31  14:12:05
+        Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/cgi-function.t
+____________________________________________________________________________
+[  7495] By: jhi                                   on 2000/10/31  14:11:08
+        Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
+     Branch: perl
+          + ext/re/hints/aix.pl
+          ! MANIFEST ext/re/Makefile.PL
+____________________________________________________________________________
+[  7494] By: jhi                                   on 2000/10/31  14:08:32
+        Log: Use Errno magic.
+             
+             Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
+             From: Casey Tweten <perl@ctweten.amsite.com>
+             Date: Mon, 30 Oct 2000 15:51:17 -0500
+             Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
+     Branch: perl
+          ! lib/File/Temp.pm
+____________________________________________________________________________
+[  7493] By: jhi                                   on 2000/10/31  14:05:07
+        Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
+             
+             Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 30 Oct 2000 17:38:45 +0000
+             Message-ID: <20001030173845.O60355@plum.flirble.org>
+     Branch: perl
+          ! Makefile.SH utils/perlbug.PL
+____________________________________________________________________________
+[  7489] By: jhi                                   on 2000/10/29  21:11:08
+        Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 29 Oct 2000 22:05:59 +0100
+             Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[  7488] By: jhi                                   on 2000/10/29  21:07:47
+        Log: Tests for #7487.
+             
+             Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 29 Oct 2000 19:37:09 +0100
+             Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
+     Branch: perl
+          ! t/comp/proto.t
+____________________________________________________________________________
+[  7487] By: jhi                                   on 2000/10/29  21:06:27
+        Log: constsub spillage.
+             
+             Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
+             From: John Tobey <jtobey@john-edwin-tobey.org>
+             Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
+             Message-Id: <m13pvSr-000FObC@feynman.localnet>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  7485] By: jhi                                   on 2000/10/29  21:00:47
+        Log: Make \x{...} consistently produce UTF-8.
+             
+             Subject: Re: \x{...} is confused 
+             From: Simon Cozens <simon@cozens.net>
+             Date: Sun, 29 Oct 2000 19:36:48 +0000
+             Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
+     Branch: perl
+          ! t/pragma/utf8.t toke.c
+____________________________________________________________________________
+[  7483] By: jhi                                   on 2000/10/29  18:06:55
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7481] By: jhi                                   on 2000/10/29  17:02:37
+        Log: UTF-8 decoder tweak.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7478] By: jhi                                   on 2000/10/29  02:04:01
+        Log: Add also emailless people.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[  7477] By: jhi                                   on 2000/10/29  01:36:00
+        Log: The #7476 needs a MANIFEST change, too.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  7476] By: jhi                                   on 2000/10/29  01:35:21
+        Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
+     Branch: perl
+          - MAINTAIN
+          ! AUTHORS Changes
+____________________________________________________________________________
+[  7475] By: jhi                                   on 2000/10/28  23:57:25
+        Log: De-quoted-unreadable to ISO Latin 1.
+             (There's one ISO-2022-JP name in Changes5.004.)
+     Branch: perl
+          ! Changes Changes5.6
+____________________________________________________________________________
+[  7474] By: jhi                                   on 2000/10/28  19:13:06
+        Log: Subject: [ID 20001027.007] uniq array in perlfaq
+             From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
+             Date: Fri, 27 Oct 2000 19:28:30 +0200
+             Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
+     Branch: perl
+          ! pod/perlfaq4.pod
+____________________________________________________________________________
+[  7473] By: jhi                                   on 2000/10/28  18:02:05
+        Log: Locking null mutexes is not recommendable.
+             
+             Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Sat, 28 Oct 2000 18:41:12 +0100
+             Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  7472] By: jhi                                   on 2000/10/28  17:52:58
+        Log: Better create a true mailing list for the repository keepers.
+     Branch: perl
+          ! Porting/repository.pod
+____________________________________________________________________________
+[  7471] By: jhi                                   on 2000/10/28  17:28:24
+        Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
+             name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
+     Branch: perl
+          + Porting/repository.pod
+          ! MANIFEST
+____________________________________________________________________________
+[  7470] By: jhi                                   on 2000/10/28  17:20:54
+        Log: Subject: DOC PATCH 5.6.0
+             From: mjd@plover.com
+             Date: 27 Oct 2000 17:32:44 -0000
+             Message-ID: <20001027173244.23754.qmail@plover.com>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  7469] By: jhi                                   on 2000/10/28  17:16:45
+        Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
+             From: "Peter J. Farley III" <pjfarley@banet.net>
+             Date: Fri, 27 Oct 2000 20:32:56 -0400
+             Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
+     Branch: perl
+          ! README.dos
+____________________________________________________________________________
+[  7468] By: jhi                                   on 2000/10/28  17:07:18
+        Log: Make target reordering to avoid pointless re-makes.
+             
+             Subject: Re: Total re-make of 'make okfile' after 7451 ?
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 28 Oct 2000 00:31:02 +0100
+             Message-ID: <20001028003101.A54517@plum.flirble.org>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  7467] By: jhi                                   on 2000/10/28  17:05:31
+        Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
+             From: lvirden@cas.org
+             Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
+             Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
+     Branch: perl
+          ! README.os2
+____________________________________________________________________________
+[  7466] By: jhi                                   on 2000/10/28  16:09:16
+        Log: Upgrade to CPAN 1.58_55.
+             
+             Subject: CPAN.pm status
+             From: andreas.koenig@anima.de (Andreas J. Koenig) 
+             Date: 28 Oct 2000 08:18:00 +0200 
+             Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
+____________________________________________________________________________
+[  7465] By: jhi                                   on 2000/10/28  16:02:47
+        Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
+     Branch: perl
+          ! embed.h embed.pl perl.h proto.h toke.c
+____________________________________________________________________________
+[  7464] By: nick                                  on 2000/10/28  10:43:44
+        Log: Fix for sv_2iv() on "shared" value from keys %hash.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  7463] By: jhi                                   on 2000/10/27  16:18:29
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7461] By: jhi                                   on 2000/10/27  15:37:38
+        Log: Retract #7459, the script needs more work.
+     Branch: perl
+          - mkreef
+          ! MANIFEST
+____________________________________________________________________________
+[  7459] By: jhi                                   on 2000/10/27  15:02:07
+        Log: (Retracted by #7461)
+             
+             Add a shell script for creating/removing symbolic link farms,
+             useful for keeping the source code read-only and doing the
+             builds somewhere else.
+     Branch: perl
+          + mkreef
+          ! MANIFEST
+____________________________________________________________________________
+[  7458] By: jhi                                   on 2000/10/27  14:42:20
+        Log: Do away with the fix_pl.
+     Branch: perl
+          - fix_pl
+          ! MANIFEST Makefile.SH
+____________________________________________________________________________
+[  7457] By: jhi                                   on 2000/10/27  12:43:13
+        Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
+             From: Jens Hamisch <jens@Strawberry.COM>
+             Date: Fri, 27 Oct 2000 14:38:21 +0200
+             Message-Id: <20001027143821.B3366@Strawberry.COM>
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[  7456] By: jhi                                   on 2000/10/27  12:33:42
+        Log: Subject: [PATCH] todo
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 26 Oct 2000 22:32:29 +0100
+             Message-ID: <20001026223229.A44540@plum.flirble.org>
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[  7455] By: jhi                                   on 2000/10/27  12:02:21
+        Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
+             From: John Tobey <jtobey@john-edwin-tobey.org>
+             Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
+             Message-Id: <m13ozHF-000FObC@feynman.localnet>
+     Branch: perl
+          ! op.c t/pragma/sub_lval.t
+____________________________________________________________________________
+[  7454] By: jhi                                   on 2000/10/27  11:59:42
+        Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
+             From: sthoenna@efn.org
+             Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
+             Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
+     Branch: perl
+          ! pp.c t/op/assignwarn.t
+____________________________________________________________________________
+[  7453] By: jhi                                   on 2000/10/27  00:15:08
+        Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
+     Branch: perl
+          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs t/lib/st-lock.t
+____________________________________________________________________________
+[  7452] By: jhi                                   on 2000/10/26  13:05:52
+        Log: Undo #7451, this seems to be a deficiency in Perforce,
+             there is no per-file line-terminator type, only per-client.
+     Branch: perl
+          ! README.dos README.win32 djgpp/configure.bat win32/Makefile
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  7451] By: jhi                                   on 2000/10/26  04:56:03
+        Log: Experimenting in DOS arcana.
+     Branch: perl
+          ! README.dos README.win32 djgpp/configure.bat win32/Makefile
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  7450] By: jhi                                   on 2000/10/26  04:50:52
+        Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
+             From: "Peter J. Farley III" <pjfarley@banet.net>            
+             Date: Wed, 25 Oct 2000 23:10:18 -0400
+             Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[  7449] By: jhi                                   on 2000/10/26  04:49:16
+        Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Thu, 26 Oct 2000 01:55:17 +0100
+             Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
+             
+             minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
+     Branch: perl
+          ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
+____________________________________________________________________________
+[  7448] By: jhi                                   on 2000/10/26  04:38:36
+        Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
+             Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  7447] By: jhi                                   on 2000/10/25  23:20:02
+        Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
+             in platforms that strictly require all the symbols being present
+             at link time.
+     Branch: perl
+          ! handy.h
+____________________________________________________________________________
+[  7446] By: jhi                                   on 2000/10/25  21:55:57
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  7445] By: jhi                                   on 2000/10/25  21:27:08
         Log: Integrate with vmsperl #7430 by Charles Bailey:
              
@@ -6860,7 +7287,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [  6450] By: jhi                                   on 2000/07/26  18:41:40
         Log: Subject: Minor doc patch: handy.h
-             From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
+             From: Daniel Muiño <dmuino@afip.gov.ar>
              Date: Wed, 26 Jul 2000 15:34:25 -0300
              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
      Branch: perl