Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 4148fb9..e3571cc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,6 +31,1578 @@ or any other branch.
 Version v5.7.1         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 10575] By: jhi                                   on 2001/06/13  18:05:09
+        Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 13 Jun 2001 13:24:28 -0500
+             Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
+     Branch: perl
+          ! ext/re/Makefile.PL
+____________________________________________________________________________
+[ 10574] By: jhi                                   on 2001/06/13  17:34:36
+        Log: Mc.u.c. for #10573.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 10573] By: jhi                                   on 2001/06/13  17:34:00
+        Log: It would be also be good if I could type.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10572] By: jhi                                   on 2001/06/13  17:26:29
+        Log: Metaconfig unit change for #10571.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 10571] By: jhi                                   on 2001/06/13  17:26:05
+        Log: A non-empty default is a good thing.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10570] By: jhi                                   on 2001/06/13  17:15:16
+        Log: Metaconfig unit change for #10569.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 10569] By: jhi                                   on 2001/06/13  17:14:17
+        Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
+             extremely experimental, not even prompted for.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
+          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 10568] By: jhi                                   on 2001/06/13  16:22:27
+        Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
+     Branch: perl
+          ! pod/perlfaq6.pod
+____________________________________________________________________________
+[ 10567] By: jhi                                   on 2001/06/13  16:20:23
+        Log: Integrate perlio; conflicts, accept Nick's versions.
+     Branch: perl
+         !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
+         !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[ 10566] By: jhi                                   on 2001/06/13  16:17:42
+        Log: Subject: Re: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! XSUB.h lib/ExtUtils/xsubpp perl.h
+____________________________________________________________________________
+[ 10565] By: jhi                                   on 2001/06/13  16:16:07
+        Log: Similar logic as DB_File.xs, using the modern macros and
+             defines them to older ones for older Perls where PERL_VERSION
+             is not defined, from Doug MacEachern.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 10564] By: nick                                  on 2001/06/13  15:22:01
+        Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
+             and using that instead (name lookups are sequential search for now).
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
+          ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[ 10563] By: jhi                                   on 2001/06/13  14:07:43
+        Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
+             From: "Richard Soderberg" <rs@crystalflame.net>
+             Date: Sat, 26 May 2001 06:44:20 -0700
+             Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
+     Branch: perl
+          ! sv.c t/op/glob.t
+____________________________________________________________________________
+[ 10562] By: jhi                                   on 2001/06/13  13:55:10
+        Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 12 Jun 2001 23:55:26 -0500
+             Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
+     Branch: perl
+          ! ext/re/Makefile.PL ext/re/re.xs
+____________________________________________________________________________
+[ 10561] By: jhi                                   on 2001/06/13  13:44:58
+        Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
+             suggested by NI-S.
+     Branch: perl
+          ! XSUB.h malloc.c perl.h
+____________________________________________________________________________
+[ 10560] By: jhi                                   on 2001/06/13  13:35:42
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 10559] By: jhi                                   on 2001/06/13  12:53:18
+        Log: Subject: [patch] perl.gprof control
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! miniperlmain.c perl.h
+____________________________________________________________________________
+[ 10558] By: jhi                                   on 2001/06/13  12:51:47
+        Log: Subject: Re: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
+             
+             Document ax and break up dXSARGS.
+     Branch: perl
+          ! XSUB.h pod/perlapi.pod
+____________________________________________________________________________
+[ 10557] By: jhi                                   on 2001/06/13  12:39:55
+        Log: More AIX tweakage from Merijn.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 10556] By: jhi                                   on 2001/06/13  03:26:58
+        Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 12 Jun 2001 22:57:45 -0500
+             Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 10555] By: jhi                                   on 2001/06/13  02:50:43
+        Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 12 Jun 2001 22:21:39 -0500
+             Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
+     Branch: perl
+          ! configure.com util.c
+____________________________________________________________________________
+[ 10554] By: jhi                                   on 2001/06/13  02:23:16
+        Log: New AIX dynaloading code from Jens-Uwe Mager.
+             Does break binary compatibility.
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
+____________________________________________________________________________
+[ 10553] By: jhi                                   on 2001/06/13  02:10:16
+        Log: VMS DEC C compiler found nits by Peter Prymmer.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 10552] By: jhi                                   on 2001/06/13  01:36:12
+        Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/filecomp.t
+____________________________________________________________________________
+[ 10551] By: jhi                                   on 2001/06/13  01:26:53
+        Log: I wonder how many $CONFIGs still lurk in the shadows.
+     Branch: perl
+          ! pod/Makefile.SH x2p/cflags.SH
+____________________________________________________________________________
+[ 10550] By: jhi                                   on 2001/06/13  01:25:12
+        Log: Grok three kinds of line endings, should fix [ID 20010612.003]
+     Branch: perl
+          ! pod/checkpods.PL
+____________________________________________________________________________
+[ 10549] By: jhi                                   on 2001/06/13  01:05:28
+        Log: Use __attribute__((unused)) to silence -Wall on unused ax.
+     Branch: perl
+          ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 10548] By: jhi                                   on 2001/06/13  00:41:28
+        Log: Subject: [patch] rid local_patches warnings
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! ext/List/Util/Util.xs ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 10547] By: jhi                                   on 2001/06/13  00:40:29
+        Log: Subject: Re: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! ext/attrs/attrs.xs
+____________________________________________________________________________
+[ 10546] By: jhi                                   on 2001/06/13  00:39:06
+        Log: Subject: [PATCH] perlretut.pod: unterminated C<>
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Tue, 12 Jun 2001 14:36:20 -0400
+             Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! pod/perlretut.pod
+____________________________________________________________________________
+[ 10545] By: jhi                                   on 2001/06/13  00:38:02
+        Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Jun 2001 19:10:31 +0100
+             Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
+             
+             Subject: Re: [ID 20010612.001] out of memory during regex compilation
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Jun 2001 19:21:01 +0100
+             Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 10544] By: jhi                                   on 2001/06/13  00:34:39
+        Log: AIX tweaks from Merijn H. Brand.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 10543] By: jhi                                   on 2001/06/13  00:11:42
+        Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
+             From: "Brendan O'Dea" <bod@compusol.com.au>
+             Date: Wed, 13 Jun 2001 05:16:47 +1000
+             Message-ID: <20010613051647.A8945@compusol.com.au>
+     Branch: maint-5.6/perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 10542] By: jhi                                   on 2001/06/13  00:07:50
+        Log: Subject: Small bcopy cleanup
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
+____________________________________________________________________________
+[ 10541] By: jhi                                   on 2001/06/13  00:05:18
+        Log: Subject: [PATCH] Re: ext/ + -Wall
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 13 Jun 2001 00:04:30 +0100
+             Message-ID: <20010613000430.M5901@plum.flirble.org>
+     Branch: perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 10540] By: jhi                                   on 2001/06/13  00:02:25
+        Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 12 Jun 2001 23:53:07 +0100
+             Message-ID: <20010612235307.L5901@plum.flirble.org>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
+____________________________________________________________________________
+[ 10539] By: jhi                                   on 2001/06/12  23:59:10
+        Log: MPE/iX tweaks from Mark Bixby.
+     Branch: perl
+          ! hints/mpeix.sh mpeix/mpeixish.h util.c
+____________________________________________________________________________
+[ 10538] By: jhi                                   on 2001/06/12  14:16:15
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10537] By: jhi                                   on 2001/06/12  14:11:26
+        Log: One less -Wall whine (found under DEBUGGING).
+     Branch: perl
+          ! x2p/Makefile.SH x2p/a2p.c
+____________________________________________________________________________
+[ 10536] By: jhi                                   on 2001/06/12  13:32:09
+        Log: s/case-independent/case-insensitive/g
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 10535] By: jhi                                   on 2001/06/12  13:27:28
+        Log: As suggested in   
+             
+             Subject: Re: ext/ + -Wall
+             From: Gurusamy Sarathy <gsar@ActiveState.com>
+             Date: Mon, 11 Jun 2001 23:34:31 -0700
+             Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
+     Branch: perl
+          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
+          ! perl.h
+____________________________________________________________________________
+[ 10534] By: jhi                                   on 2001/06/12  13:13:27
+        Log: Subject: ext/ + -Wall
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
+     Branch: perl
+          ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
+          ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
+          ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
+          ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
+          ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
+          ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
+          ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
+          ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
+          ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 10533] By: jhi                                   on 2001/06/12  12:52:57
+        Log: Subject: [PATCH] anonymous stashes
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Tue, 12 Jun 2001 12:47:04 +0530
+             Message-ID: <20010612124704.A29029@lustre.linux.in>
+     Branch: perl
+          ! dump.c gv.c sv.c xsutils.c
+____________________________________________________________________________
+[ 10532] By: jhi                                   on 2001/06/12  12:37:36
+        Log: One more test for $^S.
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 10531] By: jhi                                   on 2001/06/12  12:35:02
+        Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Tue, 12 Jun 2001 17:35:55 +0530
+             Message-ID: <20010612173555.A32426@lustre.linux.in>
+     Branch: perl
+          ! mg.c t/op/magic.t
+____________________________________________________________________________
+[ 10530] By: jhi                                   on 2001/06/12  12:31:11
+        Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Jun 2001 13:14:15 +0100
+             Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 10529] By: jhi                                   on 2001/06/12  12:21:06
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 10528] By: jhi                                   on 2001/06/12  12:19:47
+        Log: Subject: [PATCH] rhapsody/darwin minor cleanup
+             From: Wilfredo Sanchez <wsanchez@MIT.EDU>
+             Content-Transfer-Encoding: 7bit
+             Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
+     Branch: perl
+          ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
+____________________________________________________________________________
+[ 10527] By: jhi                                   on 2001/06/12  11:58:53
+        Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
+             From: "Philip Newton" <Philip.Newton@gmx.net>
+             Date: Mon, 11 Jun 2001 07:08:03 +0200
+             Message-Id: <200106120802.LAA08992@taas.iki.fi>
+     Branch: perl
+          ! t/base/term.t
+____________________________________________________________________________
+[ 10526] By: jhi                                   on 2001/06/12  01:35:34
+        Log: Cleanup the a2p.c for -Wall.
+     Branch: perl
+          ! x2p/Makefile.SH x2p/a2p.c
+____________________________________________________________________________
+[ 10525] By: jhi                                   on 2001/06/12  01:10:56
+        Log: File::Find update for MacOS from Chris Nandor.
+     Branch: perl
+          ! lib/File/Find.pm t/lib/filefind.t
+____________________________________________________________________________
+[ 10524] By: jhi                                   on 2001/06/12  00:29:20
+        Log: gcc -Wall nits picked out by a non-UNIX system
+             (courtesy of Mark Bixby)
+     Branch: perl
+          ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
+          ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
+          ! pp_sys.c util.c
+____________________________________________________________________________
+[ 10523] By: jhi                                   on 2001/06/11  22:34:03
+        Log: Metaconfig unit change for #10522.  (The d_modfl changes
+             placate metalint.)
+     Branch: metaconfig/U/perl
+          ! d_modfl.U d_u32align.U
+____________________________________________________________________________
+[ 10522] By: jhi                                   on 2001/06/11  22:33:00
+        Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
+             be "./try 2>&1 >/dev/null".
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10521] By: jhi                                   on 2001/06/11  19:49:54
+        Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 11 Jun 2001 14:00:32 -0500
+             Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 10520] By: jhi                                   on 2001/06/11  17:55:47
+        Log: Move the full \p\P lists to perlunicode.
+     Branch: perl
+          ! pod/perlretut.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 10519] By: jhi                                   on 2001/06/11  17:10:00
+        Log: VOS build tweak for 5.6.1 from Paul Green.
+     Branch: maint-5.6/perl
+          ! vos/build.cm
+____________________________________________________________________________
+[ 10518] By: jhi                                   on 2001/06/11  17:07:03
+        Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 8 Jun 2001 18:08:18 -0500
+             Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 10517] By: jhi                                   on 2001/06/11  14:52:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10516] By: jhi                                   on 2001/06/11  14:46:33
+        Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
+     Branch: perl
+          ! vos/config.alpha.h vos/config.ga.h
+____________________________________________________________________________
+[ 10515] By: jhi                                   on 2001/06/11  14:39:05
+        Log: VOS updates from Paul Green for @10476.
+     Branch: perl
+          ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h vos/configure_perl.cm
+____________________________________________________________________________
+[ 10514] By: jhi                                   on 2001/06/11  12:58:43
+        Log: Subject: [PATCH] Not many people know this ...
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Mon, 11 Jun 2001 14:55:15 +0100
+             Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 10513] By: jhi                                   on 2001/06/11  12:30:06
+        Log: Add final commas to lists as suggested by Philip Newton.
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
+____________________________________________________________________________
+[ 10512] By: jhi                                   on 2001/06/11  12:28:49
+        Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
+             Date: Sun, 10 Jun 2001 23:35:38 -0400
+             From: Chris Nandor <pudge@pobox.com>
+             Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
+     Branch: perl
+          ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
+          ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
+          ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
+          ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
+          ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
+          ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
+          ! t/op/write.t t/pragma/strict.t
+____________________________________________________________________________
+[ 10511] By: jhi                                   on 2001/06/11  12:13:31
+        Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Mon, 11 Jun 2001 08:24:28 -0400
+             Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
+     Branch: perl
+          ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
+          ! t/lib/io_dir.t
+____________________________________________________________________________
+[ 10510] By: jhi                                   on 2001/06/11  12:03:16
+        Log: One more run_byacc (a hand-tweaked version had slipped in).
+     Branch: perl
+          ! perly.c vms/perly_c.vms
+____________________________________________________________________________
+[ 10509] By: nick                                  on 2001/06/11  07:49:15
+        Log: Integrate mainline
+     Branch: perlio
+         !> Makefile.SH embed.h embed.pl global.sym
+         !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
+         !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
+         !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
+         !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
+____________________________________________________________________________
+[ 10508] By: jhi                                   on 2001/06/10  22:38:05
+        Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Reply-To: mjtg@cam.ac.uk
+             Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[ 10507] By: jhi                                   on 2001/06/10  22:37:16
+        Log: Subject: [PATCH] ExtUtils::Constant
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 10 Jun 2001 23:25:41 +0100
+             Message-ID: <20010610232540.C76396@plum.flirble.org>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
+____________________________________________________________________________
+[ 10506] By: jhi                                   on 2001/06/10  20:57:20
+        Log: Integrate perlio.
+     Branch: perl
+         !> iperlsys.h
+____________________________________________________________________________
+[ 10505] By: jhi                                   on 2001/06/10  18:37:57
+        Log: Move the grok_number and its lieutenant grok_numeric_radix
+             from sv.c statics to util.c and public.
+     Branch: perl
+          ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
+          ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
+____________________________________________________________________________
+[ 10504] By: nick                                  on 2001/06/10  17:47:06
+        Log: Fix (valid) -Wall warnings in perlio.c
+     Branch: perlio
+          ! iperlsys.h
+____________________________________________________________________________
+[ 10503] By: jhi                                   on 2001/06/10  17:38:28
+        Log: Update perly_c.diff, update perly.fixer to edit away
+             some of the -Wall noise.
+     Branch: perl
+          ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
+____________________________________________________________________________
+[ 10502] By: jhi                                   on 2001/06/10  17:09:42
+        Log: Check the version of byacc.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 10501] By: jhi                                   on 2001/06/10  17:00:08
+        Log: Subject: [PATCH] perly.y overhaul
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Sun, 10 Jun 2001 16:56:54 +0100
+             Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
+             
+             Plus make run_byacc.
+     Branch: perl
+          ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
+____________________________________________________________________________
+[ 10500] By: jhi                                   on 2001/06/10  16:07:28
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c perlsfio.h
+____________________________________________________________________________
+[ 10499] By: nick                                  on 2001/06/10  15:01:08
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
+         !> t/pragma/locale.t util.c
+____________________________________________________________________________
+[ 10498] By: jhi                                   on 2001/06/10  13:49:23
+        Log: Put some meat on the perl572delta bones.  The list of
+             selected bug fixes needs more work, as does still the
+             whole document.
+     Branch: perl
+          ! pod/perl572delta.pod
+____________________________________________________________________________
+[ 10497] By: nick                                  on 2001/06/10  12:27:51
+        Log: Paper over a crack or two with USE_SFIO
+     Branch: perlio
+          ! perlio.c perlsfio.h
+____________________________________________________________________________
+[ 10496] By: jhi                                   on 2001/06/10  11:04:22
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10495] By: jhi                                   on 2001/06/10  10:55:34
+        Log: Subject: Re: pragma/locale.t #107
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Sun, 10 Jun 2001 11:23:30 +0100
+             Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
+             
+             Encapsulate the scan of the decimal radix separator.
+     Branch: perl
+          ! embed.h embed.pl proto.h sv.c
+____________________________________________________________________________
+[ 10494] By: jhi                                   on 2001/06/10  03:00:17
+        Log: Try to grok numbers both with the locale specific separator
+             and with the usual "." (if different from the lss); add a test
+             to locale.t to do also a little bit of math in addition to just
+             equalness testing; remove extraneous logic as suggested in
+             
+             Subject: Re: pragma/locale.t #107
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 9 Jun 2001 22:37:36 +0100
+             Message-ID: <20010609223735.Y76396@plum.flirble.org>
+     Branch: perl
+          ! sv.c t/pragma/locale.t
+____________________________________________________________________________
+[ 10493] By: jhi                                   on 2001/06/10  01:25:23
+        Log: Metaconfig unit change for #10492.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 10492] By: jhi                                   on 2001/06/10  01:23:59
+        Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
+             From: Artur Bergman <artur@contiller.se> 
+             Date: Sat, 09 Jun 2001 21:03:51 +0200
+             Message-ID: <B7483FB6.1398%artur@contiller.se>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10491] By: jhi                                   on 2001/06/10  01:15:40
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlsfio.h
+____________________________________________________________________________
+[ 10490] By: jhi                                   on 2001/06/10  01:08:26
+        Log: Do locale specific separator if only in locale.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 10489] By: nick                                  on 2001/06/09  19:13:25
+        Log: Make XS/Typemap compile (but fail) with sfio
+     Branch: perlio
+          ! perlsfio.h
+____________________________________________________________________________
+[ 10488] By: nick                                  on 2001/06/09  19:12:51
+        Log: Re-integrate mainline
+     Branch: perlio
+         !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
+         !> proto.h sv.c util.c
+____________________________________________________________________________
+[ 10487] By: nick                                  on 2001/06/09  16:26:29
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 31 files)
+____________________________________________________________________________
+[ 10486] By: jhi                                   on 2001/06/09  16:11:51
+        Log: Subject: [PATCH] New attempt to clone callack
+             From: Artur Bergman <artur@contiller.se> 
+             Date: Thu, 07 Jun 2001 11:52:16 +0200
+             Message-ID: <B7451B6F.12B7%artur@contiller.se>
+     Branch: perl
+          ! embedvar.h intrpvar.h perlapi.h sv.c
+____________________________________________________________________________
+[ 10485] By: jhi                                   on 2001/06/09  15:23:52
+        Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
+     Branch: perl
+          ! embed.h embed.pl perl.h proto.h sv.c util.c
+____________________________________________________________________________
+[ 10484] By: jhi                                   on 2001/06/09  14:47:25
+        Log: Subject: Re: pragma/locale.t #107
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 9 Jun 2001 16:26:10 +0100
+             Message-ID: <20010609162609.V76396@plum.flirble.org>
+             
+             A missing NVification.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 10483] By: jhi                                   on 2001/06/08  19:40:32
+        Log: Redo the #10482, there already was a test script for formats.
+     Branch: perl
+          - t/io/format.t
+          ! MANIFEST t/op/write.t
+____________________________________________________________________________
+[ 10482] By: jhi                                   on 2001/06/08  19:34:45
+        Log: Twisted format testing, from Merijn.
+     Branch: perl
+          + t/io/format.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 10481] By: jhi                                   on 2001/06/08  19:21:56
+        Log: More \p{In...} testing, combined with \N{...}.
+     Branch: perl
+          ! lib/utf8_heavy.pl t/op/pat.t
+____________________________________________________________________________
+[ 10480] By: jhi                                   on 2001/06/08  14:16:06
+        Log: Metaconfig changes for #10479.
+     Branch: metaconfig
+          ! U/Glossary.patch
+     Branch: metaconfig/U/perl
+          ! d_modfl.U
+____________________________________________________________________________
+[ 10479] By: jhi                                   on 2001/06/08  14:15:32
+        Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
+          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc
+____________________________________________________________________________
+[ 10478] By: jhi                                   on 2001/06/08  12:20:41
+        Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 7 Jun 2001 14:27:20 -0500
+             Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
+     Branch: perl
+          ! vms/perlvms.pod
+____________________________________________________________________________
+[ 10477] By: jhi                                   on 2001/06/08  12:19:00
+        Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 07 Jun 2001 17:04:29 -0700
+             Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! ext/re/re.xs
+____________________________________________________________________________
+[ 10476] By: jhi                                   on 2001/06/08  01:35:42
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10475] By: jhi                                   on 2001/06/08  00:53:45
+        Log: Regen Glossary et alia.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 10474] By: jhi                                   on 2001/06/07  22:06:38
+        Log: Metaconfig unit changes for #10473.
+     Branch: metaconfig/U/perl
+          ! d_modfl.U
+____________________________________________________________________________
+[ 10473] By: jhi                                   on 2001/06/07  22:06:16
+        Log: Harumph, also AIX will spill its guts (i.e. dump core)
+             if an executable contains modfl() but it hasn't been
+             compiled right (in the case of AIX, with cc -qlongdouble).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10472] By: gsar                                  on 2001/06/07  20:04:28
+        Log: integrate change#10471 from mainline
+             
+             in change#10451, check that CvOUTSIDE is a CV before looking in
+             (it can apparently be SVt_NULL during global destruction)
+     Branch: maint-5.6/perl
+         !> op.c
+____________________________________________________________________________
+[ 10471] By: gsar                                  on 2001/06/07  20:01:31
+        Log: in change#10451, check that CvOUTSIDE is a CV before looking in
+             (it can apparently be SVt_NULL during global destruction)
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 10470] By: jhi                                   on 2001/06/07  12:17:51
+        Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
+             Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
+     Branch: perl
+          ! lib/diagnostics.pm pod/perldiag.pod
+____________________________________________________________________________
+[ 10469] By: jhi                                   on 2001/06/07  12:16:12
+        Log: Subject: [PATCH perl@10439] long =item
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
+             Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
+     Branch: perl
+          ! README.amiga lib/Attribute/Handlers.pm
+          ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
+____________________________________________________________________________
+[ 10468] By: jhi                                   on 2001/06/07  12:08:56
+        Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
+             Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
+             Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
+             Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 10467] By: jhi                                   on 2001/06/07  12:04:26
+        Log: Integrate perlio.
+     Branch: perl
+         !> sv.c
+____________________________________________________________________________
+[ 10466] By: nick                                  on 2001/06/07  10:25:40
+        Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
+             whitespace tweaks.
+             Still coredumps in pragma/overload.t - what a nice hard fail that is...
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[ 10465] By: nick                                  on 2001/06/07  08:41:58
+        Log: Raw integrate of mainline for S_grok_number debug
+             (sv.c has MULTIPLICITY issues as well as whatever else ...)
+     Branch: perlio
+          - plan9/perlplan9.doc plan9/perlplan9.pod
+         !> (integrate 46 files)
+____________________________________________________________________________
+[ 10464] By: jhi                                   on 2001/06/06  23:33:58
+        Log: The proper prototyping for #10463.
+     Branch: perl
+          ! embed.h embed.pl proto.h sv.c
+____________________________________________________________________________
+[ 10463] By: jhi                                   on 2001/06/06  23:15:30
+        Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 7 Jun 2001 00:29:59 +0100
+             Message-ID: <20010607002959.Z76396@plum.flirble.org>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 10462] By: jhi                                   on 2001/06/06  23:13:19
+        Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 06 Jun 2001 17:54:30 -0500
+             Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
+     Branch: perl
+          ! vms/perlvms.pod
+____________________________________________________________________________
+[ 10461] By: jhi                                   on 2001/06/06  23:10:00
+        Log: Podify the remaining README.platform files;
+             merge README.plan9 and plan9/perlplan9.pod;
+             delete plan9/perlplan9.* (the perlplan.doc needs to
+             be regenerated in Plan 9); make the =head1 and =head2
+             in the README.platform to be a little more verbose
+             (skipped README.os2 not to anger Ilya) so that they
+             look better in the toc; regen toc.
+     Branch: perl
+          - plan9/perlplan9.doc plan9/perlplan9.pod
+          ! MANIFEST README.aix README.amiga README.apollo README.beos
+          ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
+          ! README.hpux README.hurd README.machten README.macos
+          ! README.micro README.mint README.mpeix README.os390
+          ! README.plan9 README.qnx README.solaris README.threads
+          ! README.tru64 README.vmesa README.vms README.vos README.win32
+          ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
+          ! pod/perltoc.pod win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 10460] By: jhi                                   on 2001/06/06  20:58:53
+        Log: Subject: [PATCH] Re: Bug in perlguts documentation?
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Reply-To: mjtg@cam.ac.uk
+             Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 10459] By: jhi                                   on 2001/06/06  20:58:15
+        Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Reply-To: mjtg@cam.ac.uk
+             Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perlsec.pod
+____________________________________________________________________________
+[ 10458] By: jhi                                   on 2001/06/06  20:56:04
+        Log: Disable long doubles from pre-5.0 Tru64s.
+     Branch: perl
+          ! README.tru64 hints/dec_osf.sh
+____________________________________________________________________________
+[ 10457] By: jhi                                   on 2001/06/06  20:49:23
+        Log: The #10455 exposed that modfl() is fundamentally busted
+             (as in: dumps core) in pre-5.0 Tru64, so better avoid even
+             testing it.
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 10456] By: jhi                                   on 2001/06/06  20:48:35
+        Log: Metaconfig unit change for #10455.
+     Branch: metaconfig/U/perl
+          ! d_modfl.U
+____________________________________________________________________________
+[ 10455] By: jhi                                   on 2001/06/06  20:48:09
+        Log: Configure check for geborken modfl(), inspired by
+             
+             Subject: Re: [20010118.017] op/int.t failure 
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Tue, 05 Jun 2001 13:43:27 +0100
+             Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10454] By: jhi                                   on 2001/06/06  11:45:08
+        Log: Integrate changes #10450 and #10451 from maintperl:
+             
+             optimize change#10448 slightly (don't repeat search in eval""s lexical
+             scope, since that has already been searched)
+             
+             change#9108 needs subtler treatment for case of closures created
+             within eval""
+     Branch: perl
+         !> op.c t/op/misc.t
+____________________________________________________________________________
+[ 10453] By: jhi                                   on 2001/06/06  11:42:10
+        Log: MakeMaker magic to compile (when no dynamic loading)
+             List/Util.xsc as (ListUtil.c and) ListUtil.o since
+             POSIX-BC (BS2000) linker has an evil limitation of
+             being unable to include in the same executable several
+             object files with the same name - case-insensitively -
+             because otherwise we conflict with util.c.
+             Strictly speaking currently required only in POSIX-BC
+             but probably will do no harm elsewhere where static
+             linking is required.
+     Branch: perl
+          ! ext/List/Util/Makefile.PL
+____________________________________________________________________________
+[ 10452] By: nick                                  on 2001/06/06  08:59:51
+        Log: Integrate mainline.
+     Branch: perlio
+         +> lib/Attribute/Handlers/demo/Demo.pm
+         +> lib/Attribute/Handlers/demo/Descriptions.pm
+         +> lib/Attribute/Handlers/demo/MyClass.pm
+         +> lib/Attribute/Handlers/demo/demo.pl
+         +> lib/Attribute/Handlers/demo/demo2.pl
+         +> lib/Attribute/Handlers/demo/demo3.pl
+         +> lib/Attribute/Handlers/demo/demo4.pl
+         +> lib/Attribute/Handlers/demo/demo_call.pl
+         +> lib/Attribute/Handlers/demo/demo_chain.pl
+         +> lib/Attribute/Handlers/demo/demo_cycle.pl
+         +> lib/Attribute/Handlers/demo/demo_hashdir.pl
+         +> lib/Attribute/Handlers/demo/demo_phases.pl
+         +> lib/Attribute/Handlers/demo/demo_range.pl
+         +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
+         +> uts/strtol_wrap.c
+         !> (integrate 91 files)
+____________________________________________________________________________
+[ 10451] By: gsar                                  on 2001/06/06  07:11:36
+        Log: change#9108 needs subtler treatment for case of closures created
+             within eval""
+     Branch: maint-5.6/perl
+          ! op.c t/op/misc.t
+____________________________________________________________________________
+[ 10450] By: gsar                                  on 2001/06/06  05:47:25
+        Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
+             scope, since that has already been searched)
+     Branch: maint-5.6/perl
+          ! op.c
+____________________________________________________________________________
+[ 10449] By: jhi                                   on 2001/06/06  01:33:31
+        Log: Integrate change #10448 from maintperl; lexicals
+             outside an eval"" weren't resolved correctly inside a subroutine
+             definition inside the eval"" if they were not already referenced
+             in the toplevel of the eval""-ed code
+     Branch: perl
+         !> cop.h op.c pp_ctl.c t/op/misc.t
+____________________________________________________________________________
+[ 10448] By: gsar                                  on 2001/06/06  01:03:26
+        Log: fix yet another bug of hoary vintage found by change#10394: lexicals
+             outside an eval"" weren't resolved correctly inside a subroutine
+             definition inside the eval"" if they were not already referenced
+             in the toplevel of the eval""-ed code
+     Branch: maint-5.6/perl
+          ! cop.h op.c pp_ctl.c t/op/misc.t
+____________________________________________________________________________
+[ 10447] By: jhi                                   on 2001/06/06  00:51:04
+        Log: Subject: [PATCH] perl570delta.pod
+             From: Peter Scott <Peter@PSDT.com> 
+             Date: Tue, 05 Jun 2001 18:51:02 -0700
+             Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
+     Branch: perl
+          ! pod/perl570delta.pod
+____________________________________________________________________________
+[ 10446] By: jhi                                   on 2001/06/05  23:45:05
+        Log: The fudge factor is no more needed.  I hope.
+     Branch: perl
+          ! t/lib/posix.t
+____________________________________________________________________________
+[ 10445] By: jhi                                   on 2001/06/05  23:19:19
+        Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Tue, 05 Jun 2001 12:58:19 +0100
+             Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 10444] By: jhi                                   on 2001/06/05  11:09:01
+        Log: Make up prototypes only for those who have the functions
+             but not the prototypes.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 10443] By: jhi                                   on 2001/06/05  11:02:13
+        Log: Subject: Re: Not OK: perl@10439 on win32 
+             From: Prymmer/Kahn <pvhp@best.com> 
+             Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
+             Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
+     Branch: perl
+          ! perl.h util.c
+____________________________________________________________________________
+[ 10442] By: jhi                                   on 2001/06/05  00:55:46
+        Log: The metaconfig units changes for #10441.
+     Branch: metaconfig
+          ! U/modified/Extract.U U/modified/Extractall.U
+          ! U/modified/Finish.U
+____________________________________________________________________________
+[ 10441] By: jhi                                   on 2001/06/05  00:55:17
+        Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10440] By: jhi                                   on 2001/06/05  00:28:27
+        Log: Unnecessary fuzziness undone, noted by Mike Guy.
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[ 10439] By: jhi                                   on 2001/06/04  17:14:31
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10438] By: jhi                                   on 2001/06/04  17:10:16
+        Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
+             bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
+             leakage patch.
+     Branch: perl
+          ! t/op/misc.t
+____________________________________________________________________________
+[ 10437] By: jhi                                   on 2001/06/04  17:01:06
+        Log: Test case for #10433/#10424.
+     Branch: perl
+          ! t/op/misc.t
+____________________________________________________________________________
+[ 10436] By: jhi                                   on 2001/06/04  16:54:21
+        Log: Subject: One fix for strtoul not setting errno
+             From: hom00@utsglobal.com (Hal Morris)
+             Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
+             Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
+     Branch: perl
+          + uts/strtol_wrap.c
+          ! MANIFEST hints/uts.sh
+____________________________________________________________________________
+[ 10435] By: jhi                                   on 2001/06/04  16:54:01
+        Log: Metaconfig units changes for #10434.
+     Branch: metaconfig
+          ! U/modified/Cppsym.U
+     Branch: metaconfig/U/perl
+          + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
+          + d_syscallproto.U d_usleepproto.U
+          ! longdblfio.U quadfio.U
+____________________________________________________________________________
+[ 10434] By: jhi                                   on 2001/06/04  16:48:33
+        Log: Configure tweaks; add prototype probes, make the cpp symbols
+             probe to cast, not whine; test for %Ld and %Lf before %lld and
+             %llf because the L is the ANSI way.
+     Branch: perl
+          ! Configure config_h.SH configure.com epoc/config.sh
+          ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
+          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
+____________________________________________________________________________
+[ 10433] By: jhi                                   on 2001/06/04  16:45:23
+        Log: Sigh.  This is what #10424 was supposed to check in.
+     Branch: perl
+          ! op.c sv.c sv.h
+____________________________________________________________________________
+[ 10432] By: jhi                                   on 2001/06/04  16:29:40
+        Log: More verbose failure.
+     Branch: perl
+          ! t/op/ver.t
+____________________________________________________________________________
+[ 10431] By: jhi                                   on 2001/06/04  16:21:55
+        Log: The .pm changes to go with #10428.
+     Branch: perl
+          ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 10430] By: jhi                                   on 2001/06/04  16:05:20
+        Log: On second thoughts show to utf8 skippage message only
+             on failures, it's too confusing otherwise,
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[ 10429] By: jhi                                   on 2001/06/04  14:47:50
+        Log: Do not import anything from Encode.
+     Branch: perl
+          ! ext/MIME/Base64/QuotedPrint.pm
+____________________________________________________________________________
+[ 10428] By: jhi                                   on 2001/06/04  14:45:47
+        Log: The #10402 didn't take.  Weird.
+     Branch: perl
+          ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
+          ! ext/Sys/Syslog/Syslog.xs
+____________________________________________________________________________
+[ 10427] By: jhi                                   on 2001/06/04  12:55:39
+        Log: Eradicate traces of 'asciirange' re subpragma.
+     Branch: perl
+          ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 10426] By: jhi                                   on 2001/06/04  12:44:05
+        Log: use is a compile-time thing.
+     Branch: perl
+          ! ext/MIME/Base64/QuotedPrint.pm
+____________________________________________________________________________
+[ 10425] By: jhi                                   on 2001/06/04  12:39:44
+        Log: Subject: [PATCH perl@10419] -Wall casting patch
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
+             Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
+     Branch: perl
+          ! ext/Devel/DProf/DProf.xs mg.c
+____________________________________________________________________________
+[ 10424] By: jhi                                   on 2001/06/04  12:23:30
+        Log: Subject: [PATCH #2] introducing SVpad_TYPED
+             From: Abhijit Menon-Sen <ams@wiw.org>
+             Date: Mon, 4 Jun 2001 12:26:02 +0530
+             Message-ID: <20010604122602.A5775@lustre.linux.in>
+     Branch: perl
+          ! op.c sv.c sv.h
+____________________________________________________________________________
+[ 10423] By: gsar                                  on 2001/06/04  05:12:18
+        Log: testsuite for change#10192 (from Gisle Aas)
+     Branch: perl
+          + t/op/override.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 10422] By: gsar                                  on 2001/06/04  02:32:03
+        Log: integrate changes#10414-10416 from mainline
+             
+             Potential buffer overrun if the radix separator is more than
+             one byte.  Also, under locales, prefer the locale-specific
+             separator over the old boring ".".
+             
+             "10.", that is, decimal numbers can have no decimal part at all.
+             
+             The non-locale places need love, too.
+     Branch: maint-5.6/perl
+         !> perl.h sv.c
+____________________________________________________________________________
+[ 10421] By: jhi                                   on 2001/06/04  02:25:53
+        Log: Missed from #10420.
+     Branch: perl
+          ! epoc/config.sh
+____________________________________________________________________________
+[ 10420] By: jhi                                   on 2001/06/04  02:19:58
+        Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
+             often this prototype goes with HAS_SETRESUID_PROTO.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com perl.h uconfig.h
+____________________________________________________________________________
+[ 10419] By: jhi                                   on 2001/06/04  00:24:55
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10418] By: jhi                                   on 2001/06/03  23:58:04
+        Log: -Wall "subscript has type `char'" cleanup.
+     Branch: perl
+          ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
+____________________________________________________________________________
+[ 10417] By: jhi                                   on 2001/06/03  23:37:17
+        Log: Various "cast to pointer from integer of different size"
+             picked up by gcc -Wall (in Tru64 where pointers are 64 bits
+             wide but I32 (int) only 32 bits wide).
+             
+             WARNING: the classnum and tagnum changes in Storable.xs
+             may not be wise, they may be breaking binary compatibility
+             (in 64-bit platforms), asked Raphael Manfredi about the changes.
+     Branch: perl
+          ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
+          ! mg.c proto.h
+____________________________________________________________________________
+[ 10416] By: jhi                                   on 2001/06/03  23:15:24
+        Log: The non-locale places need love, too.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 10415] By: jhi                                   on 2001/06/03  23:10:55
+        Log: "10.", that is, decimal numbers can have no decimal part at all.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 10414] By: jhi                                   on 2001/06/03  22:49:55
+        Log: Potential buffer overrun if the radix separator is more than
+             one byte.  Also, under locales, prefer the locale-specific
+             separator over the old boring ".".
+     Branch: perl
+          ! perl.h sv.c
+____________________________________________________________________________
+[ 10413] By: jhi                                   on 2001/06/03  22:42:10
+        Log: Integrate change #10412 from maintperl; locale is now
+             per-cop, not per-op; plus retweak the locale.t to always
+             list the skipped utf8 locales.
+     Branch: perl
+          ! t/pragma/locale.t
+         !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
+         !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
+____________________________________________________________________________
+[ 10412] By: gsar                                  on 2001/06/03  22:23:16
+        Log: rationalize locale handling to fix the bugs uncovered by change#10394
+             
+             the major issue was that the runtime was looking at PL_hints rather
+             than op_private to notice whether locale was enabled
+             
+             the secondary issue was that many locale-sensitive numeric ops didn't
+             have HINT_LOCALE propagated into their op_private
+             
+             HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
+             instead of per-op, just like HINT_BYTE and the hints for lexical
+             warnings (this makes the hint available to every op via PL_curcop)
+             
+             pragma/locale.t may need to be reworked with these fixes in mind
+             (it currently passes its tests)
+     Branch: maint-5.6/perl
+          ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
+          ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
+____________________________________________________________________________
+[ 10411] By: jhi                                   on 2001/06/03  17:50:49
+        Log: More verbose debugging.
+     Branch: perl
+          ! t/pragma/locale.t
+____________________________________________________________________________
+[ 10410] By: jhi                                   on 2001/06/03  17:36:40
+        Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
+             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
+             Date: Sat, 2 Jun 2001 22:53:33 +0100
+             Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
+     Branch: perl
+          ! regcomp.c t/pragma/warn/regcomp
+____________________________________________________________________________
+[ 10409] By: jhi                                   on 2001/06/03  17:27:13
+        Log: Mention that lexicalizing $a or $b is a bad idea if one
+             wants to use sort().
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 10408] By: jhi                                   on 2001/06/03  16:52:41
+        Log: Tweak the test to be happy if the accuracy is 'good enough'.
+     Branch: perl
+          ! t/lib/posix.t
+____________________________________________________________________________
+[ 10407] By: jhi                                   on 2001/06/03  16:50:33
+        Log: Upgrade to Attribute::Handlers 0.70.
+             
+             NOTE: this unearthed the "too late for CHECK block" bug,
+             that's why the 1_compile.t change.
+     Branch: perl
+          + lib/Attribute/Handlers/demo/Demo.pm
+          + lib/Attribute/Handlers/demo/Descriptions.pm
+          + lib/Attribute/Handlers/demo/MyClass.pm
+          + lib/Attribute/Handlers/demo/demo.pl
+          + lib/Attribute/Handlers/demo/demo2.pl
+          + lib/Attribute/Handlers/demo/demo3.pl
+          + lib/Attribute/Handlers/demo/demo4.pl
+          + lib/Attribute/Handlers/demo/demo_call.pl
+          + lib/Attribute/Handlers/demo/demo_chain.pl
+          + lib/Attribute/Handlers/demo/demo_cycle.pl
+          + lib/Attribute/Handlers/demo/demo_hashdir.pl
+          + lib/Attribute/Handlers/demo/demo_phases.pl
+          + lib/Attribute/Handlers/demo/demo_range.pl
+          + lib/Attribute/Handlers/demo/demo_rawdata.pl
+          ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
+          ! t/lib/attrhand.t
+____________________________________________________________________________
+[ 10406] By: jhi                                   on 2001/06/03  16:40:03
+        Log: One less -Wall whine.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 10405] By: jhi                                   on 2001/06/03  16:30:34
+        Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
+     Branch: perl
+         !> t/op/eval.t
+____________________________________________________________________________
+[ 10404] By: gsar                                  on 2001/06/03  16:23:07
+        Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
+             aren't "normally" visible inside eval""s contained in subs unless
+             a cloned reference to them already exists)
+             
+             strangely enough, t/harness did show this up as a failure (harness
+             needs fixing?)
+     Branch: maint-5.6/perl
+          ! t/op/eval.t
+____________________________________________________________________________
+[ 10403] By: jhi                                   on 2001/06/03  16:22:59
+        Log: Update to Text::Balanced 1.85.
+     Branch: perl
+          ! lib/Text/Balanced.pm t/lib/tb-xvari.t
+____________________________________________________________________________
+[ 10402] By: jhi                                   on 2001/06/03  16:18:09
+        Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 3 Jun 2001 17:54:36 +0100
+             Message-ID: <20010603175436.E76396@plum.flirble.org> 
+     Branch: perl
+          ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
+          ! ext/Sys/Syslog/Syslog.xs
+____________________________________________________________________________
+[ 10401] By: jhi                                   on 2001/06/03  16:09:33
+        Log: Unused variables.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 10400] By: jhi                                   on 2001/06/03  16:04:26
+        Log: Subject: [PATCH] APIfy op_clear 
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Sun, 3 Jun 2001 13:51:46 +0100
+             Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
+             
+             (despite the subject line, op_null is APIfied by the patch)
+     Branch: perl
+          ! embed.h embed.pl global.sym objXSUB.h perlapi.c
+____________________________________________________________________________
+[ 10399] By: jhi                                   on 2001/06/03  15:51:35
+        Log: Subject: [PATCH] t/lib/extutils.t
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sat, 2 Jun 2001 23:57:05 +0100
+             Message-ID: <20010602235705.Q12698@plum.flirble.org>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm t/lib/extutils.t
+____________________________________________________________________________
+[ 10398] By: jhi                                   on 2001/06/03  15:34:11
+        Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
+             Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 10397] By: jhi                                   on 2001/06/03  15:12:13
+        Log: Subject: Re: 'decimal digits' macro? 
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Sun, 03 Jun 2001 04:26:36 +0100
+             Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
+     Branch: perl
+          ! handy.h t/lib/posix.t t/op/tr.t
+____________________________________________________________________________
+[ 10396] By: jhi                                   on 2001/06/03  15:10:49
+        Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Sun, 03 Jun 2001 14:56:30 +0100
+             Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 10395] By: jhi                                   on 2001/06/03  14:59:41
+        Log: Integrate change #10394 from maintperl; lexical file scope leakage.
+     Branch: perl
+         !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
+         !> vms/perly_c.vms
+____________________________________________________________________________
+[ 10394] By: gsar                                  on 2001/06/03  03:05:43
+        Log: fix leakage of lexicals at file scope into subroutines that were
+             declared before them; this appears to be a longstanding bug that
+             meant that lexicals at file scope were never "deintroduced", meaning
+             their scope range was never properly closed, and their visibility
+             extended to all subsequent eval""s or requires
+             
+             added a test case
+             
+             seems to also fix a case of bogus duplicate warnings
+     Branch: maint-5.6/perl
+          ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
+          ! vms/perly_c.vms
+____________________________________________________________________________
+[ 10393] By: jhi                                   on 2001/06/02  16:55:03
+        Log: More VMS tweaks from Craig A. Berry.
+     Branch: perl
+          ! configure.com t/lib/extutils.t
+____________________________________________________________________________
+[ 10392] By: jhi                                   on 2001/06/02  16:48:26
+        Log: -Wall cleanup continues.
+     Branch: perl
+          ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
+          ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
+          ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
+          ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
+          ! run.c toke.c util.c
+____________________________________________________________________________
+[ 10391] By: jhi                                   on 2001/06/02  13:29:47
+        Log: The metaconfig unit change for #10390.
+     Branch: metaconfig/U/perl
+          ! gccvers.U
+____________________________________________________________________________
+[ 10390] By: jhi                                   on 2001/06/02  13:29:12
+        Log: Drop the -ansi from the default gcc flags.
+             
+             Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
+             that struct cannot be compared with a flat integer, such as STRLEN.
+             The -ansi will also cause a lot of noise in Solaris because of:
+             /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 10389] By: jhi                                   on 2001/06/02  13:14:57
+        Log: Integrate perlio.
+     Branch: perl
+         !> pod/perlapi.pod util.c
+____________________________________________________________________________
+[ 10388] By: nick                                  on 2001/06/02  08:01:12
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Attribute/Handlers.pm t/lib/attrhand.t
+         !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
+         !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
+         !> t/lib/1_compile.t t/lib/mimeqp.t
+____________________________________________________________________________
+[ 10387] By: nick                                  on 2001/06/02  07:39:17
+        Log: Tweak util.c's atof2 for MULTIPLICITY
+     Branch: perlio
+          ! util.c
+____________________________________________________________________________
+[ 10386] By: nick                                  on 2001/06/02  07:38:33
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 41 files)
+____________________________________________________________________________
+[ 10385] By: jhi                                   on 2001/06/01  22:12:48
+        Log: Add Attribute::Handlers 0.61 from Damian Conway.
+     Branch: perl
+          + lib/Attribute/Handlers.pm t/lib/attrhand.t
+          ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
+____________________________________________________________________________
+[ 10384] By: jhi                                   on 2001/06/01  21:53:14
+        Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
+     Branch: perl
+          ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
+____________________________________________________________________________
+[ 10383] By: jhi                                   on 2001/06/01  21:36:11
+        Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
+             From: Jeff Pinyan <jeffp@crusoe.net>
+             Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 10382] By: jhi                                   on 2001/06/01  21:35:02
+        Log: Subject: [PATCH perl@10381] configure.com tweaks
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 1 Jun 2001 13:55:43 -0500
+             Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 10381] By: jhi                                   on 2001/06/01  16:37:21
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10380] By: jhi                                   on 2001/06/01  16:19:18
+        Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 01 Jun 2001 18:17:02 +0100
+             Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 10379] By: jhi                                   on 2001/06/01  16:13:28
+        Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
+             From: Hugo <hv@crypt.compulink.co.uk>
+             Date: Thu, 31 May 2001 20:49:48 +0100
+             Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
+     Branch: perl
+          ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
+          ! util.c
+____________________________________________________________________________
+[ 10378] By: jhi                                   on 2001/06/01  15:56:35
+        Log: Zero() is not available in x2p (or, rather, some of its
+             implementations like memzero() might not be available.)
+     Branch: perl
+          ! x2p/hash.c
+____________________________________________________________________________
+[ 10377] By: jhi                                   on 2001/06/01  15:44:48
+        Log: Subject: [PATCH x2p/hash.c] bzero -> memset
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 1 Jun 2001 12:00:29 +0100
+             Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
+             
+             (But use Zero() instead of memset.)
+     Branch: perl
+          ! x2p/hash.c
+____________________________________________________________________________
+[ 10376] By: jhi                                   on 2001/06/01  15:39:52
+        Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
+             From: Jeff Pinyan <jeffp@crusoe.net>
+             Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! pod/perldiag.pod regcomp.c t/op/pat.t
+____________________________________________________________________________
+[ 10375] By: jhi                                   on 2001/06/01  15:36:35
+        Log: Retract #10324 and #10333; not needed.
+     Branch: perl
+          ! hints/irix_6.sh hints/linux.sh
+____________________________________________________________________________
+[ 10374] By: jhi                                   on 2001/06/01  15:35:19
+        Log: The #10370 wasn't quite right.
+     Branch: perl
+          ! ext/XS/Typemap/Typemap.xs
+____________________________________________________________________________
+[ 10373] By: jhi                                   on 2001/06/01  15:34:49
+        Log: The metaconfig units changes for #10372.
+     Branch: metaconfig/U/perl
+          + d_realpath.U d_sresgproto.U d_sresuproto.U
+          ! gccvers.U i_db.U
+____________________________________________________________________________
+[ 10372] By: jhi                                   on 2001/06/01  15:34:24
+        Log: Configure tweaks; record the Berkeley DB version,
+             probe for realpath(), for setresuid() and setresgid()
+             prototypes; use realpath() (try to be paranoid enough),
+             use the setres[ug]id prototypes because glibc has the functions
+             but not their prototypes; add -Wall -ansi to gcc ccflags;
+             regen toc.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh
+          ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
+          ! uconfig.h uconfig.sh util.c vos/config.alpha.def
+          ! vos/config.ga.def win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[ 10371] By: jhi                                   on 2001/06/01  12:50:05
+        Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 1 Jun 2001 11:28:14 +0100
+             Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
+     Branch: perl
+          ! lib/attributes.pm xsutils.c
+____________________________________________________________________________
+[ 10370] By: jhi                                   on 2001/06/01  12:48:55
+        Log: Subject: [PATCH] Fix -Wall on XS::Typemap
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
+             Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
+     Branch: perl
+          ! ext/XS/Typemap/Typemap.xs
+____________________________________________________________________________
+[ 10369] By: jhi                                   on 2001/06/01  12:47:21
+        Log: Subject: [patch] Cwd.xs optimizations/abstraction
+             From: Doug MacEachern <dougm@covalent.net>
+             Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
+     Branch: perl
+          ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
+          ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
+____________________________________________________________________________
+[ 10368] By: jhi                                   on 2001/06/01  12:32:00
+        Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Thu, 31 May 2001 23:56:40 +0100
+             Message-ID: <20010531235640.F12698@plum.flirble.org>
+             
+             Make the test work also under only static extensions
+             (sh Configure -Uusedl fakes this nicely)
+     Branch: perl
+          ! t/lib/extutils.t
+____________________________________________________________________________
+[ 10367] By: jhi                                   on 2001/06/01  12:27:53
+        Log: Subject: [PATCH hv.c] Eliminating trigraph
+             From: Michael G Schwern <schwern@pobox.com>
+             Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
+             Date: Fri, 1 Jun 2001 11:49:56 +0100
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 10366] By: jhi                                   on 2001/06/01  12:14:57
+        Log: Subject: Re: [PATCH] Tests for File::Compare 
+             From: "Philip Newton" <Philip.Newton@gmx.net>
+             Date: Thu, 31 May 2001 19:44:05 +0200
+             Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
+             
+             Unnecessary "quotation marks".
+     Branch: perl
+          ! t/lib/filecomp.t
+____________________________________________________________________________
+[ 10365] By: jhi                                   on 2001/06/01  12:13:26
+        Log: Integrate perlio.
+     Branch: perl
+         !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
+____________________________________________________________________________
+[ 10364] By: nick                                  on 2001/06/01  10:13:31
+        Log: Cleanup dll.base and dll.exp created by GCC builds.
+     Branch: perlio
+          ! lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 10363] By: nick                                  on 2001/06/01  10:02:17
+        Log: Make filecomp test work on CRLF platforms by adding binmode.
+     Branch: perlio
+          ! t/lib/filecomp.t
+____________________________________________________________________________
+[ 10362] By: nick                                  on 2001/06/01  08:37:17
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure patchlevel.h perlio.c
+____________________________________________________________________________
+[ 10361] By: jhi                                   on 2001/05/31  15:09:34
+        Log: panic:claustrophobia.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[ 10360] By: jhi                                   on 2001/05/31  13:04:25
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10359] By: nick                                  on 2001/05/31  12:35:50
+        Log: Integrate mainline.
+     Branch: perlio
+         +> t/lib/filecomp.t
+         !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
+         !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
+____________________________________________________________________________
 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
         Log: Integrate perlio.
      Branch: perl
