PerlIO passes all tests.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 304bc64..9ca833f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -41,6 +41,7 @@ current addresses (as of September 2000):
     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>
@@ -105,6 +106,1804 @@ Version v5.7.0           Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  7385] By: jhi                                   on 2000/10/21  01:28:42
+        Log: The #7383 was right only in the context of the original bug report,
+             not in more general case.
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[  7384] By: jhi                                   on 2000/10/21  01:08:23
+        Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
+     Branch: perl
+          ! ext/IO/lib/IO/Select.pm
+____________________________________________________________________________
+[  7383] By: jhi                                   on 2000/10/21  00:44:18
+        Log: Fix for ID 20001020.006, concatenating an unset submatch
+             with utf8 resulted in "Modification of a read-only value".
+     Branch: perl
+          ! pp_hot.c t/pragma/utf8.t
+____________________________________________________________________________
+[  7382] By: jhi                                   on 2000/10/20  20:44:31
+        Log: Make scan_num() reëntrant, as suggested in
+             
+             Subject: [PATCH perl@7229] Rentrant parser and yylex()
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Fri, 20 Oct 2000 14:17:27 +0100
+             Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
+     Branch: perl
+          ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
+          ! toke.c
+____________________________________________________________________________
+[  7381] By: jhi                                   on 2000/10/20  20:07:29
+        Log: Reëntrancy fix.
+             
+             Subject: [PATCH perl@7229] Rentrant parser and yylex()
+             From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
+             Date: Fri, 20 Oct 2000 14:17:27 +0100
+             Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
+     Branch: perl
+          ! embed.h embed.pl perl.h proto.h toke.c
+____________________________________________________________________________
+[  7380] By: jhi                                   on 2000/10/20  19:15:54
+        Log: Don't write double values through long double pointers,
+             based on a part of
+             
+             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
+             From: Jens Hamisch <jens@Strawberry.COM>
+             Date: Tue, 17 Oct 2000 08:39:36 +0200
+             Message-Id: <20001017083936.A11104@Strawberry.COM>
+     Branch: perl
+          ! perl.h pp.c
+____________________________________________________________________________
+[  7379] By: jhi                                   on 2000/10/20  18:43:37
+        Log: Portability tweak on #7377.
+             
+             Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Fri, 20 Oct 2000 13:13:41 EDT
+             Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! t/lib/dprof.t
+____________________________________________________________________________
+[  7378] By: jhi                                   on 2000/10/20  12:57:19
+        Log: SOCKS function redefinitions need prototypes, too, otherwise
+             for example 32 bit versus 64 bit differences cause a lot of
+             problems.  Part of
+             
+             Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
+             From: Jens Hamisch <jens@Strawberry.COM>
+             Date: Tue, 17 Oct 2000 08:39:36 +0200
+             Message-Id: <20001017083936.A11104@Strawberry.COM>
+     Branch: perl
+          ! doio.c pp_sys.c
+____________________________________________________________________________
+[  7377] By: jhi                                   on 2000/10/20  12:37:12
+        Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Fri, 20 Oct 2000 08:26:04 EDT
+             Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
+____________________________________________________________________________
+[  7376] By: jhi                                   on 2000/10/20  12:35:31
+        Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Fri, 20 Oct 2000 07:48:15 EDT
+             Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! configure.com vms/gen_shrfls.pl
+____________________________________________________________________________
+[  7374] By: jhi                                   on 2000/10/20  00:59:48
+        Log: In the latest compiler builds cccdlflags must not become -fpic,
+             from Wilfredo Sánchez.
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[  7373] By: jhi                                   on 2000/10/20  00:56:35
+        Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
+             From: Tony Cook <tony@develop-help.com>
+             Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
+             Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  7372] By: jhi                                   on 2000/10/19  19:34:40
+        Log: Typo noted by Mark Lutz.
+     Branch: perl
+          ! t/op/64bitint.t
+____________________________________________________________________________
+[  7370] By: jhi                                   on 2000/10/19  17:18:08
+        Log: Subject: PATCH do_print has 2 PerlIO_error()s
+             From: nick@ccl4.org
+             Date: Thu, 19 Oct 2000 18:09:20 +0100
+             Message-ID: <20001019180920.A8440@babyhippo.co.uk>
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[  7369] By: jhi                                   on 2000/10/19  14:01:49
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7368] By: jhi                                   on 2000/10/19  13:04:29
+        Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 18 Oct 2000 13:12:01 +0200
+             Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[  7367] By: jhi                                   on 2000/10/19  02:22:40
+        Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
+             of a 'pmshort' anywhere in the B, so the offending line was simply
+             removed.
+     Branch: perl
+          ! ext/B/B/Debug.pm
+____________________________________________________________________________
+[  7366] By: jhi                                   on 2000/10/19  02:12:37
+        Log: Add the test case for the bug id 20000730.004 which seems
+             to have been fixed by now.
+     Branch: perl
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  7365] By: jhi                                   on 2000/10/18  23:36:24
+        Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Wed, 18 Oct 2000 23:25:58 +0100
+             Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
+     Branch: perl
+          ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
+____________________________________________________________________________
+[  7364] By: jhi                                   on 2000/10/18  21:12:53
+        Log: (retracted)
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  7363] By: jhi                                   on 2000/10/18  20:55:38
+        Log: Missing change from #7362.
+     Branch: perl
+          ! win32/perlhost.h
+____________________________________________________________________________
+[  7362] By: jhi                                   on 2000/10/18  20:52:01
+        Log: Borland C fstat() never saw the fd as writable.
+             
+             Subject: fix for Borland's weak "stat" (perl@7211)
+             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
+             Date: Mon, 16 Oct 2000 09:55:03 +0400
+             Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[  7361] By: jhi                                   on 2000/10/18  17:43:50
+        Log: Regen toc.
+     Branch: perl
+          ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
+____________________________________________________________________________
+[  7360] By: jhi                                   on 2000/10/18  17:07:44
+        Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
+             Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
+             Date: Mon, 16 Oct 2000 15:19:49 +0200
+     Branch: perl
+          + README.aix
+          ! MANIFEST
+____________________________________________________________________________
+[  7359] By: jhi                                   on 2000/10/18  17:04:49
+        Log: Subject: Pod patch for Devel::Peek
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
+             Date: Mon, 16 Oct 2000 12:26:34 +0200
+     Branch: perl
+          ! ext/Devel/Peek/Peek.pm
+____________________________________________________________________________
+[  7358] By: jhi                                   on 2000/10/18  17:03:15
+        Log: Make Cwd more bulletproof in chrooted environments.
+             
+             Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
+             From: "Eric E. Coe" <Eric.Coe@oracle.com>
+             Date: Wed, 18 Oct 2000 04:03:54 -0400
+             Message-Id: <39ED596A.70E599FE@oracle.com>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[  7357] By: jhi                                   on 2000/10/18  16:37:26
+        Log: Disable the UTF8 downgrade croakage for now to avoid
+             too many not okay messages.
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[  7356] By: jhi                                   on 2000/10/17  23:29:41
+        Log: Show the failed remote port, instead of the failing line number.
+             
+             Subject: [PATCH 5.6.1 Debugger] More diagnostics
+             From: David Sparks <daves@ActiveState.com>
+             Date: Tue, 17 Oct 2000 15:00:24 -0700
+             Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[  7355] By: jhi                                   on 2000/10/17  14:11:31
+        Log: On output try to downgrade to bytes, croak if impossible,
+             from Simon Cozens.  This means that outputting >255 UTF8
+             is impossible.  Consider this as a strong incentive to get
+             the I/O disciplines implemented.
+     Branch: perl
+          ! doio.c pod/perldiag.pod sv.c
+____________________________________________________________________________
+[  7354] By: jhi                                   on 2000/10/17  13:42:23
+        Log: Clarify documentation on 'use bytes'.
+             
+             Subject: Re: What does 'use bytes' "mean" ?
+             From: Simon Cozens <simon@cozens.net>
+             Date: Mon, 18 Sep 2000 18:24:25 +0100
+             Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
+     Branch: perl
+          ! lib/bytes.pm
+____________________________________________________________________________
+[  7353] By: jhi                                   on 2000/10/17  13:28:12
+        Log: Workaround for a sfio bug where the stream error indicator
+             is not cleared as documented.
+             
+             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Mon, 16 Oct 2000 18:28:23 +0100
+             Message-ID: <20001016182823.J19700@plum.flirble.org>
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[  7352] By: jhi                                   on 2000/10/17  13:06:19
+        Log: More IoTYPE sprinkling.
+     Branch: perl
+          ! doio.c pp_hot.c
+____________________________________________________________________________
+[  7351] By: jhi                                   on 2000/10/16  22:47:07
+        Log: Detect early whether the std streams have gone bad.
+             
+             Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
+             Date: Mon, 16 Oct 2000 23:28:42 +0100
+             From: Nicholas Clark <nick@ccl4.org>
+             Message-ID: <20001016232842.A37942@plum.flirble.org>
+     Branch: perl
+          ! t/op/misc.t
+____________________________________________________________________________
+[  7350] By: jhi                                   on 2000/10/16  22:45:16
+        Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
+             From: "Peter J. Farley III" <pjfarley@banet.net>
+             Date: Mon, 16 Oct 2000 18:15:59 -0400
+             Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
+     Branch: perl
+          ! djgpp/djgpp.c dosish.h t/io/open.t
+____________________________________________________________________________
+[  7349] By: jhi                                   on 2000/10/16  22:36:45
+        Log: perldelta tweak.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[  7348] By: jhi                                   on 2000/10/16  15:17:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7347] By: jhi                                   on 2000/10/16  13:55:27
+        Log: Add the capability to include/exclude branches.
+     Branch: perl
+          ! Porting/genlog
+____________________________________________________________________________
+[  7346] By: jhi                                   on 2000/10/16  13:18:04
+        Log: Add Charles Lane.
+     Branch: perl
+          ! AUTHORS Changes
+____________________________________________________________________________
+[  7345] By: jhi                                   on 2000/10/16  13:13:21
+        Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[  7244] By: jhi                                   on 2000/10/16  02:29:54
+        Log: Subject: $Carp::ExportLevel confusion in Exporter
+             From: "Ben Tilly" <ben_tilly@hotmail.com>
+             Date: Sat, 14 Oct 2000 16:44:34 EDT
+             Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
+     Branch: perl
+          ! lib/Exporter/Heavy.pm
+____________________________________________________________________________
+[  7243] By: jhi                                   on 2000/10/16  02:28:33
+        Log: Subject: [PATCH perlguts.pod] Document offset hack
+             From: Simon Cozens <simon@cozens.net>
+             Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
+             Date: Sat, 14 Oct 2000 19:32:25 +0100
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[  7241] By: jhi                                   on 2000/10/16  02:22:44
+        Log: Subject: small pod patch
+             From: Dan Boorstein <dan_boo@bellsouth.net>
+             Date: Sat, 14 Oct 2000 14:29:24 -0400
+             Message-ID: <39E8A604.B501DB4F@bellsouth.net>
+     Branch: perl
+          ! pod/perlfaq7.pod pod/perlmod.pod
+____________________________________________________________________________
+[  7240] By: jhi                                   on 2000/10/16  02:13:46
+        Log: -w cleanup.
+             
+             Subject: Re: Problems with bleadperl 
+             From: "Stephen P. Potter" <spp@ds.net>
+             Date: Fri, 13 Oct 2000 13:32:49 -0400
+             Message-Id: <200010131732.NAA19391@spp.users.ds.net>
+     Branch: perl
+          ! t/pragma/overload.t
+____________________________________________________________________________
+[  7239] By: jhi                                   on 2000/10/16  01:41:18
+        Log: One more ~utf8 tweak.
+     Branch: perl
+          ! t/op/bop.t
+____________________________________________________________________________
+[  7238] By: jhi                                   on 2000/10/16  01:34:14
+        Log: Tweak the test of #7235.
+     Branch: perl
+          ! t/op/bop.t
+____________________________________________________________________________
+[  7237] By: jhi                                   on 2000/10/16  01:25:04
+        Log: Fix a couple of compiler-noted nits in #7235.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  7236] By: jhi                                   on 2000/10/16  01:22:46
+        Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
+     Branch: perl
+          ! pp.c pp_hot.c
+____________________________________________________________________________
+[  7235] By: jhi                                   on 2000/10/15  16:24:44
+        Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
+             
+             From: Simon Cozens <simon@cozens.net>
+             Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
+             Date: Sat, 14 Oct 2000 20:52:13 +0100
+             Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
+     Branch: perl
+          ! pp.c t/op/bop.t utf8.h
+____________________________________________________________________________
+[  7234] By: jhi                                   on 2000/10/15  15:19:29
+        Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
+             The problem was that rx->minlen was in chars while pp_split()
+             thought it would be in bytes. 
+     Branch: perl
+          ! pp.c t/pragma/utf8.t
+____________________________________________________________________________
+[  7233] By: jhi                                   on 2000/10/14  20:24:24
+        Log: Document FNCASE=y as discussed in the bug 20000902.009.
+     Branch: perl
+          ! README.dos
+____________________________________________________________________________
+[  7232] By: jhi                                   on 2000/10/14  18:52:21
+        Log: Add test for bug id 20000427.003 (which seems to have
+             been fixed) (also duplicate as 20000427.004, though
+             with a higher severity).  Move one utf8 from op/append
+             to pragma/utf8, tag the tests with bug ids.
+     Branch: perl
+          ! t/op/append.t t/pragma/utf8.t
+____________________________________________________________________________
+[  7231] By: jhi                                   on 2000/10/14  17:28:37
+        Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
+     Branch: perl
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  7229] By: jhi                                   on 2000/10/14  00:49:22
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7228] By: jhi                                   on 2000/10/14  00:46:10
+        Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
+     Branch: perl
+          ! lib/utf8.pm
+____________________________________________________________________________
+[  7227] By: jhi                                   on 2000/10/13  23:20:30
+        Log: Make the test acknowledge that self-ties are disabled as #7213 said.
+     Branch: perl
+          ! t/op/tie.t
+____________________________________________________________________________
+[  7226] By: jhi                                   on 2000/10/13  22:14:32
+        Log: Tweak #7225.
+             
+             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
+     Branch: perl
+          ! t/op/sprintf.t
+____________________________________________________________________________
+[  7225] By: jhi                                   on 2000/10/13  22:11:31
+        Log: op/sprintf.t patch for OS/390 (and any other host with limited
+             floating-point exponent length)
+             
+             Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Fri, 13 Oct 2000 19:17:57 +0200
+             Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
+     Branch: perl
+          ! t/op/sprintf.t
+____________________________________________________________________________
+[  7224] By: jhi                                   on 2000/10/13  18:40:48
+        Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  7223] By: jhi                                   on 2000/10/13  18:37:13
+        Log: Thinko in #7222.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7222] By: jhi                                   on 2000/10/13  18:05:23
+        Log: Use UTF8SKIP(), from Simon Cozens.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7221] By: jhi                                   on 2000/10/13  15:43:19
+        Log: (accidentally empty check-in)
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7220] By: jhi                                   on 2000/10/13  15:23:51
+        Log: Add (optimistically) Storable to static extensions.
+     Branch: perl
+          ! hints/uwin.sh hints/vmesa.sh
+____________________________________________________________________________
+[  7219] By: jhi                                   on 2000/10/13  15:20:05
+        Log: Amdahl UTS doesn't seem to do dynaloading.
+     Branch: perl
+          ! hints/uts.sh
+____________________________________________________________________________
+[  7218] By: jhi                                   on 2000/10/13  15:15:20
+        Log: Slight tweak of the code to appease Amdahl UTS cc.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  7217] By: jhi                                   on 2000/10/13  14:50:42
+        Log: In Amdahl UTS "struct sv" is defined by a system header,
+             <ksync.h>.
+     Branch: perl
+          ! perl.h sv.h
+____________________________________________________________________________
+[  7216] By: jhi                                   on 2000/10/13  11:58:25
+        Log: Ilya implemented the memory profiling API.
+     Branch: perl
+          ! Todo
+____________________________________________________________________________
+[  7215] By: jhi                                   on 2000/10/13  02:56:38
+        Log: Subject: [PATCH 5.7.0] Perl API for mstats
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 12 Oct 2000 22:52:40 -0400
+             Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
+____________________________________________________________________________
+[  7214] By: jhi                                   on 2000/10/13  02:55:38
+        Log: Subject: [PATCH 5.7.0] IVs in mtats
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 12 Oct 2000 22:51:04 -0400
+             Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! malloc.c perl.h
+____________________________________________________________________________
+[  7213] By: jhi                                   on 2000/10/13  02:31:47
+        Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
+     Branch: perl
+          ! pod/perldiag.pod pp_sys.c
+____________________________________________________________________________
+[  7212] By: jhi                                   on 2000/10/13  01:27:38
+        Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
+     Branch: perl
+          ! t/op/oct.t
+____________________________________________________________________________
+[  7211] By: jhi                                   on 2000/10/13  00:35:09
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7210] By: jhi                                   on 2000/10/12  23:59:40
+        Log: The Install.pm third of
+             
+             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
+             From: Bill Campbell <bill@celestial.com>
+             Message-ID: <20001005180451.A22029@kstarr.celestial.com>
+             Date: Thu, 5 Oct 2000 18:04:51 -0700
+     Branch: perl
+          ! lib/ExtUtils/Install.pm
+____________________________________________________________________________
+[  7209] By: jhi                                   on 2000/10/12  23:58:43
+        Log: Two thirds of
+             
+             Subject: Proposed patches, Install.pm getopts.pl termcap.pl
+             Date: Thu, 5 Oct 2000 18:04:51 -0700
+             From: Bill Campbell <bill@celestial.com>
+             Message-ID: <20001005180451.A22029@kstarr.celestial.com>
+             
+             The Install.pm changes will be submitted separately because
+             they need some work and discussion still.
+     Branch: perl
+          ! lib/getopts.pl lib/termcap.pl
+____________________________________________________________________________
+[  7208] By: jhi                                   on 2000/10/12  23:41:19
+        Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Thu, 12 Oct 2000 07:30:02 EDT
+             Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
+          ! t/pod/testp2pt.pl vms/gen_shrfls.pl
+____________________________________________________________________________
+[  7207] By: jhi                                   on 2000/10/12  23:39:01
+        Log: An updated EBCDIC tr patch.
+             
+             Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[  7206] By: jhi                                   on 2000/10/12  23:34:55
+        Log: Upgrade to CPAN 1.58, from Andreas König.
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
+____________________________________________________________________________
+[  7205] By: jhi                                   on 2000/10/12  23:29:08
+        Log: Introduce the man[24-8] variables, from Andy Dougherty.
+     Branch: metaconfig/U/perl
+          + mandirs.U mandirstyle.U
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
+          ! vos/config.h vos/config.pl vos/config_h.SH_orig
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  7204] By: gsar                                  on 2000/10/12  18:11:24
+        Log: restore change#7202
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[  7203] By: gsar                                  on 2000/10/12  18:09:40
+        Log: another test of the Emergency Broadcast System--back out 
+             change#7202
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[  7202] By: gsar                                  on 2000/10/12  16:40:47
+        Log: (submitted on behalf of Jarkko)
+             Fix the lib/encode.t subtest 6 failure as reported by Andreas
+             Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
+             was unearthed by change 7182, as was a bug in HTML::Entities.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[  7201] By: jhi                                   on 2000/10/11  03:16:05
+        Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
+     Branch: perl
+          ! pp_hot.c t/pragma/utf8.t
+____________________________________________________________________________
+[  7200] By: jhi                                   on 2000/10/11  00:40:30
+        Log: The #7198 was a false alarm.
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[  7199] By: jhi                                   on 2000/10/11  00:26:04
+        Log: Remove duplicated code.
+     Branch: perl
+          ! t/lib/cgi-html.t
+____________________________________________________________________________
+[  7198] By: jhi                                   on 2000/10/10  23:30:46
+        Log: (Retracted by #7200.)
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[  7197] By: jhi                                   on 2000/10/10  21:49:30
+        Log: Add the test case for #7190, from the original bug report
+             by Andreas König.
+     Branch: perl
+          ! t/pragma/utf8.t
+____________________________________________________________________________
+[  7196] By: jhi                                   on 2000/10/10  21:40:49
+        Log: Reapply Andy's patch and regen Configure.
+     Branch: perl
+          ! Configure INSTALL Makefile.SH Porting/Glossary
+          ! Porting/config.sh config_h.SH epoc/config.sh installperl
+          ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  7195] By: jhi                                   on 2000/10/10  21:09:30
+        Log: Use the versiononly instead of the installscripts,
+             retract the changes 7146 and 7147.
+     Branch: perl
+          ! Configure INSTALL Makefile.SH Porting/Glossary
+          ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
+          ! installperl uconfig.sh vos/config.def win32/config.bc
+          ! win32/config.gc win32/config.vc
+____________________________________________________________________________
+[  7194] By: jhi                                   on 2000/10/10  21:06:15
+        Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
+     Branch: perl
+          ! t/op/ver.t
+____________________________________________________________________________
+[  7193] By: jhi                                   on 2000/10/10  21:05:12
+        Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[  7192] By: jhi                                   on 2000/10/10  20:57:30
+        Log: Add versiononly, delete installscripts, from Andy Dougherty.
+     Branch: metaconfig
+          - U/installdirs/installscripts.U
+     Branch: metaconfig/U/perl
+          + versiononly.U
+____________________________________________________________________________
+[  7191] By: jhi                                   on 2000/10/10  19:41:21
+        Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
+     Branch: perl
+          ! pod/perlebcdic.pod
+____________________________________________________________________________
+[  7190] By: jhi                                   on 2000/10/10  19:26:14
+        Log: Subject: Re: utf8 concat, mg_get
+             From: Simon Cozens <simon@cozens.net>
+             Date: Tue, 10 Oct 2000 17:40:17 +0100
+             Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[  7189] By: jhi                                   on 2000/10/10  19:23:03
+        Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
+             From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
+             Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
+             Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  7188] By: jhi                                   on 2000/10/10  15:31:24
+        Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
+             From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
+             Date: Fri, 14 Jul 2000 10:47:36 +0100
+             Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
+     Branch: perl
+          ! README.win32
+____________________________________________________________________________
+[  7187] By: jhi                                   on 2000/10/10  13:30:10
+        Log: Quote the temp file name, needed in Win32 because the
+             default name unfortunately contains spaces, shouldn't
+             hurt elsewhere.
+             
+             Subject: FW: perldoc fails if $TEMP contains spaces
+             From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
+             Date: Thu, 14 Sep 2000 08:58:45 +0100
+             Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[  7186] By: jhi                                   on 2000/10/10  13:16:27
+        Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
+             From: hv@hugo.hybyte.com
+             Date: Tue, 10 Oct 2000 14:10:20 +0100
+             Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
+     Branch: perl
+          ! t/lib/thr5005.t util.c
+____________________________________________________________________________
+[  7185] By: jhi                                   on 2000/10/10  12:06:22
+        Log: Upgrade to podlators 1.04, from Russ Allbery.
+     Branch: perl
+          ! lib/Pod/Man.pm lib/Pod/Text.pm
+____________________________________________________________________________
+[  7184] By: jhi                                   on 2000/10/10  12:01:32
+        Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
+     Branch: perl
+          ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
+____________________________________________________________________________
+[  7183] By: jhi                                   on 2000/10/09  23:47:15
+        Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
+             From: Peter Prymmer <pvhp@forte.com>
+             Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
+             Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
+     Branch: perl
+          ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
+____________________________________________________________________________
+[  7182] By: jhi                                   on 2000/10/09  23:43:16
+        Log: Make eq work again with utf8 (disabling the upgrading
+             should no more be necessary since the copies of the
+             scalars are upgraded, not the scalars themselves).
+             Takes care of ID 20001009.001.  (The claimed length()
+             bug in 20001009.001 seems bogus to me.)
+     Branch: perl
+          ! sv.c t/pragma/utf8.t
+____________________________________________________________________________
+[  7181] By: gsar                                  on 2000/10/09  19:41:54
+        Log: tweak for change#7173
+     Branch: perl
+          ! win32/win32sck.c
+____________________________________________________________________________
+[  7180] By: gsar                                  on 2000/10/09  19:26:56
+        Log: on Windows, clean targets might not work under some flavors of the shell
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  7179] By: jhi                                   on 2000/10/09  19:21:02
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7178] By: jhi                                   on 2000/10/09  19:18:23
+        Log: Warn about unknown scripts.
+             
+             Subject: Re: ideas? patches? [PATCH bleadperl]
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Mon, 9 Oct 2000 14:57:17 +0200
+             Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
+     Branch: perl
+          ! lib/charnames.pm
+____________________________________________________________________________
+[  7177] By: jhi                                   on 2000/10/09  19:13:27
+        Log: Change #7160 had a nasty typo.
+     Branch: metaconfig
+          ! U/compline/Compile.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7176] By: gsar                                  on 2000/10/09  18:59:33
+        Log: pod nit
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[  7175] By: gsar                                  on 2000/10/09  18:54:28
+        Log: Windows9x doesn't support link(), despite what Config.pm
+             might think
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[  7174] By: gsar                                  on 2000/10/09  18:50:03
+        Log: avoid nonportable example code
+     Branch: perl
+          ! lib/File/Copy.pm
+____________________________________________________________________________
+[  7173] By: gsar                                  on 2000/10/09  18:46:54
+        Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
+             being used) when closing a socket handle
+     Branch: perl
+          ! win32/win32.c win32/win32.h win32/win32sck.c
+____________________________________________________________________________
+[  7172] By: gsar                                  on 2000/10/09  18:41:40
+        Log: on Windows, cwd strings in the environment should be of the
+             form =X:=X:\foo instead of =X=X:\foo\
+     Branch: perl
+          ! win32/vdir.h
+____________________________________________________________________________
+[  7171] By: gsar                                  on 2000/10/09  18:30:09
+        Log: on Windows, LoadLibrary() could load an extension DLL multiple
+             times if forward slashes are used in the path
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[  7170] By: jhi                                   on 2000/10/09  17:53:59
+        Log: Add a todo note about overloadable assertions.
+     Branch: perl
+          ! Todo-5.6
+____________________________________________________________________________
+[  7169] By: jhi                                   on 2000/10/09  13:43:45
+        Log: Subject: PATCH 5.6 perldebguts grammar cleanup
+             From: mjd@plover.com
+             Date: 9 Oct 2000 00:24:44 -0000
+             Message-ID: <20001009002444.10616.qmail@plover.com>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[  7168] By: nick                                  on 2000/10/08  13:16:33
+        Log: Tables assume network byte order for 16 bit forms, so 'S' packing
+             is not right thing to do on (e.g. x86). Network order is also "right" for
+             X fonts.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[  7167] By: nick                                  on 2000/10/08  12:54:42
+        Log: Make "encodings" work post-install when Encode/*.enc files may not
+             be in same directory as Encode.pm
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[  7166] By: nick                                  on 2000/10/08  11:51:26
+        Log: Work round the fact that $hash->{$key} does not take into account
+             UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
+             so that key is always in the "expected" encoding - i.e. same way we put
+             it in the hash.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[  7165] By: gsar                                  on 2000/10/08  04:15:29
+        Log: save_re_context() could reset PL_curcop to freed memory, causing core
+             dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[  7164] By: jhi                                   on 2000/10/06  20:51:48
+        Log: UTF8ize split() so that the cloned substrings get the UTF8
+             flag of the original scalar.  Problem reported by Simon Cozens.
+     Branch: perl
+          ! pp.c t/pragma/utf8.t
+____________________________________________________________________________
+[  7163] By: nick                                  on 2000/10/06  20:48:34
+        Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
+             got a false +ve and so did not reach code which would have un-FAKEd the SV.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  7162] By: nick                                  on 2000/10/06  20:25:37
+        Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
+             To fix  (sort {$a <=> $b} keys %hash) in particular but
+             should cover a number of other as-yet-unknown cases as well.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  7161] By: jhi                                   on 2000/10/06  19:56:18
+        Log: Change the version number of Tie::Handle in the core to 4.0,
+             the (unrelated) Tie::Handle in CPAN will remain at 3.0.
+             
+             Subject: Note on Tie::Handle
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date:     06 Oct 2000 21:48:58 +0200
+             Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
+     Branch: perl
+          ! lib/Tie/Handle.pm
+____________________________________________________________________________
+[  7160] By: jhi                                   on 2000/10/06  18:20:35
+        Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
+             as the first option of cc/ld because of ultrapicky compilers
+             (e.g. OS/390 R2.5)
+     Branch: metaconfig
+          + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
+          ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
+          ! U/compline/orderlib.U U/modified/Cppsym.U
+          ! U/modified/d_access.U
+     Branch: metaconfig/U/perl
+          ! Checkcc.U d_dlsymun.U gccvers.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7159] By: jhi                                   on 2000/10/06  13:56:39
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7158] By: jhi                                   on 2000/10/06  12:48:40
+        Log: Eliminate $Is_VMS code from the test.
+             
+             Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
+             Date:     Thu, 5 Oct 2000 07:46:33 EDT
+     Branch: perl
+          ! t/lib/b.t
+____________________________________________________________________________
+[  7157] By: jhi                                   on 2000/10/06  12:47:13
+        Log: Also the $ccflags is needed for the C compiler check.
+             
+             Subject: Configure (check for C-compiler)
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 06 Oct 2000 08:47:15 +0200
+             Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
+     Branch: metaconfig/U/perl
+          ! Checkcc.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7156] By: jhi                                   on 2000/10/06  11:45:15
+        Log: The HINT_BYTE patch is apparently unnecessary, retracted.
+     Branch: perl
+          ! perl.c pp_ctl.c sv.h utf8.c
+____________________________________________________________________________
+[  7155] By: jhi                                   on 2000/10/06  11:40:41
+        Log: IO::Handle->syswrite() did not handle length omission
+             like CORE::syswrite() does.
+             
+             Subject: [Fwd] IO::Handle, syswrite and arguments
+             From: Graham Barr <gbarr@pobox.com>
+             Date: Fri, 6 Oct 2000 10:22:05 +0100
+             Message-ID: <20001006102205.U6312@pobox.com>
+             
+             The original patch from andrew@ugh.net.au.
+     Branch: perl
+          ! ext/IO/lib/IO/Handle.pm
+____________________________________________________________________________
+[  7154] By: jhi                                   on 2000/10/06  01:42:15
+        Log: Tweak #7153.
+     Branch: perl
+          ! utf8.h
+____________________________________________________________________________
+[  7153] By: jhi                                   on 2000/10/06  00:39:55
+        Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
+     Branch: perl
+          ! utf8.h
+____________________________________________________________________________
+[  7152] By: jhi                                   on 2000/10/06  00:38:11
+        Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
+     Branch: perl
+          ! perl.c pp_ctl.c sv.h utf8.c
+____________________________________________________________________________
+[  7151] By: jhi                                   on 2000/10/06  00:36:38
+        Log: Subject: Re: Questions about Tie::Array and perl modules
+             From: Nick Ing-Simmons <nik@tiuk.ti.com>
+             Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
+             Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
+             
+             Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
+     Branch: perl
+          ! lib/Tie/Array.pm t/op/array.t
+____________________________________________________________________________
+[  7150] By: jhi                                   on 2000/10/05  00:20:45
+        Log: Regen Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7149] By: jhi                                   on 2000/10/05  00:20:01
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  7148] By: jhi                                   on 2000/10/04  23:35:08
+        Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
+             reported several times by Dominic Dunlop, for example in
+             ID 20000315.008.  Patch from Dominic.  Patch affects at
+             least MachTen, and possibly other oldish BSDs. Should not
+             break non-broken platforms (tested on LinuxPPC). 
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[  7147] By: jhi                                   on 2000/10/04  23:26:34
+        Log: The one that got away from 7146.
+     Branch: metaconfig
+          + U/installdirs/installscripts.U
+____________________________________________________________________________
+[  7146] By: jhi                                   on 2000/10/04  23:25:04
+        Log: Enable disabling scripts installation by Configure -Uinstallscripts,
+             suggested by H. Merijn Brand.
+     Branch: perl
+          ! Configure INSTALL Makefile.SH Porting/Glossary
+          ! Porting/config.sh Porting/config_H epoc/config.sh installperl
+          ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  7145] By: jhi                                   on 2000/10/04  22:08:21
+        Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Wed, 4 Oct 2000 17:37:46 -0400
+             Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  7144] By: jhi                                   on 2000/10/04  18:11:41
+        Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
+             From: Jeff Pinyan <jeffp@crusoe.net>
+             Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! pod/perlrun.pod
+____________________________________________________________________________
+[  7143] By: jhi                                   on 2000/10/04  18:09:58
+        Log: Subject: perlhack.pod Patch for Externals Tools
+             From: Fisher Mark <fisherm@tce.com>
+             Date: Tue, 3 Oct 2000 15:43:27 -0500 
+             Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[  7142] By: jhi                                   on 2000/10/04  18:08:41
+        Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Wed, 4 Oct 2000 12:11:11 EDT
+             Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[  7141] By: jhi                                   on 2000/10/04  12:20:16
+        Log: Subject: [PATCH 5.7.0] h2xs not working
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
+             Date: Tue, 3 Oct 2000 21:43:01 -0400
+             
+             Subject: [PATCH 5.7.0] h2xs not documenting the created module
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 3 Oct 2000 22:55:19 -0400
+             Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  7140] By: jhi                                   on 2000/10/04  11:53:44
+        Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
+             From: nick@babyhippo.com
+             Date: Wed, 4 Oct 2000 12:06:45 +0100
+             Message-Id: <20001004120645.A7356@babyhippo.com>
+             
+             Retract 7118 and 7135.
+     Branch: perl
+          ! installman installperl op.c t/pragma/subs.t
+____________________________________________________________________________
+[  7139] By: jhi                                   on 2000/10/03  22:09:41
+        Log: It is possible to have no hosts database at all.  Pointed out in
+             
+             Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
+     Branch: metaconfig
+          ! U/modified/myhostname.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7138] By: jhi                                   on 2000/10/03  21:49:49
+        Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  7137] By: jhi                                   on 2000/10/03  20:10:05
+        Log: One remaining nit less at the VMS mailbox sizing.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[  7136] By: jhi                                   on 2000/10/03  20:08:47
+        Log: Test harness update to sync with the new perlcc,
+             from Simon Cozens.
+     Branch: perl
+          ! t/TEST t/UTEST
+____________________________________________________________________________
+[  7135] By: jhi                                   on 2000/10/03  15:15:42
+        Log: Subject: Re: PATCH for 20001003.004
+             Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
+             From: "AARON B. DOSSETT" <aaron@iglou.com>
+             Message-Id: <E13gTay-0006od-00@iglou.com>
+     Branch: perl
+          ! installman installperl
+____________________________________________________________________________
+[  7134] By: jhi                                   on 2000/10/03  15:00:34
+        Log: Subject: [ID 20001003.006] B::Debug not -w clean
+             From: Nicholas Clark <nick@babyhippo.co.uk>
+             Date: Tue, 03 Oct 2000 15:46:32 +0100
+             Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
+     Branch: perl
+          ! ext/B/B/Debug.pm
+____________________________________________________________________________
+[  7133] By: jhi                                   on 2000/10/03  14:58:39
+        Log: Scale down the VMS message boxes, by Charles Lane.
+             Fix for ID 20000903.009, workaround at
+             http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[  7132] By: jhi                                   on 2000/10/03  11:20:37
+        Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
+     Branch: perl
+          + t/lib/st-lock.t t/lib/st-utf8.t
+          ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs t/lib/st-recurse.t
+____________________________________________________________________________
+[  7131] By: jhi                                   on 2000/10/03  03:38:23
+        Log: Encode nits.
+     Branch: perl
+          ! MANIFEST Makefile.SH
+____________________________________________________________________________
+[  7130] By: jhi                                   on 2000/10/03  03:31:05
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7129] By: jhi                                   on 2000/10/03  02:24:02
+        Log: Misplaced else.
+     Branch: metaconfig/U/perl
+          ! d_strtoll.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7128] By: jhi                                   on 2000/10/03  02:08:29
+        Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
+             From: sthoenna@efn.org
+             Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
+             Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
+     Branch: metaconfig/U/perl
+          ! d_strtoll.U
+     Branch: perl
+          ! Configure config_h.SH hints/os2.sh os2/os2ish.h
+____________________________________________________________________________
+[  7127] By: jhi                                   on 2000/10/03  01:13:14
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7126] By: jhi                                   on 2000/10/03  00:57:08
+        Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
+             as suggested by Olaf Flebbe and Nick Clark.
+     Branch: perl
+          ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
+____________________________________________________________________________
+[  7125] By: jhi                                   on 2000/10/03  00:50:56
+        Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
+             From: Nick Clark <nick@plum.flirble.org>
+             Date: Mon, 2 Oct 2000 11:03:24 +0100
+             Message-Id: <20001002110324.D20073@plum.flirble.org>
+     Branch: perl
+          ! t/lib/encode.t
+____________________________________________________________________________
+[  7124] By: jhi                                   on 2000/10/03  00:34:59
+        Log: Subject: [PATCH 5.7.0] Epoc update
+             From: Olaf Flebbe <o.flebbe@gmx.de>
+             Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
+             Message-ID: <26423.969484586@www10.gmx.net>
+     Branch: perl
+          ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
+          ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
+          ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
+          ! util.c util.h
+____________________________________________________________________________
+[  7123] By: jhi                                   on 2000/10/03  00:30:07
+        Log: Regen headers.
+     Branch: perl
+          ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
+____________________________________________________________________________
+[  7122] By: jhi                                   on 2000/10/03  00:10:48
+        Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
+     Branch: perl
+          ! hints/openbsd.sh
+____________________________________________________________________________
+[  7121] By: jhi                                   on 2000/10/03  00:05:06
+        Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
+             From: <abigail@foad.org>
+             Date: Tue, 26 Sep 2000 13:36:14 -0400
+             Message-ID: <20000926173614.4356.qmail@foad.org>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  7120] By: jhi                                   on 2000/10/03  00:04:00
+        Log: Inside require() $^S was always left undefined.
+             
+             Subject: Re: Tiny 2-byte change to fix debugger's eval bug
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Wed, 27 Sep 2000 18:54:49 -0400
+             Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! cop.h mg.c pp_ctl.c util.c
+____________________________________________________________________________
+[  7119] By: jhi                                   on 2000/10/03  00:00:16
+        Log: Subject: [PATCH] DLL not restartabke with threaded perl
+             From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
+             Date: Thu, 28 Sep 2000 09:20:46 +0100
+             Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[  7118] By: jhi                                   on 2000/10/02  23:59:20
+        Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 28 Sep 2000 11:52:24 +0100
+             Message-ID: <20000928115224.D7924@plum.flirble.org>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  7117] By: jhi                                   on 2000/10/02  23:57:51
+        Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
+             From: Nicholas Clark <nick@babyhippo.co.uk>
+             Date: Thu, 28 Sep 2000 12:18:10 +0100
+             Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
+             
+             Did not apply cleanly, manual intervention was needed.
+     Branch: perl
+          ! ext/B/B/Bytecode.pm utils/perlcc.PL
+____________________________________________________________________________
+[  7116] By: jhi                                   on 2000/10/02  23:50:40
+        Log: Document the issue (is not a syntax error, kind of)
+             
+             Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 28 Sep 2000 17:12:42 +0100
+             Message-ID: <20000928171242.K7924@plum.flirble.org>
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[  7115] By: jhi                                   on 2000/10/02  23:48:58
+        Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 28 Sep 2000 21:55:31 -0400
+             Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[  7114] By: jhi                                   on 2000/10/02  23:47:57
+        Log: Subject: DOC PATCH 5.6.0
+             From: mjd@plover.com
+             Date: 30 Sep 2000 06:02:34 -0000
+             Message-ID: <20000930060234.4559.qmail@plover.com>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[  7113] By: jhi                                   on 2000/10/02  23:46:43
+        Log: SOCK_DGRAM and listen() do not mix as reported in
+             
+             Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
+             From: Petter Reinholdtsen <pere@hungry.com>
+             Date: Sun, 1 Oct 2000 10:57:20 +0800
+             Message-Id: <200010010257.KAA05735@localhost.localdomain>
+             
+             The patch for 5.7.0+ had to be reengineered, though.
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/UNIX.pm
+____________________________________________________________________________
+[  7112] By: jhi                                   on 2000/10/02  23:36:57
+        Log: Subject: Re: [PATCH 5.005_64 missed]
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sun, 1 Oct 2000 18:50:10 -0400
+             Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
+     Branch: perl
+          ! pod/perlxs.pod
+____________________________________________________________________________
+[  7111] By: jhi                                   on 2000/10/02  23:35:40
+        Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
+             Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
+     Branch: perl
+          ! op.c opcode.pl t/op/substr.t
+____________________________________________________________________________
+[  7110] By: jhi                                   on 2000/10/02  23:32:38
+        Log: Subject: [PATCH] Fix aliasing of tied filehandles
+             From: Daniel Chetlin <daniel@chetlin.com>
+             Date: Mon, 2 Oct 2000 14:53:27 -0700
+             Message-ID: <20001002145327.C1617@ilmd>
+     Branch: perl
+          ! perl.h pp_hot.c t/op/tiehandle.t
+____________________________________________________________________________
+[  7109] By: jhi                                   on 2000/10/02  23:31:30
+        Log: s/Robin Parker/Robin Barker/
+     Branch: perl
+          ! Changes5.6
+____________________________________________________________________________
+[  7108] By: jhi                                   on 2000/10/02  23:15:46
+        Log: Retract #7091 as suggested in
+             
+             From: Robin Barker <rmb1@cise.npl.co.uk> 
+             Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
+             Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
+             Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
+     Branch: perl
+          ! embed.pl proto.h
+____________________________________________________________________________
+[  7107] By: nick                                  on 2000/10/02  18:23:14
+        Log: A few tweaks to get Tk803 to work with Encode scheme.
+     Branch: perl
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
+____________________________________________________________________________
+[  7106] By: nick                                  on 2000/10/01  21:34:14
+        Log: Add checking cases to Encode's toUnicode and fromUnicode.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[  7105] By: nick                                  on 2000/10/01  17:18:01
+        Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
+             To read and use them.
+             Add a lib/encode.t which checks a few things.
+     Branch: perl
+          + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
+          + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
+          + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
+          + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
+          + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
+          + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
+          + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
+          + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
+          + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
+          + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
+          + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
+          + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
+          + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
+          + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
+          + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
+          + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
+          + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
+          + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
+          + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
+          + ext/Encode/Encode/iso2022-jp.enc
+          + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
+          + ext/Encode/Encode/iso8859-1.enc
+          + ext/Encode/Encode/iso8859-2.enc
+          + ext/Encode/Encode/iso8859-3.enc
+          + ext/Encode/Encode/iso8859-4.enc
+          + ext/Encode/Encode/iso8859-5.enc
+          + ext/Encode/Encode/iso8859-6.enc
+          + ext/Encode/Encode/iso8859-7.enc
+          + ext/Encode/Encode/iso8859-8.enc
+          + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
+          + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
+          + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
+          + ext/Encode/Encode/macCentEuro.enc
+          + ext/Encode/Encode/macCroatian.enc
+          + ext/Encode/Encode/macCyrillic.enc
+          + ext/Encode/Encode/macDingbats.enc
+          + ext/Encode/Encode/macGreek.enc
+          + ext/Encode/Encode/macIceland.enc
+          + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
+          + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
+          + ext/Encode/Encode/macTurkish.enc
+          + ext/Encode/Encode/macUkraine.enc
+          + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
+          + t/lib/encode.t
+          ! MANIFEST ext/Encode/Encode.pm
+____________________________________________________________________________
+[  7104] By: nick                                  on 2000/09/30  13:04:30
+        Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
+             From: Daniel Chetlin <daniel@chetlin.com>
+             Date: Mon, 18 Sep 2000 05:05:40 -0700
+             Message-Id: <20000918050540.C652@ilmd>
+     Branch: perl
+          ! lib/overload.pm sv.c t/pragma/overload.t
+____________________________________________________________________________
+[  7103] By: nick                                  on 2000/09/30  12:53:36
+        Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
+             From: Johan Vromans <jvromans@squirrel.nl>
+             Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
+             Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
+     Branch: perl
+          ! pod/Makefile.SH
+____________________________________________________________________________
+[  7102] By: nick                                  on 2000/09/30  12:52:31
+        Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Sat, 16 Sep 2000 16:36:45 -0400
+             Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  7101] By: nick                                  on 2000/09/30  12:51:41
+        Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
+             From: Craig A. Berry <craig.berry@psinetcs.com>
+             Date: Sat, 16 Sep 2000 10:11:10 -0500
+             Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[  7100] By: nick                                  on 2000/09/30  12:50:33
+        Log: Subject: Re: unicode support and perl [ID 20000901.097]
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Fri, 15 Sep 2000 16:37:58 -0400
+             Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
+     Branch: perl
+          ! t/op/append.t
+____________________________________________________________________________
+[  7099] By: nick                                  on 2000/09/30  12:49:35
+        Log: Subject: Re: unicode support and perl [ID 20000901.097]
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Fri, 15 Sep 2000 16:25:30 -0400
+             Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[  7098] By: nick                                  on 2000/09/30  12:48:00
+        Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 15 Sep 2000 16:23:41 +0200
+             Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  7097] By: nick                                  on 2000/09/30  12:45:16
+        Log: Subject: [PATCH] Nits in perlmod.pod
+             From: Daniel Chetlin <daniel@chetlin.com>
+             Date: Fri, 15 Sep 2000 02:04:09 -0700
+             Message-Id: <20000915020409.A2104@ilmd>
+     Branch: perl
+          ! pod/perlmod.pod
+____________________________________________________________________________
+[  7096] By: nick                                  on 2000/09/30  12:18:00
+        Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
+             i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
+             to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
+             0 to checking to get the warning.
+     Branch: perl
+          ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
+          ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
+          ! regexec.c sv.c toke.c utf8.c
+____________________________________________________________________________
+[  7095] By: nick                                  on 2000/09/15  16:55:59
+        Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
+             
+             Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
+             Date: Fri, 15 Sep 2000 06:37:30 -0400
+     Branch: perl
+          ! ext/Encode/Encode.xs sv.c
+____________________________________________________________________________
+[  7094] By: jhi                                   on 2000/09/15  03:23:32
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7093] By: jhi                                   on 2000/09/15  03:11:44
+        Log: Fix for the charnames.t failures from Spider Boardman.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  7092] By: jhi                                   on 2000/09/15  00:15:48
+        Log: Botched the #7090 check-in.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  7091] By: jhi                                   on 2000/09/14  23:33:24
+        Log: Part of #7081 didn't come through.
+     Branch: perl
+          ! embed.pl proto.h
+____________________________________________________________________________
+[  7090] By: jhi                                   on 2000/09/14  23:17:39
+        Log: Subject: Re: perl@7078 
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Thu, 14 Sep 2000 19:06:36 -0400
+             Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
+     Branch: perl
+          ! sv.c toke.c
+____________________________________________________________________________
+[  7089] By: jhi                                   on 2000/09/14  23:11:21
+        Log: Small portability tweaks.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  7088] By: jhi                                   on 2000/09/14  22:57:23
+        Log: Fake return to pacify picky compilers.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  7087] By: jhi                                   on 2000/09/14  22:53:37
+        Log: Subject: [PATCH] utf8.c apidoc
+             From: Simon Cozens <simon@cozens.net>
+             Date: Thu, 14 Sep 2000 23:46:57 +0100
+             Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
+     Branch: perl
+          ! perlapi.c pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[  7086] By: jhi                                   on 2000/09/14  22:40:38
+        Log: We don't need to count the high bit bytes, a boolean is enough. 
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  7085] By: jhi                                   on 2000/09/14  21:20:09
+        Log: Replace #7084 with
+             
+             Subject: Re: perl@7078 
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Thu, 14 Sep 2000 17:09:36 -0400
+             Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
+     Branch: perl
+          ! sv.c utf8.c
+____________________________________________________________________________
+[  7084] By: jhi                                   on 2000/09/14  20:03:34
+        Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
+             convertable to bytes by checking it doesn't go above 0xc3
+             
+             Subject: Re: perl@7078
+             From: Simon Cozens <simon@cozens.net>
+             Date: Thu, 14 Sep 2000 20:59:19 +0100
+             Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  7083] By: jhi                                   on 2000/09/14  19:38:47
+        Log: Subject: Re: perl@7078
+             From: Simon Cozens <simon@cozens.net>
+             Date: Thu, 14 Sep 2000 20:13:09 +0100
+             Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
+     Branch: perl
+          ! t/op/bop.t
+____________________________________________________________________________
+[  7082] By: jhi                                   on 2000/09/14  17:50:44
+        Log: The one that got away.
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[  7081] By: jhi                                   on 2000/09/14  17:45:35
+        Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
+             Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
+     Branch: perl
+          ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
+          ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
+          ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
+          ! regcomp.c toke.c universal.c
+____________________________________________________________________________
+[  7080] By: jhi                                   on 2000/09/14  17:40:35
+        Log: Problems picked up by AIX cc.
+             
+             Subject: Re: perl@7078 (patch included)
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Thu, 14 Sep 2000 18:53:30 +0200
+             Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  7079] By: jhi                                   on 2000/09/14  17:38:27
+        Log: Subject: File::Find 5.7.0 POD nits
+             From: Rich Morin <rdm@cfcl.com>
+             Date: Wed, 13 Sep 2000 22:03:58 -0700
+             Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[  7078] By: jhi                                   on 2000/09/14  14:58:20
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7077] By: jhi                                   on 2000/09/14  14:55:54
+        Log: Compilation warnings and an error.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  7076] By: jhi                                   on 2000/09/14  14:42:56
+        Log: Fix for a parsing bug, not for the original bug.
+             
+             Subject: Re: [ID 20000910.005] Another segfault with regexes. 
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Wed, 13 Sep 2000 17:52:20 -0400
+             Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[  7075] By: jhi                                   on 2000/09/14  14:40:40
+        Log: Batch of UTF-8 patches from Simon Cozens.
+     Branch: perl
+          ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
+          ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
+          ! toke.c utf8.c
+____________________________________________________________________________
+[  7074] By: jhi                                   on 2000/09/14  14:29:58
+        Log: Subject: Re: Two advertising clauses need to be removed
+             From: Russ Allbery <rra@stanford.edu>
+             Date: 13 Sep 2000 18:50:26 -0700
+             Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
+     Branch: perl
+          ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
+____________________________________________________________________________
+[  7073] By: jhi                                   on 2000/09/14  14:28:20
+        Log: Subject: [PATCH] de-wall t/README
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 13 Sep 2000 17:46:55 -0700
+             Message-ID: <//Bw5gzkge/e092yn@efn.org>
+     Branch: perl
+          ! t/README
+____________________________________________________________________________
+[  7072] By: jhi                                   on 2000/09/14  14:25:10
+        Log: Hints optimization.
+             
+             Subject: Minor nit
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 13 Sep 2000 21:42:07 +0200
+             Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[  7071] By: jhi                                   on 2000/09/14  14:23:30
+        Log: Allow chop() and chomp() to be overridden.
+             
+             Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
+             From: "Casey R. Tweten" <crt@kiski.net>
+             Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
+             Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  7070] By: jhi                                   on 2000/09/14  14:20:36
+        Log: The return value of setlocale must be copied away.
+             
+             Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
+             From: Alan Burlison <Alan.Burlison@uk.sun.com>
+             Date: Wed, 13 Sep 2000 16:27:37 +0100 
+             Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  7069] By: jhi                                   on 2000/09/14  14:16:27
+        Log: Remove vestiges of tr//CU.
+             
+             Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
+             From: Nick Clark <nick@plum.flirble.org>
+             Date: Tue, 12 Sep 2000 22:50:14 +0100
+             Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
+             
+             Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 12 Sep 2000 21:38:48 -0700
+             Message-ID: <YTwv5gzkgmfL092yn@efn.org>
+     Branch: perl
+          ! op.h pod/perlunicode.pod
+____________________________________________________________________________
+[  7068] By: jhi                                   on 2000/09/13  14:18:39
+        Log: Add the Encode extension.  The code is still largely just skeleton.
+     Branch: perl
+          + ext/Encode/Encode.pm ext/Encode/Encode.xs
+          + ext/Encode/Makefile.PL ext/Encode/Todo
+          ! MANIFEST Todo-5.6
+____________________________________________________________________________
+[  7067] By: jhi                                   on 2000/09/12  17:43:33
+        Log: Allow for whitespace between "#" and "line" in cpp output.
+             
+             Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
+             From: Calle Dybedahl <calle@lysator.liu.se>
+             Date: 12 Sep 2000 19:38:02 +0200 
+             Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
+     Branch: perl
+          ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
+____________________________________________________________________________
+[  7066] By: gsar                                  on 2000/09/12  17:24:29
+        Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
+             initialization in all the threads on Windows
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[  7065] By: jhi                                   on 2000/09/12  15:11:31
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  7064] By: jhi                                   on 2000/09/12  14:54:54
+        Log: Retract #7062, the pod tests are not ready.
+     Branch: perl
+          ! t/TEST t/harness
+____________________________________________________________________________
+[  7063] By: jhi                                   on 2000/09/12  14:25:41
+        Log: The #7054 truncated Configure badly.
+     Branch: metaconfig/U/perl
+          ! End.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[  7062] By: jhi                                   on 2000/09/12  14:08:32
+        Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
+             From: sthoenna@efn.org
+             Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
+             Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
+     Branch: perl
+          ! t/TEST t/harness
+____________________________________________________________________________
+[  7061] By: jhi                                   on 2000/09/12  14:07:18
+        Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
+             From: sthoenna@efn.org
+             Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
+             Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
+     Branch: perl
+          ! pod/perlxs.pod
+____________________________________________________________________________
+[  7060] By: jhi                                   on 2000/09/12  14:06:08
+        Log: Break up the myconfig lines a bit.
+             
+             Subject: perlbug/perl -V output format
+             From: sthoenna@efn.org
+             Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
+             Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
+     Branch: perl
+          ! myconfig.SH
+____________________________________________________________________________
+[  7059] By: jhi                                   on 2000/09/12  14:05:04
+        Log: Test for the #7049.
+             
+             Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Sep 2000 06:42:01 +0200
+             Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
+     Branch: perl
+          ! t/op/my.t
+____________________________________________________________________________
+[  7058] By: jhi                                   on 2000/09/12  14:03:05
+        Log: Subject: [patch: perl@7045] vms updates
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
+     Branch: perl
+          ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
+____________________________________________________________________________
+[  7057] By: jhi                                   on 2000/09/12  14:00:51
+        Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
+             From: sthoenna@efn.org
+             Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
+             Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
+     Branch: perl
+          ! t/op/64bitint.t
+____________________________________________________________________________
+[  7056] By: jhi                                   on 2000/09/12  13:58:14
+        Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
+             From: Jeff Pinyan <jeffp@crusoe.net>
+             Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[  7055] By: jhi                                   on 2000/09/12  13:56:32
+        Log: Do in VMS as the #7054 does.
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[  7054] By: jhi                                   on 2000/09/12  13:50:31
+        Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Mon, 11 Sep 2000 08:33:09 +0100
+             Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
+     Branch: metaconfig/U/perl
+          ! End.U
+     Branch: perl
+          ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  7053] By: jhi                                   on 2000/09/12  13:29:19
+        Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Date:     Tue, 12 Sep 2000 08:35:59 EDT
+             Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[  7052] By: jhi                                   on 2000/09/11  23:01:50
+        Log: Document the SvUTF8*().
+     Branch: perl
+          ! pod/perlapi.pod sv.h
+____________________________________________________________________________
+[  7051] By: gsar                                  on 2000/09/11  14:46:30
+        Log: C<@a = @b = split(...)> optimization coredumps under ithreads
+             (missed a spot when fixing up op_pmreplroot hack for ithreads)
+     Branch: perl
+          ! op.c t/op/split.t
+____________________________________________________________________________
+[  7050] By: nick                                  on 2000/09/11  10:03:51
+        Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
+             
+             Subject: borland C++ win32.c tweak
+             From: Vadim Konovalov <vkonovalov@lucent.com>
+             Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
+             Date: Mon, 11 Sep 2000 11:22:33 +0400
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[  7049] By: nick                                  on 2000/09/11  09:57:33
+        Log: Point fix for s/// on foreach (keys %xxx).
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[  7048] By: jhi                                   on 2000/09/10  23:37:09
+        Log: Silence t/pod/*.t about alternate quote-mappings now implemented
+             by Pod::Text, from Brad Appleton.
+     Branch: perl
+          ! t/pod/testp2pt.pl
+____________________________________________________________________________
+[  7047] By: jhi                                   on 2000/09/10  14:32:53
+        Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
+             by Russ Allbery.
+     Branch: perl
+          ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
+____________________________________________________________________________
+[  7046] By: jhi                                   on 2000/09/10  14:15:08
+        Log: Upgrade to CPAN 1.57_65, from Andreas König.
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
+____________________________________________________________________________
+[  7045] By: jhi                                   on 2000/09/08  21:36:32
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [  7044] By: jhi                                   on 2000/09/08  21:29:56
         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
              From: Peter Prymmer <pvhp@forte.com>