@@ -190,9 +1762,10 @@ ____________________________________________________________________________
           ! t/op/cmp.t
 ____________________________________________________________________________
 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
-        Log: It's is not, it isn't ain't, and it's it's, not its, if you mean it
-             is. If you don't, it's its. Then too, it's hers. It isn't her's. It
-             isn't our's either. It's ours, and likewise yours and theirs.
+        Log: It's is not, it isn't ain't, and it's it's, not its,
+             if you mean it is. If you don't, it's its. Then too,
+             it's hers. It isn't her's. It isn't our's either.
+             It's ours, and likewise yours and theirs.
              -- Oxford University Press, Edpress News
      Branch: perl
           ! lib/autouse.pm
@@ -218,7 +1791,9 @@ ____________________________________________________________________________
           ! perl.c t/run/runenv.t
 ____________________________________________________________________________
 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
-        Log: IRIX hints patch from Merijn Broeren.
+        Log: (Retracted by #10375.)
+             
+             IRIX hints patch from Merijn Broeren.
              
              TODO: (this and the earlier Linux hints patch) should be solved
              at Configure level.  Merijn: -ldb should not be used on any platform
@@ -277,7 +1852,9 @@ ____________________________________________________________________________
           ! win32/config.gc win32/config.vc
 ____________________________________________________________________________
 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
-        Log: Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
+        Log: (Retracted by #10375.)
+             
+             Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
      Branch: perl
           ! hints/linux.sh
 ____________________________________________________________________________
@@ -505,12 +2082,17 @@ ____________________________________________________________________________
           ! ext/POSIX/Makefile.PL
 ____________________________________________________________________________
 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
-        Log: Syncing with Test::Harness 1.21, from Michael G Schwern
+        Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 29 May 2001 09:53:29 +0100
+             Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
+             
              (#10280 retracted)
      Branch: perl
           ! lib/Test/Harness.pm t/lib/test-harness.t
 ____________________________________________________________________________
 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
+
         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
              From: Michael G Schwern <schwern@pobox.com>
              Date: Tue, 29 May 2001 09:19:52 +0100