Confused by "#if &__GNUC_PREREQ (2,97)"
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 20475ca..ef824d4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -30,7 +30,4857 @@ or any other branch.
 --------------
 Version v5.7.1         Development release working toward v5.8
 --------------
+____________________________________________________________________________
+[  9761] By: jhi                                   on 2001/04/19  22:59:19
+        Log: More cleanup cleanup.
+     Branch: perl
+          ! Makefile.SH win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9760] By: jhi                                   on 2001/04/19  22:50:31
+        Log: lib/Time is non-empty, let's not rmdir it.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9759] By: jhi                                   on 2001/04/19  22:36:51
+        Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
+             From: Robin Houston <robin@kitsite.com>
+             Date: Fri, 20 Apr 2001 00:18:53 +0100
+             Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9758] By: jhi                                   on 2001/04/19  22:36:00
+        Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
+     Branch: perl
+          ! ext/Cwd/Cwd.xs
+____________________________________________________________________________
+[  9757] By: nick                                  on 2001/04/19  18:53:54
+        Log: Blind (untested) integrate of mainline.
+     Branch: perlio
+         +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
+         +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
+         +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
+         !> (integrate 53 files)
+____________________________________________________________________________
+[  9756] By: jhi                                   on 2001/04/19  16:59:23
+        Log: Document and test Time::Piece.
+     Branch: perl
+          ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
+          ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
+____________________________________________________________________________
+[  9755] By: jhi                                   on 2001/04/19  12:13:29
+        Log: A better fix for the \x{12345678} trouble from NI-S.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  9754] By: jhi                                   on 2001/04/19  11:56:07
+        Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
+             From: Robin Houston <robin@kitsite.com>
+             Date: Wed, 18 Apr 2001 17:58:33 +0100
+             Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm op.c
+____________________________________________________________________________
+[  9753] By: jhi                                   on 2001/04/19  04:21:52
+        Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
+             From: "Kurt D. Starsinic" <kstar@wolfetech.com>
+             Date: Thu, 19 Apr 2001 01:11:41 -0400
+             Message-ID: <20010419011141.A5798@cpan.org>
+     Branch: perl
+          ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
+____________________________________________________________________________
+[  9752] By: jhi                                   on 2001/04/19  02:41:10
+        Log: The new time utils need to be thread-aware, too.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  9751] By: jhi                                   on 2001/04/19  02:26:47
+        Log: Compilation nit noticed by AIX compiler.
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  9750] By: jhi                                   on 2001/04/19  02:20:06
+        Log: The new time utils need to be public.
+     Branch: perl
+          ! embed.pl
+____________________________________________________________________________
+[  9749] By: jhi                                   on 2001/04/19  01:42:39
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9748] By: jhi                                   on 2001/04/19  01:41:10
+        Log: Add Time::Piece, a slight rewrite of Time::Object,
+             from Matt Sergeant.
+     Branch: perl
+          + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
+          + ext/Time/Piece/Piece.xs ext/Time/Piece/README
+          + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
+          ! MANIFEST configure.com djgpp/config.over epoc/config.sh
+          ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9747] By: jhi                                   on 2001/04/19  00:55:35
+        Log: The new metaconfig unit from strftime.
+     Branch: metaconfig/U/perl
+          + d_strftime.U
+____________________________________________________________________________
+[  9746] By: jhi                                   on 2001/04/19  00:54:54
+        Log: Move the strftime() wrapper from POSIX.xs to util.c
+             as my_strftime(), requires HAS_STRFTIME.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
+          ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  9745] By: jhi                                   on 2001/04/18  23:11:03
+        Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
+             in preparation of Time::Piece.
+     Branch: perl
+          ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
+____________________________________________________________________________
+[  9744] By: jhi                                   on 2001/04/18  22:33:12
+        Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/exporter.t
+____________________________________________________________________________
+[  9743] By: jhi                                   on 2001/04/18  22:32:23
+        Log: Subject: Fwd: pod2html leaves cache files lying around?
+             From: Rajesh Vaidheeswarran <rv@gnu.org>
+             Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
+             Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[  9742] By: jhi                                   on 2001/04/18  20:31:49
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9741] By: jhi                                   on 2001/04/18  20:23:02
+        Log: Declare hints only if needed.
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9740] By: jhi                                   on 2001/04/18  19:06:05
+        Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
+             bug noticed by Robin Houston; basically the code of detecting
+             value wraparound was acting differently under different compilers
+             and platforms.  The workaround is to remove the overflow check
+             for now, a real fix would be to do the overflow (portably) right.
+     Branch: perl
+          ! t/op/pat.t utf8.c
+____________________________________________________________________________
+[  9739] By: jhi                                   on 2001/04/18  19:01:23
+        Log: Subject: [PATCH B::Deparse] some pragma support
+             From: Robin Houston <robin@kitsite.com>
+             Date: Wed, 18 Apr 2001 19:32:12 +0100
+             Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9738] By: jhi                                   on 2001/04/18  15:16:37
+        Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
+             From: Benjamin Sugars <bsugars@canoe.ca>
+             Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! t/op/glob.t
+____________________________________________________________________________
+[  9737] By: jhi                                   on 2001/04/18  13:24:50
+        Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
+             Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
+     Branch: perl
+          ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
+          ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
+____________________________________________________________________________
+[  9736] By: jhi                                   on 2001/04/18  04:15:14
+        Log: The #9735 also changes the subtest 12.
+     Branch: perl
+          ! t/lib/b.t
+____________________________________________________________________________
+[  9735] By: jhi                                   on 2001/04/18  03:55:17
+        Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9734] By: jhi                                   on 2001/04/18  03:54:11
+        Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 17 Apr 2001 19:06:45 -0700
+             Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! pp_hot.c t/op/misc.t
+____________________________________________________________________________
+[  9733] By: jhi                                   on 2001/04/17  22:25:22
+        Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
+             From: "Abigail" <abigail@foad.org>
+             Date: Wed, 18 Apr 2001 01:17:46 +0200
+             Message-ID: <20010417231746.21657.qmail@foad.org>
+     Branch: perl
+          ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
+____________________________________________________________________________
+[  9732] By: jhi                                   on 2001/04/17  20:47:56
+        Log: Subject: Re: Deparse - parenthesise args to undeclared subs
+             From: Robin Houston <robin@kitsite.com>
+             Date: Tue, 17 Apr 2001 22:37:42 +0100
+             Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9731] By: nick                                  on 2001/04/17  20:46:35
+        Log: Re-sync for t/lib/b.t fix
+     Branch: perlio
+         !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
+____________________________________________________________________________
+[  9730] By: jhi                                   on 2001/04/17  20:45:29
+        Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
+             From: Robin Houston <robin@kitsite.com>
+             Date: Tue, 17 Apr 2001 22:29:36 +0100
+             Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B.xs ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9729] By: jhi                                   on 2001/04/17  20:43:11
+        Log: Subject: Deparse - parenthesise args to undeclared subs
+             From: Robin Houston <robin@kitsite.com>
+             Date: Tue, 17 Apr 2001 21:31:05 +0100
+             Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9728] By: jhi                                   on 2001/04/17  18:57:30
+        Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
+             From: Benjamin Sugars <ben.sugars@home.com>
+             Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9727] By: jhi                                   on 2001/04/17  18:20:20
+        Log: Subject: [PATCH B::Deparse] ambient pragmas
+             From: Robin Houston <robin@kitsite.com>
+             Date: Tue, 17 Apr 2001 20:01:59 +0100
+             Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm t/lib/b.t
+____________________________________________________________________________
+[  9726] By: nick                                  on 2001/04/17  16:33:51
+        Log: Integrate mainline (t/lib/b.t fails test 2...)
+     Branch: perlio
+         +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
+         +> ext/List/Util/README ext/List/Util/Util.xs
+         +> ext/List/Util/lib/List/Util.pm
+         +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
+         +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
+         +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
+         +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
+         +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
+         !> (integrate 31 files)
+____________________________________________________________________________
+[  9725] By: jhi                                   on 2001/04/17  12:14:24
+        Log: Subject: multiple B::* changes
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 12 Apr 2001 20:12:27 +0100
+             Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
+____________________________________________________________________________
+[  9724] By: jhi                                   on 2001/04/17  11:59:05
+        Log: Thread-awareness from Doug MacEachern.
+     Branch: perl
+          ! ext/List/Util/Util.xs
+____________________________________________________________________________
+[  9723] By: jhi                                   on 2001/04/17  11:57:41
+        Log: Make the test more portable.
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9722] By: jhi                                   on 2001/04/17  11:53:50
+        Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
+             From: Benjamin Sugars <ben.sugars@home.com>
+             Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9721] By: jhi                                   on 2001/04/17  11:52:17
+        Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
+             From: Benjamin Sugars <bsugars@canoe.ca>
+             Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  9720] By: jhi                                   on 2001/04/17  11:35:42
+        Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Tue, 17 Apr 2001 00:30:49 -0400
+             Message-Id: <p05100207b701768712de@[10.0.1.177]>
+     Branch: perl
+          ! ext/File/Glob/bsd_glob.c gv.c
+____________________________________________________________________________
+[  9719] By: jhi                                   on 2001/04/17  11:32:13
+        Log: Subject: [PATCH] Tweten->West
+             From: Casey West <casey@geeknest.com>
+             Date: Mon, 16 Apr 2001 12:11:22 -0400
+             Message-ID: <20010416121122.B14554@stupid.geeknest.com>
+     Branch: perl
+          ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
+          ! pod/perltie.pod
+____________________________________________________________________________
+[  9718] By: jhi                                   on 2001/04/16  03:22:52
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9717] By: jhi                                   on 2001/04/16  03:06:28
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9716] By: jhi                                   on 2001/04/16  02:58:42
+        Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
+             Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[  9715] By: jhi                                   on 2001/04/15  23:40:35
+        Log: Subject: Re: Net::Ping patch, adds stream protocol
+             From: bronson@rinspin.com (Scott Bronson)
+             Date: Tue, 10 Apr 2001 23:58:33 -0700
+             Message-ID: <20010410235833.N29719@rinspin.com>
+     Branch: perl
+          ! lib/Net/Ping.pm
+____________________________________________________________________________
+[  9714] By: jhi                                   on 2001/04/15  23:31:46
+        Log: Printing out the ok messages helps successful testing.
+     Branch: perl
+          ! t/lib/time-hires.t
+____________________________________________________________________________
+[  9713] By: jhi                                   on 2001/04/15  21:43:24
+        Log: Update Douglas Wegscheid's email.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[  9712] By: jhi                                   on 2001/04/15  21:40:41
+        Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 14 Apr 2001 22:40:50 +0100
+             Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
+     Branch: perl
+          + t/lib/exporter.t
+          ! MANIFEST lib/Exporter/Heavy.pm
+____________________________________________________________________________
+[  9711] By: jhi                                   on 2001/04/15  21:39:21
+        Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 14 Apr 2001 22:13:59 +0100
+             Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
+     Branch: perl
+          ! t/op/loopctl.t
+____________________________________________________________________________
+[  9710] By: jhi                                   on 2001/04/15  21:30:19
+        Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 14 Apr 2001 22:05:32 +0100
+             Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
+     Branch: perl
+          ! t/pragma/warnings.t
+____________________________________________________________________________
+[  9709] By: jhi                                   on 2001/04/15  19:34:09
+        Log: Integrate changes #9706,9707 from maintperl into mainline.
+             
+             change#7210 broke .packlist generation
+             
+             ExtUtils::Installed doesn't quote regex metacharacters in paths
+             before using them in match; also make it work for dosish platforms
+     Branch: perl
+         !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+____________________________________________________________________________
+[  9708] By: jhi                                   on 2001/04/15  19:31:01
+        Log: Test also the scalar aspect of getitimer().
+     Branch: perl
+          ! t/lib/time-hires.t
+____________________________________________________________________________
+[  9707] By: gsar                                  on 2001/04/15  17:24:20
+        Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
+             before using them in match; also make it work for dosish platforms
+     Branch: maint-5.6/perl
+          ! lib/ExtUtils/Installed.pm
+____________________________________________________________________________
+[  9706] By: gsar                                  on 2001/04/15  17:21:59
+        Log: change#7210 broke .packlist generation (listed only filename
+             rather than fully qualified path name)
+     Branch: maint-5.6/perl
+          ! lib/ExtUtils/Install.pm
+____________________________________________________________________________
+[  9705] By: jhi                                   on 2001/04/15  12:36:33
+        Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
+          ! t/lib/time-hires.t
+____________________________________________________________________________
+[  9704] By: jhi                                   on 2001/04/15  10:49:08
+        Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
+             Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
+     Branch: perl
+          ! lib/utf8.pm pod/perlebcdic.pod
+____________________________________________________________________________
+[  9703] By: jhi                                   on 2001/04/15  02:26:26
+        Log: I keep forgetting to sort MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  9702] By: jhi                                   on 2001/04/15  02:07:47
+        Log: Add Scalar-List-Utils 1.02, from Graham Barr.
+             Now we have blessed, reftype, tainted, first, reduce, ...
+     Branch: perl
+          + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
+          + ext/List/Util/README ext/List/Util/Util.xs
+          + ext/List/Util/lib/List/Util.pm
+          + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
+          + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
+          + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
+          + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
+          + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9701] By: jhi                                   on 2001/04/14  15:05:25
+        Log: Subject: RE: dprofpp.pl updates 
+             From: Carl Eklof <CEklof@endeca.com>
+             Date: Thu, 12 Apr 2001 18:45:46 -0400
+             Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
+     Branch: perl
+          ! utils/dprofpp.PL
+____________________________________________________________________________
+[  9700] By: jhi                                   on 2001/04/14  14:44:55
+        Log: Do not just blindly add CR.
+     Branch: perl
+          ! Porting/makerel
+____________________________________________________________________________
+[  9699] By: jhi                                   on 2001/04/13  13:17:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9698] By: jhi                                   on 2001/04/13  12:44:48
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/PerlIO/Scalar/Scalar.xs
+____________________________________________________________________________
+[  9697] By: jhi                                   on 2001/04/13  12:29:15
+        Log: Add more debug output to the test.
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9696] By: nick                                  on 2001/04/13  10:14:29
+        Log: Fix core dump on binmode($fh,'Scalar')
+     Branch: perlio
+          ! ext/PerlIO/Scalar/Scalar.xs
+____________________________________________________________________________
+[  9695] By: nick                                  on 2001/04/13  09:05:42
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+         +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+         +> t/lib/time-hires.t
+         !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
+         !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
+         !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
+         !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
+         !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
+         !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
+         !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9694] By: jhi                                   on 2001/04/12  22:23:35
+        Log: Integrate change #9693 from maintperl into mainline.
+             
+             $VERSION and Version() on the same line provokes a warning from
+             CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
+     Branch: perl
+         !> lib/Devel/SelfStubber.pm
+____________________________________________________________________________
+[  9693] By: gsar                                  on 2001/04/12  21:55:56
+        Log: $VERSION and Version() on the same line provokes a warning from
+             CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
+     Branch: maint-5.6/perl
+          ! lib/Devel/SelfStubber.pm
+____________________________________________________________________________
+[  9692] By: jhi                                   on 2001/04/12  13:54:00
+        Log: This is at least 5.005.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[  9691] By: jhi                                   on 2001/04/12  13:37:20
+        Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
+     Branch: perl
+          ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9690] By: jhi                                   on 2001/04/12  01:34:46
+        Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
+     Branch: perl
+          + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+          + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+          + t/lib/time-hires.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9689] By: jhi                                   on 2001/04/12  00:28:39
+        Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 11 Apr 2001 16:36:11 -0700
+             Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
+____________________________________________________________________________
+[  9688] By: jhi                                   on 2001/04/12  00:27:39
+        Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 11 Apr 2001 11:13:24 -0700
+             Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! ext/MIME/Base64/Base64.xs
+____________________________________________________________________________
+[  9687] By: jhi                                   on 2001/04/11  19:51:47
+        Log: Slight update on the Todo list.  (Should integrate to Todo?) 
+     Branch: perl
+          ! Todo-5.6
+____________________________________________________________________________
+[  9686] By: jhi                                   on 2001/04/11  16:54:25
+        Log: Subject: [PATCH opcode.pl] Documentation of table format
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Wed, 11 Apr 2001 12:59:31 +0100
+             Message-ID: <20010411125931.A25681@netthink.co.uk>
+     Branch: perl
+          ! opcode.pl
+____________________________________________________________________________
+[  9685] By: jhi                                   on 2001/04/11  16:53:15
+        Log: Subject: [PATCH] prototype("CORE::recv")
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Wed, 11 Apr 2001 13:24:35 +0100
+             Message-ID: <20010411132435.A26169@netthink.co.uk>
+     Branch: perl
+          ! pp.c t/comp/proto.t
+____________________________________________________________________________
+[  9684] By: jhi                                   on 2001/04/11  16:47:13
+        Log: FAQ (and AUTHORS) update from Dan Carson: the information
+             was several years obsolete, Term::Readkey has been updated
+             to have the functionality.
+     Branch: perl
+          ! AUTHORS pod/perlfaq5.pod
+____________________________________________________________________________
+[  9683] By: jhi                                   on 2001/04/11  12:15:46
+        Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
+             From: Calle Dybedahl <calle@lysator.liu.se>
+             Date: 10 Apr 2001 16:44:16 +0200
+             Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
+     Branch: perl
+          ! ext/MIME/Base64/Base64.xs
+____________________________________________________________________________
+[  9682] By: jhi                                   on 2001/04/11  12:12:26
+        Log: A more minimal fix for 20010410.006 from Hugo.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[  9681] By: jhi                                   on 2001/04/11  11:34:23
+        Log: Integrate changes #9678,9679 from maintline into mainperl.
+             
+             addendum to change#9676
+             
+             up $File::Glob::VERSION; add a note pointing out the version of
+             the OpenBSD glob bsd_glob.c resembles
+     Branch: perl
+         !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
+         !> ext/File/Glob/bsd_glob.h
+____________________________________________________________________________
+[  9680] By: jhi                                   on 2001/04/11  11:30:38
+        Log: Bad test numbering in integrate in #9677.
+             Fixes ID 20010411.001.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[  9679] By: gsar                                  on 2001/04/11  03:38:40
+        Log: up $File::Glob::VERSION; add a note pointing out the version of
+             the OpenBSD glob bsd_glob.c resembles
+     Branch: maint-5.6/perl
+          ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
+          ! ext/File/Glob/bsd_glob.h
+____________________________________________________________________________
+[  9678] By: gsar                                  on 2001/04/11  03:09:48
+        Log: addendum to change#9676: some missing changes from OpenBSD glob.c
+             revision 1.8.10.1 found here:
+             
+             http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
+     Branch: maint-5.6/perl
+          ! ext/File/Glob/bsd_glob.c
+____________________________________________________________________________
+[  9677] By: jhi                                   on 2001/04/11  02:54:39
+        Log: Integrate changes #9675,9676 from maintperl into mainline.
+             
+             fix for bug 20010410.006, undo change#7115
+             
+             port the OpenBSD glob() security patch
+     Branch: perl
+         !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
+         !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
+         !> t/op/pat.t
+____________________________________________________________________________
+[  9676] By: gsar                                  on 2001/04/11  02:19:02
+        Log: port the glob() security patch found at:
+             
+             ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
+             
+             CERT advisory for the issue is here:
+             
+             http://www.cert.org/advisories/CA-2001-07.html
+             
+             Note that the security scare is only relevant for those who are
+             foolish enough to build suidperl (which is now officially discouraged)
+     Branch: maint-5.6/perl
+          ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
+          ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
+____________________________________________________________________________
+[  9675] By: gsar                                  on 2001/04/10  23:52:11
+        Log: fix for bug 20010410.006
+             
+             undo change#7115 (came into maint-5.6 as change#8156)
+             
+             add tests to keep it from coming back
+     Branch: maint-5.6/perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[  9674] By: nick                                  on 2001/04/10  20:39:31
+        Log: Integrate mainline
+     Branch: perlio
+         +> Porting/testall.atom
+         !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
+         !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
+         !> t/lib/lc-uk.t t/pod/find.t
+____________________________________________________________________________
+[  9673] By: nick                                  on 2001/04/10  18:46:14
+        Log: Integrate against change 9670 aka perl-5.7.1
+     Branch: perlio
+         +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
+         !> (integrate 53 files)
+____________________________________________________________________________
+[  9672] By: jhi                                   on 2001/04/10  13:45:01
+        Log: Add a script for doing cumulative profile of the test suite.
+             (Requires ATOM, that is, Tru64.)
+     Branch: perl
+          + Porting/testall.atom
+          ! MANIFEST
+____________________________________________________________________________
+[  9671] By: jhi                                   on 2001/04/10  12:38:53
+        Log: Missing std block.
+     Branch: perl
+          ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
+          ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
+          ! t/pod/find.t
+____________________________________________________________________________
+[  9670] By: jhi                                   on 2001/04/10  01:25:58
+        Log: This is 5.7.1.
+     Branch: perl
+          ! patchlevel.h
+____________________________________________________________________________
+[  9669] By: jhi                                   on 2001/04/10  01:09:14
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9668] By: jhi                                   on 2001/04/10  01:00:38
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9667] By: jhi                                   on 2001/04/10  00:52:16
+        Log: Update perlhist.
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[  9666] By: jhi                                   on 2001/04/09  23:38:59
+        Log: Slight wording tweaks from Damian to #9658.
+     Branch: perl
+          ! pod/perlobj.pod
+____________________________________________________________________________
+[  9665] By: jhi                                   on 2001/04/09  19:56:06
+        Log: Subject: [PATCH perlutil.pod] Nit
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Mon, 9 Apr 2001 20:29:44 +0100
+             Message-ID: <20010409202944.A14796@the.earth.li>
+     Branch: perl
+          ! pod/perlutil.pod
+____________________________________________________________________________
+[  9664] By: jhi                                   on 2001/04/09  19:54:42
+        Log: Subject: Re: perl571delta.pod@9631
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Mon, 09 Apr 2001 18:09:14 +0100
+             Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perl571delta.pod
+____________________________________________________________________________
+[  9663] By: jhi                                   on 2001/04/09  13:43:35
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9662] By: jhi                                   on 2001/04/09  13:24:46
+        Log: tweak tweak.
+     Branch: perl
+          ! AUTHORS pod/perl571delta.pod
+____________________________________________________________________________
+[  9661] By: jhi                                   on 2001/04/09  13:15:13
+        Log: Thinko in manual patch applying.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  9660] By: jhi                                   on 2001/04/09  13:07:53
+        Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
+             From: Robin Barker <rmb1@cise.npl.co.uk> 
+             Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
+             Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
+             
+             (This corrects the case where the "isn't numeric" string contains \0s
+             and is longer than the temporary buffer, and contains \0 at the point
+             the string would be truncated by "...".) 
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  9659] By: jhi                                   on 2001/04/09  12:57:41
+        Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
+          ! t/lib/cgi-function.t t/lib/cgi-html.t
+____________________________________________________________________________
+[  9658] By: jhi                                   on 2001/04/09  12:48:47
+        Log: Subject: [PATCH] Partial rewrite of perlobj.pod
+             From: Ilmari Karonen <iltzu@sci.fi>
+             Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
+             Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
+             
+             Rearrange and rewrite the Method Invocation section
+             to explain the concepts in nicer order.
+     Branch: perl
+          ! pod/perlobj.pod
+____________________________________________________________________________
+[  9657] By: jhi                                   on 2001/04/09  12:35:58
+        Log: Upgrade to podlators 1.09, from Russ Allbery.
+     Branch: perl
+          ! lib/Pod/Man.pm lib/Pod/Text.pm
+____________________________________________________________________________
+[  9656] By: jhi                                   on 2001/04/09  12:31:53
+        Log: perl571delta.
+     Branch: perl
+          ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
+____________________________________________________________________________
+[  9655] By: jhi                                   on 2001/04/09  12:20:09
+        Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
+             From: Prymmer/Kahn <pvhp@best.com>
+             Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
+             Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
+     Branch: perl
+          ! lib/utf8.pm pod/perlunicode.pod
+____________________________________________________________________________
+[  9654] By: gsar                                  on 2001/04/09  03:38:33
+        Log: here lies 5.6.1
+     Branch: maint-5.6/perl
+          ! Changes
+____________________________________________________________________________
+[  9653] By: jhi                                   on 2001/04/09  03:25:24
+        Log: Update perlhist.
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[  9652] By: jhi                                   on 2001/04/09  03:18:49
+        Log: perl571delta tweaking continues.
+     Branch: perl
+          ! pod/perl571delta.pod
+____________________________________________________________________________
+[  9651] By: gsar                                  on 2001/04/09  03:11:19
+        Log: update Changes, patchlevel.h &c.
+     Branch: maint-5.6/perl
+          ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9650] By: jhi                                   on 2001/04/09  02:40:24
+        Log: Integrate the perlfork half of #9513 from maintperl into mainline
+             (the perlunicode half is obsolete)
+     Branch: perl
+          ! pod/perlfork.pod
+____________________________________________________________________________
+[  9649] By: gsar                                  on 2001/04/09  02:35:43
+        Log: tweak perldelta as suggested by Jarkko
+     Branch: maint-5.6/perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[  9648] By: jhi                                   on 2001/04/09  02:13:04
+        Log: Integrate change #9646 from maintperl into mainline.
+             
+             add note about ithreads and Thread.pm
+     Branch: perl
+         !> ext/Thread/Thread.pm ext/Thread/Thread.xs
+____________________________________________________________________________
+[  9647] By: jhi                                   on 2001/04/09  02:10:18
+        Log: Bad assumption that shortsize == 2.
+     Branch: perl
+          ! t/lib/xs-typemap.t
+____________________________________________________________________________
+[  9646] By: gsar                                  on 2001/04/09  00:48:04
+        Log: add note about ithreads and Thread.pm (too many people are
+             confused by the fact that Thread.pm is built and installed
+             under non-5005threads but doesn't work)
+     Branch: maint-5.6/perl
+          ! ext/Thread/Thread.pm ext/Thread/Thread.xs
+____________________________________________________________________________
+[  9645] By: gsar                                  on 2001/04/09  00:19:03
+        Log: update perldelta.pod for changes in 5.6.1
+     Branch: maint-5.6/perl
+          ! Changes pod/perldelta.pod
+____________________________________________________________________________
+[  9644] By: jhi                                   on 2001/04/08  20:37:00
+        Log: Integrate change #9639 from maintperl into mainline:
+             on windows, many of the README.* pods were being copied to
+             the wrong location
+     Branch: perl
+         !> win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9643] By: jhi                                   on 2001/04/08  20:07:11
+        Log: Integrate change #9624 from maintperl into mainline:
+             the pod tests were not okay.  (t/pod/find.t changes ignored)
+     Branch: perl
+         !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
+         !> t/pod/include.t t/pod/included.t t/pod/lref.t
+         !> t/pod/multiline_items.t t/pod/nested_items.t
+         !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
+         !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
+____________________________________________________________________________
+[  9642] By: jhi                                   on 2001/04/08  19:57:17
+        Log: Integrate change #9638 from maintperl into mainline:
+             update to latest JPL from the anoncvs repository
+     Branch: perl
+         +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
+         !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
+         !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
+____________________________________________________________________________
+[  9641] By: jhi                                   on 2001/04/08  19:53:30
+        Log: perl571delta updates.
+     Branch: perl
+          ! lib/Filter/Simple.pm pod/perl571delta.pod
+____________________________________________________________________________
+[  9640] By: gsar                                  on 2001/04/08  19:20:46
+        Log: integrate change#9634 from mainline
+             
+             Fix the perlmodlib generation (didn't understand separate .pod
+             files; didn't understand -- as the name-thing separator).
+             Update the CPAN mirrors list.
+     Branch: maint-5.6/perl
+          ! pod/perlmodlib.pod
+         !> pod/perlmodlib.PL
+____________________________________________________________________________
+[  9639] By: gsar                                  on 2001/04/08  18:57:31
+        Log: on windows, many of the README.* pods were being copied to the wrong
+             location
+     Branch: maint-5.6/perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9638] By: gsar                                  on 2001/04/08  18:38:25
+        Log: update to latest JPL from the anoncvs repository
+     Branch: maint-5.6/perl
+          + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
+          ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
+          ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
+____________________________________________________________________________
+[  9637] By: jhi                                   on 2001/04/08  17:53:53
+        Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
+     Branch: perl
+          ! pod/perl571delta.pod
+____________________________________________________________________________
+[  9636] By: jhi                                   on 2001/04/08  17:18:32
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9635] By: jhi                                   on 2001/04/08  17:16:33
+        Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 08 Apr 2001 12:30:16 -0500
+             Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
+     Branch: perl
+          ! ext/IO/IO.xs lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[  9634] By: jhi                                   on 2001/04/08  17:09:19
+        Log: Fix the perlmodlib generation (didn't understand separate .pod
+             files; didn't understand -- as the name-thing separator).
+             
+             Update the CPAN mirrors list.
+     Branch: perl
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
+____________________________________________________________________________
+[  9633] By: jhi                                   on 2001/04/08  16:49:17
+        Log: Sort MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  9632] By: gsar                                  on 2001/04/08  16:36:06
+        Log: add $Tie::RefHash::VERSION
+     Branch: maint-5.6/perl
+          ! lib/Tie/RefHash.pm
+____________________________________________________________________________
+[  9631] By: jhi                                   on 2001/04/08  16:10:15
+        Log: perl571delta updates based on p5p feedback; still needs
+             lots of examples.
+     Branch: perl
+          ! pod/perl571delta.pod
+____________________________________________________________________________
+[  9630] By: jhi                                   on 2001/04/08  15:59:13
+        Log: Update the list of supported platforms to talk about 5.7.1
+             (and 5.6.1)
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[  9629] By: jhi                                   on 2001/04/08  15:55:41
+        Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
+             from maintperl into mainline: perlport updates.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[  9628] By: jhi                                   on 2001/04/08  15:53:17
+        Log: perlsolaris.pod copied to wrong directory.
+     Branch: perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9627] By: jhi                                   on 2001/04/08  14:48:18
+        Log: Subject: Typos in perl571delta.pod
+             From: "Stephen P. Potter" <spp@spotter.yi.org>
+             Date: Sat, 07 Apr 2001 20:37:05 -0400
+             Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
+     Branch: perl
+          ! pod/perl571delta.pod
+____________________________________________________________________________
+[  9626] By: jhi                                   on 2001/04/08  14:39:04
+        Log: Smoke out dTHR, spotted by by Stephen P. Potter.
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[  9625] By: nick                                  on 2001/04/08  10:14:23
+        Log: Integrate mainline
+     Branch: perlio
+         +> pod/perl570delta.pod pod/perl571delta.pod
+         !> (integrate 27 files)
+____________________________________________________________________________
+[  9624] By: gsar                                  on 2001/04/08  06:08:17
+        Log: test in t/pod/* were busted
+             
+             these tests are still not enabled in t/{harness,TEST}
+     Branch: maint-5.6/perl
+          ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
+          ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
+          ! t/pod/multiline_items.t t/pod/nested_items.t
+          ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
+          ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
+____________________________________________________________________________
+[  9623] By: gsar                                  on 2001/04/08  03:37:01
+        Log: integrate change#9470 from mainline
+             
+             Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
+     Branch: maint-5.6/perl
+         !> ext/Socket/Socket.xs
+____________________________________________________________________________
+[  9622] By: jhi                                   on 2001/04/07  22:40:47
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9621] By: jhi                                   on 2001/04/07  22:34:16
+        Log: Update AUTHORS.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[  9620] By: jhi                                   on 2001/04/07  22:12:47
+        Log: Forgot to bump the number of tests in #9164.
+     Branch: perl
+          ! t/op/array.t
+____________________________________________________________________________
+[  9619] By: jhi                                   on 2001/04/07  22:09:50
+        Log: Bump patchlevel to 5.7.1.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH patchlevel.h
+____________________________________________________________________________
+[  9618] By: jhi                                   on 2001/04/07  22:02:41
+        Log: Populate perl571delta.
+     Branch: perl
+          ! pod/perl571delta.pod
+____________________________________________________________________________
+[  9617] By: jhi                                   on 2001/04/07  22:01:23
+        Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
+             to forget it later; do not change patchlevel.h yet or regenerate
+             Configure yet.
+     Branch: perl
+          ! epoc/config.sh win32/Makefile win32/config_H.bc
+          ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
+____________________________________________________________________________
+[  9616] By: jhi                                   on 2001/04/07  17:46:33
+        Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
+     Branch: perl
+          ! pod/perl571delta.pod
+____________________________________________________________________________
+[  9615] By: jhi                                   on 2001/04/07  17:33:21
+        Log: Change the toc configuration.
+     Branch: perl
+          ! pod/buildtoc.PL pod/perl.pod
+____________________________________________________________________________
+[  9614] By: jhi                                   on 2001/04/07  17:29:47
+        Log: Subject: PATCH: $[
+             From: Robin Houston <robin@kitsite.com>
+             Date: Fri, 6 Apr 2001 18:10:14 +0100
+             Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! op.c t/op/array.t
+____________________________________________________________________________
+[  9613] By: jhi                                   on 2001/04/07  17:28:26
+        Log: Subject: [PATCH perl@9424] isn't numeric warning
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
+             Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
+     Branch: perl
+          ! sv.c t/pragma/warn/sv
+____________________________________________________________________________
+[  9612] By: jhi                                   on 2001/04/07  17:26:45
+        Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 06 Apr 2001 12:47:06 +0100
+             Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
+     Branch: perl
+          ! dump.c t/lib/peek.t
+____________________________________________________________________________
+[  9611] By: jhi                                   on 2001/04/07  17:21:35
+        Log: Create perl571delta and seed it off with the perldelta changes
+             since 5.7.0; remove those changes from perldelta and rename it
+             as perl570delta; recreate perldelta but leave it almost empty.
+     Branch: perl
+          + pod/perl570delta.pod pod/perl571delta.pod
+          ! MANIFEST pod/perldelta.pod
+____________________________________________________________________________
+[  9610] By: jhi                                   on 2001/04/07  16:56:32
+        Log: Denit.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[  9609] By: jhi                                   on 2001/04/07  16:38:32
+        Log: Retract #9523: needs more thought.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9608] By: jhi                                   on 2001/04/07  14:59:20
+        Log: atmark() code cleanaup.
+     Branch: perl
+          ! ext/IO/IO.xs
+____________________________________________________________________________
+[  9607] By: jhi                                   on 2001/04/07  14:48:14
+        Log: Integrate change #9605 from maintperl into mainline.
+             
+             can't optimize away scope entry if tr/// is present
+     Branch: perl
+         !> op.c t/op/tr.t
+____________________________________________________________________________
+[  9606] By: jhi                                   on 2001/04/07  14:43:59
+        Log: Integrate perlio.
+     Branch: perl
+         +> win32/FindExt.pm
+         !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
+         !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
+____________________________________________________________________________
+[  9605] By: gsar                                  on 2001/04/07  11:52:40
+        Log: can't optimize away scope entry if tr/// is present
+     Branch: maint-5.6/perl
+          ! op.c t/op/tr.t
+____________________________________________________________________________
+[  9604] By: nick                                  on 2001/04/07  11:39:45
+        Log: Split out extension finding code from buildext.pl into FindExt.pm
+             Use it to get Config.pm's idea of available extensions in line
+             with what is built.
+     Branch: perlio
+          + win32/FindExt.pm
+          ! MANIFEST win32/buildext.pl win32/config_sh.PL
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9603] By: nick                                  on 2001/04/07  09:11:38
+        Log: Cleanup correction for failed :Via() layer, also set an error code.
+     Branch: perlio
+          ! ext/PerlIO/Via/Via.xs
+____________________________________________________________________________
+[  9602] By: nick                                  on 2001/04/07  08:38:04
+        Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
+             style. So don't use binmode() on the handles so that Win32 etc. see
+             same sequence and produce same digests.
+     Branch: perlio
+          ! t/lib/md5-file.t
+____________________________________________________________________________
+[  9601] By: nick                                  on 2001/04/07  08:36:26
+        Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
+             Else it complains and so crlf layer (say) does not get pushed.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[  9600] By: jhi                                   on 2001/04/06  23:00:09
+        Log: Integrate change #9599 from perlio into mainline.
+     Branch: perl
+         !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
+         !> win32/config_H.vc
+____________________________________________________________________________
+[  9599] By: nick                                  on 2001/04/06  21:42:43
+        Log: Quote $VERSION in Encode.pm.
+             regen_config_h as requested.
+     Branch: perlio
+          ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc
+____________________________________________________________________________
+[  9598] By: nick                                  on 2001/04/06  20:34:59
+        Log: Integrate mainline
+     Branch: perlio
+         +> README.macos
+         !> (integrate 39 files)
+____________________________________________________________________________
+[  9597] By: gsar                                  on 2001/04/06  18:06:35
+        Log: integrate change#9464 from mainline (addendum to change#8313)
+             
+             Subject: [PATCH @9452] Better peep()ing for foreach() loops
+     Branch: maint-5.6/perl
+         !> op.c
+____________________________________________________________________________
+[  9596] By: jhi                                   on 2001/04/06  17:26:03
+        Log: The d_casti32=undef is good for you even when not use64bitall.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[  9595] By: gsar                                  on 2001/04/06  14:57:17
+        Log: add a low-impact fix to accomodate darwin-ism
+     Branch: maint-5.6/perl
+          ! ext/Errno/Errno_pm.PL
+____________________________________________________________________________
+[  9594] By: jhi                                   on 2001/04/06  14:55:14
+        Log: Integrate changes #9528,9593 from mainline into maintperl;
+             tweaking the editor/IDE/shell list.
+     Branch: maint-5.6/perl
+         !> pod/perlfaq3.pod
+____________________________________________________________________________
+[  9593] By: jhi                                   on 2001/04/06  14:51:39
+        Log: Make the editor/IDE/shell list a little bit airier.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  9592] By: gsar                                  on 2001/04/06  14:45:18
+        Log: integrate change#9477 from mainline (base.pm doc tweak)
+             
+             missing doc entry for fmod()
+     Branch: maint-5.6/perl
+          ! lib/Math/BigFloat.pm
+         !> lib/base.pm
+____________________________________________________________________________
+[  9591] By: jhi                                   on 2001/04/06  13:55:48
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9590] By: jhi                                   on 2001/04/06  13:54:52
+        Log: Math::BigFloat patches from John Peacock.  The equivalent
+             of #9586 from maintperl but reworked by John to work with
+             the bleadperl.
+     Branch: perl
+          ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
+____________________________________________________________________________
+[  9589] By: jhi                                   on 2001/04/06  13:42:23
+        Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
+     Branch: perl
+          ! ext/Digest/MD5/Makefile.PL
+____________________________________________________________________________
+[  9588] By: jhi                                   on 2001/04/06  13:31:45
+        Log: Integrate changes #9584,9587 from maintperl into mainline.
+             
+             keep eval"" CVs alive until the end of the statement in which
+             they're called
+             
+             add README.macos (from Chris Nandor)
+             
+             tyop in change#9555
+     Branch: perl
+         +> README.macos
+         !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
+         !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
+         !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
+         !> win32/makefile.mk
+____________________________________________________________________________
+[  9587] By: gsar                                  on 2001/04/06  07:31:30
+        Log: add README.macos (from Chris Nandor)
+             
+             tyop in change#9555
+     Branch: maint-5.6/perl
+          + README.macos
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9586] By: gsar                                  on 2001/04/06  07:08:54
+        Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
+     Branch: maint-5.6/perl
+          ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
+____________________________________________________________________________
+[  9585] By: gsar                                  on 2001/04/06  06:58:44
+        Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
+             from mainline
+             
+             Subject: [PATCH] Base64 update to perlfaq9.pod
+             
+             Subject: [PATCH AUTHORS] Housekeeping
+             
+             Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
+             Mac OS X (Darwin) has extra pwent fields.
+             
+             Subject: [PATCH B::*] print control-character vars readably
+             Needs EBCDICification.
+             
+             Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
+             
+             Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
+             
+             Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
+             
+             Subject: [PATCH B::Deparse] binmode is no longer an UNOP
+             
+             Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
+             
+             Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
+             
+             Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
+             
+             Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
+             
+             FreeBSD hints tweak from Anton Berezin.
+             
+             Subject: [PATCH foolperl & bleadperl] README.vms update
+             
+             Subject: Re: [PATCH foolperl & bleadperl] README.vms update
+     Branch: maint-5.6/perl
+         !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
+         !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
+         !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
+____________________________________________________________________________
+[  9584] By: gsar                                  on 2001/04/06  04:09:00
+        Log: keep eval"" CVs alive until the end of the statement in which
+             they're called; this avoids a coredump ensuing from search for
+             lexicals in code such as:
+             
+             sub bug {
+             my $s = @_;
+             eval q[sub { eval 'sub { &$s }' }];
+             }
+             bug("x")->()->();
+             
+             this code still doesn't work as intended (as it has remained
+             since time immemorial), but it doesn't provoke a coredump anymore
+     Branch: maint-5.6/perl
+          ! embed.h embed.pl global.sym objXSUB.h perlapi.c
+          ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
+____________________________________________________________________________
+[  9583] By: jhi                                   on 2001/04/05  23:52:51
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9582] By: jhi                                   on 2001/04/05  23:11:23
+        Log: Slight doc tweak.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[  9581] By: jhi                                   on 2001/04/05  23:04:11
+        Log: Integrate perlio.
+     Branch: perl
+         !> pod/perlunicode.pod
+____________________________________________________________________________
+[  9580] By: jhi                                   on 2001/04/05  23:03:29
+        Log: Test for #9579.
+     Branch: perl
+          ! t/op/do.t
+____________________________________________________________________________
+[  9579] By: jhi                                   on 2001/04/05  22:54:17
+        Log: Subject: [PATCH] Propagate calling context for do '...'
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 04 Apr 2001 20:17:29 -0700
+             Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! pod/perlfunc.pod pp_ctl.c
+____________________________________________________________________________
+[  9578] By: jhi                                   on 2001/04/05  22:52:51
+        Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
+     Branch: perl
+          ! README.vms
+____________________________________________________________________________
+[  9577] By: jhi                                   on 2001/04/05  22:48:22
+        Log: Subject: [PATCH foolperl & bleadperl] README.vms update
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 5 Apr 2001 13:43:28 -0500
+             Message-Id: <p04330101b6f269936918@[172.16.52.1]>
+     Branch: perl
+          ! README.vms
+____________________________________________________________________________
+[  9576] By: jhi                                   on 2001/04/05  22:31:38
+        Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 5 Apr 2001 21:53:21 +0100
+             Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
+     Branch: perl
+          ! lib/base.pm t/lib/fields.t
+____________________________________________________________________________
+[  9575] By: jhi                                   on 2001/04/05  22:26:10
+        Log: FreeBSD hints tweak from Anton Berezin.
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[  9574] By: jhi                                   on 2001/04/05  22:24:03
+        Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
+             Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! t/op/oct.t
+____________________________________________________________________________
+[  9573] By: jhi                                   on 2001/04/05  22:23:06
+        Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
+             Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
+             From: David Dyck <dcd@tc.fluke.com>
+             Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9572] By: jhi                                   on 2001/04/05  22:14:47
+        Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 5 Apr 2001 20:56:48 +0100
+             Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9571] By: jhi                                   on 2001/04/05  22:12:53
+        Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 5 Apr 2001 19:55:51 +0100
+             Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9570] By: jhi                                   on 2001/04/05  22:11:06
+        Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 5 Apr 2001 20:16:29 +0100
+             Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9569] By: nick                                  on 2001/04/05  21:32:26
+        Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
+     Branch: perlio
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[  9568] By: nick                                  on 2001/04/05  19:38:09
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
+         !> (integrate 35 files)
+____________________________________________________________________________
+[  9567] By: jhi                                   on 2001/04/05  18:31:45
+        Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 5 Apr 2001 18:03:23 +0100
+             Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9566] By: jhi                                   on 2001/04/05  18:29:35
+        Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 5 Apr 2001 16:45:18 +0100
+             Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
+____________________________________________________________________________
+[  9565] By: jhi                                   on 2001/04/05  18:24:23
+        Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 5 Apr 2001 14:50:09 +0100
+             Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9564] By: jhi                                   on 2001/04/05  18:23:03
+        Log: Subject: [PATCH B::*] print control-character vars readably
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 5 Apr 2001 14:27:38 +0100
+             Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
+             
+             Needs EBCDICification.
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
+          ! ext/B/B/Terse.pm
+____________________________________________________________________________
+[  9563] By: jhi                                   on 2001/04/05  18:20:32
+        Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
+             Date: Thu, 5 Apr 2001 13:21:42 -0400
+             From: Paul Schinder <schinder@pobox.com>
+             Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
+             
+             Mac OS X (Darwin) has extra pwent fields.
+     Branch: perl
+          ! t/op/pwent.t
+____________________________________________________________________________
+[  9562] By: jhi                                   on 2001/04/05  17:57:51
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9561] By: jhi                                   on 2001/04/05  17:47:33
+        Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
+     Branch: metaconfig
+          ! U/Glossary.patch
+     Branch: metaconfig/U/perl
+          + d_u32align.U
+          ! d_cmsghdr_s.U d_msghdr_s.U
+____________________________________________________________________________
+[  9560] By: jhi                                   on 2001/04/05  17:47:01
+        Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
+             ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
+             Introduce probes for struct msghdr, struct cmsghdr,
+             sendmsg, recvmsg, readv, writev, setitimer, getitimer,
+             ualarm, usleep, for possible later extension work.
+     Branch: perl
+          + t/lib/md5-align.t
+          ! Configure MANIFEST Porting/Glossary Porting/config.sh
+          ! Porting/config_H config_h.SH configure.com epoc/config.sh
+          ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  9559] By: jhi                                   on 2001/04/05  13:03:04
+        Log: Be traditional in your cpp (for the Errno extension).
+     Branch: perl
+          ! hints/darwin.sh
+____________________________________________________________________________
+[  9558] By: jhi                                   on 2001/04/05  13:00:05
+        Log: Add $Config{cppflags} to the gcc incantation.
+     Branch: perl
+          ! ext/Errno/Errno_pm.PL
+____________________________________________________________________________
+[  9557] By: jhi                                   on 2001/04/05  04:22:39
+        Log: Introduce Sean Burke's Class::ISA 0.32.
+     Branch: perl
+          + lib/Class/ISA.pm t/lib/class-isa.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9556] By: jhi                                   on 2001/04/05  04:09:50
+        Log: Subject: [PATCH AUTHORS] Housekeeping
+             From: Paul Johnson <paul@pjcj.net> 
+             Date: Wed, 4 Apr 2001 22:45:47 +0200
+             Message-ID: <20010404224547.D9548@pjcj.net>
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[  9555] By: jhi                                   on 2001/04/05  04:06:33
+        Log: Subject: [PATCH] Base64 update to perlfaq9.pod
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 04 Apr 2001 14:23:04 -0700
+             Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
+     Branch: perl
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[  9554] By: jhi                                   on 2001/04/05  04:05:49
+        Log: Downgrade also the "Wide character" diagnostic.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[  9553] By: jhi                                   on 2001/04/05  04:00:33
+        Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
+             maintperl into mainline.
+             
+             "double" should be "NV"; standard typemap is missing entry
+             for NV
+             
+             s/djSP/dSP/
+             
+             Downgrade "Wide character in print" to a warning.
+             
+             B::Deparse fix for ${^FOO} and documentation for PVX() method
+             (from Robin Houston)
+             
+             tr/// doesn't null-terminate the result in some situations
+             (from Gisle Aas)
+     Branch: perl
+         !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
+         !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
+         !> t/io/utf8.t t/op/tr.t
+____________________________________________________________________________
+[  9552] By: jhi                                   on 2001/04/05  03:52:50
+        Log: Retract changes #9542 and #9538 (from maintperl, integrated
+             at #9540), shouldn't be needed because of the perlio changes.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  9551] By: gsar                                  on 2001/04/05  00:18:34
+        Log: tr/// doesn't null-terminate the result in some situations
+             (from Gisle Aas)
+     Branch: maint-5.6/perl
+          ! doop.c t/op/tr.t
+____________________________________________________________________________
+[  9550] By: gsar                                  on 2001/04/04  20:04:17
+        Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
+             (from Robin Houston)
+     Branch: maint-5.6/perl
+          ! ext/B/B.pm ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9549] By: nick                                  on 2001/04/04  18:56:15
+        Log: Downgrade "Wide character in print" to a warning.
+     Branch: perlio
+          ! doio.c t/io/utf8.t
+____________________________________________________________________________
+[  9548] By: gsar                                  on 2001/04/04  18:51:49
+        Log: integrate changes#9460,9462,9482,9521,9522
+             
+             Subject: PATCH: B::Debug should show LOOP-specific fields
+             
+             Subject: B::Deparse precedence bug. (Patch included.)
+             
+             Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
+             
+             Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
+             
+             Subject: [PATCH B::Concise] padname values may have bogus SvCUR
+     Branch: maint-5.6/perl
+         !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
+         !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
+____________________________________________________________________________
+[  9547] By: gsar                                  on 2001/04/04  18:49:16
+        Log: s/djSP/dSP/
+     Branch: maint-5.6/perl
+          ! ext/Thread/Thread.xs
+____________________________________________________________________________
+[  9546] By: nick                                  on 2001/04/04  18:44:00
+        Log: Integrate mainline.
+     Branch: perlio
+         !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
+         !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
+____________________________________________________________________________
+[  9545] By: gsar                                  on 2001/04/04  18:38:52
+        Log: integrate change#8837 from mainline
+             
+             Subject: [patch] -Wall cleanup round 2
+     Branch: maint-5.6/perl
+         !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
+         !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
+         !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
+         !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
+         !> ext/SDBM_File/SDBM_File.xs
+____________________________________________________________________________
+[  9544] By: gsar                                  on 2001/04/04  17:49:57
+        Log: "double" should be "NV"; standard typemap is missing entry
+             for NV
+     Branch: maint-5.6/perl
+          ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
+____________________________________________________________________________
+[  9543] By: jhi                                   on 2001/04/04  14:13:18
+        Log: Thou shalt not (just) match for English error messages.
+     Branch: perl
+          ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
+          ! os2/OS2/Process/Process.pm
+____________________________________________________________________________
+[  9542] By: jhi                                   on 2001/04/04  13:20:39
+        Log: Make the stdio tricks of fflush_all() to exist only if
+             stdio is being used.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[  9541] By: jhi                                   on 2001/04/04  04:20:24
+        Log: Subject: Re: [PATCH] Lighten up glob
+             From: Benjamin Sugars <bsugars@canoe.ca>
+             Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
+             Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
+          ! util.c
+____________________________________________________________________________
+[  9540] By: jhi                                   on 2001/04/04  04:03:57
+        Log: Integrate changes #9538,9539 from maintperl into mainline.
+             
+             fflush() is a macro on SunOS 4.1.x, so provide a wrapper
+             for use with _fwalk() (fix for change#7705)
+             
+             another tweak needed for SunOS 4.1.x build (from Mike Guy)
+             (cp -f is not portable)
+     Branch: perl
+         !> Makefile.SH util.c
+____________________________________________________________________________
+[  9539] By: gsar                                  on 2001/04/04  03:01:14
+        Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
+     Branch: maint-5.6/perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9538] By: gsar                                  on 2001/04/04  01:00:38
+        Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
+             for use with _fwalk() (fix for change#7705)
+     Branch: maint-5.6/perl
+          ! util.c
+____________________________________________________________________________
+[  9537] By: nick                                  on 2001/04/03  19:24:55
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
+         +> lib/unicode/PropList.html
+          - lib/unicode/Names.txt lib/unicode/README.Ethiopic
+         !> (integrate 69 files)
+____________________________________________________________________________
+[  9536] By: jhi                                   on 2001/04/03  18:02:31
+        Log: Integrate change #9533 from maintperl into mainline.
+             
+             better fix for change#9517 to accomodate UNC paths like
+             \\server\share\foo, and paths with trailing backslash
+             like c:\this\
+     Branch: perl
+         !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
+____________________________________________________________________________
+[  9535] By: jhi                                   on 2001/04/03  17:58:07
+        Log: Change the push/unshift warning to be of class syntax, not misc.
+     Branch: perl
+          ! op.c pod/perldiag.pod t/pragma/warn/op
+____________________________________________________________________________
+[  9534] By: jhi                                   on 2001/04/03  15:03:46
+        Log: Change the push/unshift warning (#9532) to talk about "no values"
+             instead of "no arguments".
+     Branch: perl
+          ! op.c pod/perldiag.pod t/pragma/warn/op
+____________________________________________________________________________
+[  9533] By: gsar                                  on 2001/04/03  14:30:07
+        Log: better fix for change#9517 to accomodate UNC paths like
+             \\server\share\foo, and paths with trailing backslash
+             like c:\this\
+     Branch: maint-5.6/perl
+          ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
+____________________________________________________________________________
+[  9532] By: jhi                                   on 2001/04/03  13:11:46
+        Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
+             From: Robin Houston <robin@kitsite.com>
+             Date: Mon, 2 Apr 2001 15:03:29 +0100
+             Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
+____________________________________________________________________________
+[  9531] By: jhi                                   on 2001/04/03  13:06:34
+        Log: Integrate change #9530 from maintperl into mainline.
+             
+             accomodate VMS "mailbox overflow" quirk in testsuite (from
+             Craig Berry)
+     Branch: perl
+         !> t/lib/socket.t
+____________________________________________________________________________
+[  9530] By: gsar                                  on 2001/04/03  04:56:41
+        Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
+             Craig Berry)
+     Branch: maint-5.6/perl
+          ! t/lib/socket.t
+____________________________________________________________________________
+[  9529] By: jhi                                   on 2001/04/03  02:34:34
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9528] By: jhi                                   on 2001/04/03  01:27:57
+        Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
+             Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
+             To: perl5-porters@perl.org
+             Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[  9527] By: jhi                                   on 2001/04/03  01:22:09
+        Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
+             Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
+     Branch: perl
+          ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
+____________________________________________________________________________
+[  9526] By: jhi                                   on 2001/04/03  01:18:25
+        Log: The metaconfig unit changes for #9525.
+     Branch: metaconfig
+          ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
+     Branch: metaconfig/U/perl
+          ! use64bits.U
+____________________________________________________________________________
+[  9525] By: jhi                                   on 2001/04/03  01:17:30
+        Log: Configure sanity checks:
+             * if use64bitall is attempted but pointers are only 32-bit,
+             'downgrade' to use64bitint
+             * if use64bitint is attempted but there's no quad type,
+             forget about use64bitint (well, the default for it is 'n',
+             the user can still override this)
+             * if pointers are 64 bits, do not try to use Perl's malloc
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  9524] By: gsar                                  on 2001/04/03  01:09:12
+        Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
+     Branch: maint-5.6/perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  9523] By: jhi                                   on 2001/04/03  00:02:31
+        Log: (Retracted by #9609)
+             
+             Make it harder for parallel makes to enter 'test' before
+             Dynaloader and File::Glob are happy.  (In principle 'make_ext'
+             should be unhappy enough, but sometimes parallel makes seem
+             to sneak past both in Tru64 and AIX.)
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9522] By: jhi                                   on 2001/04/02  22:35:31
+        Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
+             Date: Mon, 2 Apr 2001 22:54:10 +0100
+             From: Robin Houston <robin@kitsite.com>
+             Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
+____________________________________________________________________________
+[  9521] By: jhi                                   on 2001/04/02  22:32:23
+        Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
+             From: Robin Houston <robin@kitsite.com>
+             Date: Mon, 2 Apr 2001 20:24:03 +0100
+             Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[  9520] By: jhi                                   on 2001/04/02  22:30:43
+        Log: Subject: [PATCH] REALLY pedantic hv.h nit
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Mon, 2 Apr 2001 15:43:06 +0100
+             Message-ID: <20010402154306.A21711@netthink.co.uk>
+     Branch: perl
+          ! hv.h
+____________________________________________________________________________
+[  9519] By: jhi                                   on 2001/04/02  22:28:04
+        Log: Based on
+             
+             Subject: [foolperl] EPOC fix
+             From: Olaf Flebbe <O.Flebbe@science-computing.de>
+             Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
+             Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  9518] By: jhi                                   on 2001/04/02  22:22:34
+        Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
+             
+             README.win32 tweaks; add a note about alternative location for
+             getting a gcc-2.95.2 that will build perl properly on windows
+             
+             add some notes about gutsy threading matters
+             
+             many of the utilities interpolate literal paths within doublequotes
+             (fails on dosish platforms where path contains backslashes)
+     Branch: perl
+         !> README.win32 pod/perlguts.pod utils/perldoc.PL
+         !> x2p/find2perl.PL x2p/s2p.PL
+____________________________________________________________________________
+[  9517] By: gsar                                  on 2001/04/02  19:52:21
+        Log: many of the utilities interpolate literal paths within doublequotes
+             (fails on dosish platforms where path contains backslashes)
+     Branch: maint-5.6/perl
+          ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
+____________________________________________________________________________
+[  9516] By: gsar                                  on 2001/04/02  05:49:37
+        Log: a foolish release
+     Branch: maint-5.6/perl
+          ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9515] By: gsar                                  on 2001/04/02  05:04:29
+        Log: add missing changelog summaries
+     Branch: maint-5.6/perl
+          ! Changes
+____________________________________________________________________________
+[  9514] By: gsar                                  on 2001/04/02  04:07:13
+        Log: add some notes about gutsy threading matters
+     Branch: maint-5.6/perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[  9513] By: gsar                                  on 2001/04/02  03:25:21
+        Log: add more prominent caveat notices about experimental features
+     Branch: maint-5.6/perl
+          ! pod/perlfork.pod pod/perlunicode.pod
+____________________________________________________________________________
+[  9512] By: gsar                                  on 2001/04/02  02:54:33
+        Log: integrate changes#9479,9509 from mainline
+             
+             [PATCH] File::Glob stuff for Mac OS
+             
+             [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
+     Branch: maint-5.6/perl
+         !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
+         !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
+         !> t/lib/glob-taint.t
+____________________________________________________________________________
+[  9511] By: gsar                                  on 2001/04/02  02:38:24
+        Log: README.win32 tweaks; add a note about alternative location for
+             getting a gcc-2.95.2 that will build perl properly on windows
+     Branch: maint-5.6/perl
+          ! README.win32
+____________________________________________________________________________
+[  9510] By: jhi                                   on 2001/04/01  20:45:10
+        Log: An ambiguosity warning.
+     Branch: perl
+          ! t/lib/trig.t
+____________________________________________________________________________
+[  9509] By: jhi                                   on 2001/04/01  19:53:47
+        Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
+             Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! ext/File/Glob/bsd_glob.c
+____________________________________________________________________________
+[  9508] By: jhi                                   on 2001/04/01  19:35:03
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9507] By: jhi                                   on 2001/04/01  19:24:01
+        Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
+             from mainline to maintperl: pod tweaks.
+     Branch: maint-5.6/perl
+         !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
+         !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
+         !> pod/perlvar.pod
+____________________________________________________________________________
+[  9506] By: jhi                                   on 2001/04/01  19:11:53
+        Log: Commit Sarathy to April release of 5.6.1 :-)
+     Branch: perl
+          ! pod/perlfaq1.pod
+____________________________________________________________________________
+[  9505] By: jhi                                   on 2001/04/01  19:03:15
+        Log: Subject: PATCH 5.6.0 (perldebug.pod)
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 01 Apr 2001 14:25:11 -0400
+             Message-ID: <20010401182511.9247.qmail@plover.com>
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[  9504] By: jhi                                   on 2001/04/01  18:43:09
+        Log: Add great_circle_direction().
+     Branch: perl
+          ! lib/Math/Trig.pm t/lib/trig.t
+____________________________________________________________________________
+[  9503] By: jhi                                   on 2001/04/01  17:29:12
+        Log: Unicode ReadMe update for Unicode 3.1.
+     Branch: perl
+          ! lib/unicode/ReadMe.txt
+____________________________________________________________________________
+[  9502] By: jhi                                   on 2001/04/01  17:18:40
+        Log: Integrate change #9501 from maintperl into mainline.
+             
+             fix the perlembed notes on multiple interpreters
+             
+             fix ExtUtils::Embed to work passably on Windows
+     Branch: perl
+         !> lib/ExtUtils/Embed.pm pod/perlembed.pod
+____________________________________________________________________________
+[  9501] By: gsar                                  on 2001/04/01  07:21:57
+        Log: fix the perlembed notes on multiple interpreters
+             
+             fix ExtUtils::Embed to work passably on Windows
+     Branch: maint-5.6/perl
+          ! lib/ExtUtils/Embed.pm pod/perlembed.pod
+____________________________________________________________________________
+[  9500] By: jhi                                   on 2001/04/01  05:58:23
+        Log: Test for #9499.
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[  9499] By: jhi                                   on 2001/04/01  05:55:46
+        Log: tr/// UTF-8 tweaking from Inaba Hiroto.
+     Branch: perl
+          ! embed.h embed.pl op.c proto.h
+____________________________________________________________________________
+[  9498] By: jhi                                   on 2001/04/01  05:44:34
+        Log: Protect the workaround hunk more.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[  9497] By: jhi                                   on 2001/04/01  00:24:25
+        Log: Integrate changes #9493,9494,9495,9496 from maintperl
+             into mainline.
+             
+             fix a broken workaround for Borland compiler in change#4739
+             (caused weird "short reads" on DATA, which caused op/misc.t to fail)
+             
+             nits spotted by Borland compiler
+             
+             avoid redefinition warnings under Borland 5.02
+             
+             various nits identified by the Borland 5.5 compiler; remove suppression
+             of a few warnings
+     Branch: perl
+         !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
+         !> win32/win32.h
+____________________________________________________________________________
+[  9496] By: gsar                                  on 2001/03/31  23:22:28
+        Log: various nits identified by the Borland 5.5 compiler; remove suppression
+             of a few warnings
+     Branch: maint-5.6/perl
+          ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
+____________________________________________________________________________
+[  9495] By: gsar                                  on 2001/03/31  21:03:08
+        Log: avoid redefinition warnings under Borland 5.02
+     Branch: maint-5.6/perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9494] By: gsar                                  on 2001/03/31  20:18:59
+        Log: nits spotted by Borland compiler
+     Branch: maint-5.6/perl
+          ! utf8.h win32/win32.h
+____________________________________________________________________________
+[  9493] By: gsar                                  on 2001/03/31  20:18:05
+        Log: fix a broken workaround for Borland compiler in change#4739
+             (caused weird "short reads" on DATA, which caused op/misc.t to fail)
+     Branch: maint-5.6/perl
+          ! toke.c
+____________________________________________________________________________
+[  9492] By: jhi                                   on 2001/03/31  18:36:24
+        Log: Integrate change #9491 from maintperl into mainline.
+             
+             Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
+             directory is relative (need to fetch the full path name *before*
+             the chdir!)
+     Branch: perl
+         !> lib/Cwd.pm
+____________________________________________________________________________
+[  9491] By: gsar                                  on 2001/03/31  17:01:56
+        Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
+             directory is relative (need to fetch the full path name *before*
+             the chdir!)
+             
+             this is a followup patch for change#6749
+     Branch: maint-5.6/perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[  9490] By: jhi                                   on 2001/03/31  15:50:18
+        Log: Subject: Re: [PATCH] av.h cosmetics
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Sat, 31 Mar 2001 13:09:59 +0100
+             Message-ID: <20010331130959.A22000@netthink.co.uk>
+             
+             Document AvALLOC.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[  9489] By: jhi                                   on 2001/03/31  15:48:44
+        Log: Subject: [PATCH] Re: Math::Big* v1.21
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
+             Message-Id: <200103311125.GAA377738@www08.hway.net>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  9488] By: jhi                                   on 2001/03/31  03:39:51
+        Log: Debug output tweak.
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9487] By: jhi                                   on 2001/03/31  03:33:02
+        Log: OverVMSification.
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9486] By: jhi                                   on 2001/03/31  03:01:40
+        Log: Missed MANIFESTations in #9483.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  9485] By: jhi                                   on 2001/03/31  02:58:17
+        Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
+     Branch: perl
+          ! regexec.c t/lib/cwd.t
+____________________________________________________________________________
+[  9484] By: jhi                                   on 2001/03/31  01:04:41
+        Log: Obsolete file (see #3938)
+     Branch: perl
+          - lib/unicode/README.Ethiopic
+          ! MANIFEST
+____________________________________________________________________________
+[  9483] By: jhi                                   on 2001/03/31  00:52:42
+        Log: Update to Unicode 3.1.
+             (Rename Names.txt to NamesList.txt.)
+     Branch: perl
+          + lib/unicode/NamesList.txt lib/unicode/PropList.html
+          - lib/unicode/Names.txt
+          ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
+          ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
+          ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
+          ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
+          ! lib/unicode/UCD.html lib/unicode/Unicode.html
+          ! lib/unicode/rename lib/unicode/version
+____________________________________________________________________________
+[  9482] By: jhi                                   on 2001/03/30  23:33:44
+        Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
+             From: Robin Houston <robin@kitsite.com>
+             Date: Fri, 30 Mar 2001 20:07:22 +0100
+             Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9481] By: jhi                                   on 2001/03/30  23:20:25
+        Log: Subject: Re: [PATCH] CwdXS, Take 2
+             From: Benjamin Sugars <bsugars@canoe.ca>
+             Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
+          ! MANIFEST lib/Cwd.pm t/lib/cwd.t
+____________________________________________________________________________
+[  9480] By: jhi                                   on 2001/03/30  22:52:38
+        Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Fri, 30 Mar 2001 14:44:13 -0800
+             Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
+             
+             The t/rantests flags file creation was accidentally
+             removed by #9217.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9479] By: jhi                                   on 2001/03/30  22:45:45
+        Log: Subject: [PATCH] File::Glob stuff for Mac OS
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Fri, 30 Mar 2001 16:51:00 -0500
+             Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
+     Branch: perl
+          ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
+          ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
+          ! t/lib/glob-taint.t
+____________________________________________________________________________
+[  9478] By: jhi                                   on 2001/03/30  22:43:12
+        Log: Subject: fix for win32/buildext.pl
+             From: "Vadim Konovalov" <watman@inbox.ru>
+             Date: Sat, 31 Mar 2001 00:50:36 +0400
+             Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
+     Branch: perl
+          ! win32/buildext.pl
+____________________________________________________________________________
+[  9477] By: jhi                                   on 2001/03/30  22:41:16
+        Log: Subject: small base.pm doc patch
+             From: Leon Brocard <acme@astray.com>
+             Date: Fri, 30 Mar 2001 21:49:57 +0100
+             Message-ID: <20010330214957.B8733@ns0.astray.com>
+     Branch: perl
+          ! lib/base.pm
+____________________________________________________________________________
+[  9476] By: jhi                                   on 2001/03/30  18:16:57
+        Log: Subject: [PATCH] av.h cosmetics
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Fri, 30 Mar 2001 18:12:28 +0100
+             Message-ID: <20010330181228.A9319@netthink.co.uk>
+     Branch: perl
+          ! av.h
+____________________________________________________________________________
+[  9475] By: jhi                                   on 2001/03/30  18:15:50
+        Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
+             From: "Philip Newton" <pnewton@gmx.de>
+             Date: Fri, 30 Mar 2001 19:06:57 +0200
+             Message-ID: <3AC4D951.14815.1AC7068@localhost>
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[  9474] By: jhi                                   on 2001/03/30  18:14:02
+        Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
+             From: Benjamin Sugars <bsugars@canoe.ca>
+             Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! t/lib/glob-basic.t
+____________________________________________________________________________
+[  9473] By: jhi                                   on 2001/03/30  16:09:24
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9472] By: jhi                                   on 2001/03/30  15:16:08
+        Log: Integrate perlio.
+     Branch: perl
+         !> t/lib/cwd.t t/lib/glob-basic.t
+____________________________________________________________________________
+[  9471] By: nick                                  on 2001/03/30  14:47:10
+        Log: Should be (^O eq 'MSWin32') not 'Win32'
+             Fail #12 seems real - chdir is in wrong dir.
+     Branch: perlio
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9470] By: jhi                                   on 2001/03/30  14:41:11
+        Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
+             Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
+             
+             Replace #9352.
+     Branch: perl
+          ! ext/Socket/Socket.xs pp_sys.c
+____________________________________________________________________________
+[  9469] By: jhi                                   on 2001/03/30  14:37:51
+        Log: Subject: PATCH pod/perldiag.pod
+             From: Robin Houston <robin@kitsite.com>
+             Date: Fri, 30 Mar 2001 14:10:36 +0100
+             Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! pod/perldiag.pod t/lib/glob-basic.t
+____________________________________________________________________________
+[  9468] By: jhi                                   on 2001/03/30  14:36:36
+        Log: Subject: Better diagnostic in io/fs.t
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 30 Mar 2001 10:11:43 +0200
+             Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[  9467] By: nick                                  on 2001/03/30  14:25:43
+        Log: Skip order test of glob if case-ignoring system cannot 
+             create a.test and A.test
+     Branch: perlio
+          ! t/lib/glob-basic.t
+____________________________________________________________________________
+[  9466] By: nick                                  on 2001/03/30  13:03:12
+        Log: Integrate mainline.
+     Branch: perlio
+          - ext/re/hints/aix.pl
+         !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
+         !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
+         !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
+         !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
+____________________________________________________________________________
+[  9465] By: jhi                                   on 2001/03/30  03:53:37
+        Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
+             the tests sometimes hang, sometimes not.)
+     Branch: perl
+          ! t/lib/io_multihomed.t t/lib/io_sock.t
+____________________________________________________________________________
+[  9464] By: jhi                                   on 2001/03/30  02:56:04
+        Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
+             Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  9463] By: jhi                                   on 2001/03/30  02:34:48
+        Log: Test for #9462.
+     Branch: perl
+          ! t/lib/b.t
+____________________________________________________________________________
+[  9462] By: jhi                                   on 2001/03/30  02:29:37
+        Log: Subject: B::Deparse precedence bug. (Patch included.)
+             From: Jeremy Madea <jmadea@inktomi.com>
+             Date: Thu, 29 Mar 2001 12:05:02 -0800
+             Message-ID: <20010329120502.A24881@dr.inktomi.com>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[  9461] By: jhi                                   on 2001/03/30  02:18:41
+        Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
+     Branch: perl
+          ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
+          ! t/lib/md5-file.t
+____________________________________________________________________________
+[  9460] By: jhi                                   on 2001/03/30  02:17:07
+        Log: Subject: PATCH: B::Debug should show LOOP-specific fields
+             From: Robin Houston <robin@kitsite.com>
+             Date: Thu, 29 Mar 2001 20:47:56 +0100
+             Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Debug.pm
+____________________________________________________________________________
+[  9459] By: jhi                                   on 2001/03/30  02:16:05
+        Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
+             From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
+             Date: Wed, 28 Mar 2001 18:02:20 -0600
+             Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
+     Branch: perl
+          ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[  9458] By: jhi                                   on 2001/03/30  02:07:58
+        Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
+             From: "Joshua E. Rodd" <jrodd@pbs.org>
+             Date: Wed, 28 Mar 2001 17:29:12 -0500
+             Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[  9457] By: jhi                                   on 2001/03/30  02:04:33
+        Log: Subject: ext/re/aix.pl can go
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Thu, 29 Mar 2001 12:03:28 +0200
+             Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          - ext/re/hints/aix.pl
+          ! MANIFEST
+____________________________________________________________________________
+[  9456] By: jhi                                   on 2001/03/30  02:03:32
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Encode.xs installperl
+____________________________________________________________________________
+[  9455] By: nick                                  on 2001/03/29  21:11:46
+        Log: DLL name has changed so installperl needs to know
+             (Why isn't it working it out or passed it?)
+     Branch: perlio
+          ! installperl
+____________________________________________________________________________
+[  9454] By: nick                                  on 2001/03/29  20:56:12
+        Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
+             and we don't get undef warnings.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  9453] By: nick                                  on 2001/03/29  17:58:48
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes patchlevel.h
+____________________________________________________________________________
+[  9452] By: jhi                                   on 2001/03/29  16:44:55
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9451] By: nick                                  on 2001/03/29  16:31:38
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
+         !> ext/Encode/Encode.xs ext/Storable/Storable.xs
+         !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
+         !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
+         !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
+____________________________________________________________________________
+[  9450] By: jhi                                   on 2001/03/29  16:29:17
+        Log: Integrate perlio.
+     Branch: perl
+         !> win32/buildext.pl
+____________________________________________________________________________
+[  9449] By: jhi                                   on 2001/03/29  15:50:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9448] By: nick                                  on 2001/03/29  15:47:15
+        Log: Make sure buildext.pl finds Errno.pm
+     Branch: perlio
+          ! win32/buildext.pl
+____________________________________________________________________________
+[  9447] By: jhi                                   on 2001/03/29  15:39:34
+        Log: Integrate perlio.
+     Branch: perl
+         !> win32/makefile.mk
+____________________________________________________________________________
+[  9446] By: nick                                  on 2001/03/29  15:30:03
+        Log: Integrate win32/makefile.mk with mainline.
+     Branch: perlio
+         !> win32/makefile.mk
+____________________________________________________________________________
+[  9445] By: nick                                  on 2001/03/29  15:27:32
+        Log: Fix breakage ... 
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9444] By: jhi                                   on 2001/03/29  15:03:08
+        Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
+             From: "Konovalov, Vadim" <vkonovalov@lucent.com>
+             Date: Thu, 29 Mar 2001 10:32:59 +0400
+             Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
+     Branch: perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9443] By: jhi                                   on 2001/03/29  15:02:12
+        Log: Integrate perlio.
+     Branch: perl
+         +> win32/buildext.pl
+         !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
+         !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
+____________________________________________________________________________
+[  9442] By: nick                                  on 2001/03/29  14:59:11
+        Log: Work in progress - determine win32 extensions to build via script.
+     Branch: perlio
+          + win32/buildext.pl
+          ! MANIFEST win32/makefile.mk
+____________________________________________________________________________
+[  9441] By: jhi                                   on 2001/03/29  14:51:47
+        Log: Reintroduce the use of external pwd.
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9440] By: jhi                                   on 2001/03/29  14:42:58
+        Log: use warnings instead of -w.
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  9439] By: jhi                                   on 2001/03/29  14:41:52
+        Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
+             Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  9438] By: jhi                                   on 2001/03/29  14:39:38
+        Log: Subject: [PATCH perl@9424] minor pod nits
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
+             Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
+     Branch: perl
+          ! pod/perlhack.pod pod/perliol.pod
+____________________________________________________________________________
+[  9437] By: jhi                                   on 2001/03/29  14:29:16
+        Log: Subject: [PATCH perl@9424] typemap cast warning
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
+             Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
+     Branch: perl
+          ! lib/ExtUtils/typemap
+____________________________________________________________________________
+[  9436] By: jhi                                   on 2001/03/29  14:26:03
+        Log: Subject: [PATCH perl@9424] printf warning
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
+             Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
+     Branch: perl
+          ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
+          ! ext/Storable/Storable.xs toke.c
+____________________________________________________________________________
+[  9435] By: nick                                  on 2001/03/29  14:23:31
+        Log: Win32 has name conflict with ERROR
+     Branch: perlio
+          ! ext/PerlIO/Via/Via.xs
+____________________________________________________________________________
+[  9434] By: jhi                                   on 2001/03/29  14:17:48
+        Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
+     Branch: perl
+          ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
+____________________________________________________________________________
+[  9433] By: jhi                                   on 2001/03/29  13:52:44
+        Log: test-prep target was missing.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9432] By: nick                                  on 2001/03/29  12:40:03
+        Log: Make as-shipped compiler default to MSVC6 
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9431] By: nick                                  on 2001/03/29  12:12:16
+        Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
+             akin to PerlIO::Scalar.
+     Branch: perlio
+          ! perlio.c perlio.h
+____________________________________________________________________________
+[  9430] By: nick                                  on 2001/03/29  10:56:35
+        Log: Integrate mainline.
+     Branch: perlio
+         !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
+         !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
+         !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
+         !> win32/makefile.mk win32/win32sck.c
+____________________________________________________________________________
+[  9429] By: nick                                  on 2001/03/29  09:03:43
+        Log: Noticed that two tests were skipped as perlio:: package
+             isn't there any more. Changed the skip condition.
+             Avoid core-dump if sv_utf8_upgrade() called on something
+             that does not become SvPOK after SvPV() (e.g. a ref).
+     Branch: perlio
+          ! sv.c t/io/utf8.t t/lib/io_scalar.t
+____________________________________________________________________________
+[  9428] By: jhi                                   on 2001/03/29  01:31:47
+        Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
+             From: Benjamin Sugars <bsugars@canoe.ca> 
+             Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
+          ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
+          ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
+____________________________________________________________________________
+[  9427] By: jhi                                   on 2001/03/29  00:49:30
+        Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
+             From: "Vadim Konovalov" <watman@inbox.ru>
+             Date: Thu, 29 Mar 2001 01:50:12 +0400
+             Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
+     Branch: perl
+          ! win32/makefile.mk win32/win32sck.c
+____________________________________________________________________________
+[  9426] By: gsar                                  on 2001/03/29  00:28:04
+        Log: dmake can only handle == and != in comparisons; support building
+             with Borland's VCL libraries (from Vadim Konovalov)
+     Branch: maint-5.6/perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9425] By: nick                                  on 2001/03/28  19:29:56
+        Log: Integrate (@snapshot)
+     Branch: perlio
+         !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
+____________________________________________________________________________
+[  9424] By: jhi                                   on 2001/03/28  19:03:16
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9423] By: jhi                                   on 2001/03/28  18:52:09
+        Log: Rmdir lib/XS on cleanup.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9422] By: jhi                                   on 2001/03/28  18:49:34
+        Log: Integrate perlio.
+     Branch: perl
+         !> t/op/utf8decode.t
+____________________________________________________________________________
+[  9421] By: nick                                  on 2001/03/28  18:46:44
+        Log: Loose duplicate chunk.
+     Branch: perlio
+          ! t/op/utf8decode.t
+____________________________________________________________________________
+[  9420] By: nick                                  on 2001/03/28  18:44:11
+        Log: Integrate mainline.
+     Branch: perlio
+         !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
+         !> vms/vmsish.h
+____________________________________________________________________________
+[  9419] By: jhi                                   on 2001/03/28  18:42:05
+        Log: Can't trust external pwds
+             (either shell builtins or external programs)
+     Branch: perl
+          ! t/lib/cwd.t
+____________________________________________________________________________
+[  9418] By: jhi                                   on 2001/03/28  18:34:05
+        Log: Integrate perlio.
+     Branch: perl
+          - lib/perlio.pm
+         !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
+         !> t/op/utf8decode.t
+____________________________________________________________________________
+[  9417] By: nick                                  on 2001/03/28  18:24:02
+        Log: PerlIO.pm / perlio.pm conflict.
+             Update some pods.
+             Make t/op/utf8decode.t a text file.
+     Branch: perlio
+          - lib/perlio.pm
+          ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
+          ! t/op/utf8decode.t
+____________________________________________________________________________
+[  9416] By: jhi                                   on 2001/03/28  18:06:07
+        Log: Integrate change #9409 from mainline to maintperl.
+             
+             Yet another tweak on AIX dynaloading.
+     Branch: maint-5.6/perl
+         !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
+____________________________________________________________________________
+[  9415] By: gsar                                  on 2001/03/28  17:13:01
+        Log: integrate changes#9377,9385,9401 from mainline
+             
+             Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
+             
+             If directory entries compare equal case-insensitively,
+             retry case-sensitively.
+             
+             Subject: [PATCH] B::Terse and warnings
+     Branch: maint-5.6/perl
+         !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
+         !> t/pragma/warn/perl
+____________________________________________________________________________
+[  9414] By: jhi                                   on 2001/03/28  17:11:12
+        Log: Subject: [PATCH perl@9359] VMS fix-ups and status
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 28 Mar 2001 10:55:20 -0600
+             Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
+     Branch: perl
+          ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
+____________________________________________________________________________
+[  9413] By: jhi                                   on 2001/03/28  17:03:12
+        Log: Dup hunk.
+     Branch: perl
+          ! t/op/utf8decode.t
+____________________________________________________________________________
+[  9412] By: jhi                                   on 2001/03/28  17:02:36
+        Log: Forced integrate from perlio.
+     Branch: perl
+         !> t/op/utf8decode.t
+____________________________________________________________________________
+[  9411] By: nick                                  on 2001/03/28  16:50:03
+        Log: Integrate mainline.
+     Branch: perlio
+         +> t/lib/cwd.t
+         !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
+         !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
+         !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
+         !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
+         !> t/pragma/warn/perl
+____________________________________________________________________________
+[  9410] By: jhi                                   on 2001/03/28  16:44:23
+        Log: Subject: Re: [PATCH] 9403 cannot be tested
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 28 Mar 2001 18:33:56 +0200
+             Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[  9409] By: jhi                                   on 2001/03/28  16:12:45
+        Log: Yet another tweak on AIX dynaloading.
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
+____________________________________________________________________________
+[  9408] By: jhi                                   on 2001/03/28  15:52:55
+        Log: Subject: [PATCH] 9403 cannot be tested
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
+             Date: Wed, 28 Mar 2001 17:23:00 +0200
+             Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
+             
+             A missing symbol.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[  9407] By: jhi                                   on 2001/03/28  15:47:43
+        Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
+     Branch: perl
+          ! t/op/utf8decode.t
+         !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
+         !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
+____________________________________________________________________________
+[  9406] By: jhi                                   on 2001/03/28  15:37:08
+        Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
+             From: Benjamin Sugars <bsugars@canoe.ca> 
+             Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          + t/lib/cwd.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9405] By: jhi                                   on 2001/03/28  15:13:18
+        Log: pp_ne() needs a CORRECT boolean.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9404] By: jhi                                   on 2001/03/28  15:09:23
+        Log: pp_ne() needs a boolean, not an integer.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9403] By: jhi                                   on 2001/03/28  14:47:43
+        Log: (Retracted by #9404.)
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9402] By: jhi                                   on 2001/03/28  14:43:59
+        Log: Subject: Re: [PATCH] Typemap testing
+             From: Tim Jenness <t.jenness@jach.hawaii.edu> 
+             Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
+             Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
+     Branch: perl
+          ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
+          ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
+____________________________________________________________________________
+[  9401] By: jhi                                   on 2001/03/28  14:42:14
+        Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
+             From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
+             Date: Sun, 25 Mar 2001 21:59:15 +0100
+             Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
+             
+             A variable will be checked for the "use once" warnings if:
+             
+             1. It is in the scope of a use warnings 'once'
+             2. It isn't in the scope of the warnings pragma at all AND $^W is set.
+             
+             Otherwise it won't be checked at all.
+             
+             Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
+             
+             The enclosed patch partially fixes this issue. What I didn't
+             get to work was the case where the "used once" warning is enabled
+             in any file other than the main file.
+     Branch: perl
+          ! gv.c t/pragma/warn/perl
+____________________________________________________________________________
+[  9400] By: nick                                  on 2001/03/28  14:38:24
+        Log: More EBCDIC tweaks:
+             - one more swash issue &~(0xA0-1) did not do the right thing,
+             for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
+             - add "use re 'asciirange'" to make [!-~] etc. work
+             use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
+             - Choose a key for t/op/each.t test which gets encoded.
+             - Skip utf8decode if this is UTF-EBCDIC.
+     Branch: perlio
+          ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
+          ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
+____________________________________________________________________________
+[  9399] By: jhi                                   on 2001/03/28  14:21:00
+        Log: Extend the SvROK() testing also to pp_ne(), pointed out by
+             Andreas Schwab.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9398] By: jhi                                   on 2001/03/28  00:55:56
+        Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Tue, 27 Mar 2001 15:16:24 -0800
+             Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket.pm
+____________________________________________________________________________
+[  9397] By: jhi                                   on 2001/03/27  21:52:49
+        Log: Integrate perlio.
+     Branch: perl
+         +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
+         +> ext/PerlIO/Via/Via.xs
+         !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
+____________________________________________________________________________
+[  9396] By: nick                                  on 2001/03/27  21:45:13
+        Log: Integrate mainline.
+     Branch: perlio
+         !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
+         !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
+____________________________________________________________________________
+[  9395] By: nick                                  on 2001/03/27  21:18:58
+        Log: Outline docs for PerlIO and PerlIO::Scalar
+     Branch: perlio
+          ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
+____________________________________________________________________________
+[  9394] By: nick                                  on 2001/03/27  20:50:13
+        Log: PerlIO::Via layer (alpha-ish).
+     Branch: perlio
+          + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
+          + ext/PerlIO/Via/Via.xs
+          ! MANIFEST
+____________________________________________________________________________
+[  9393] By: jhi                                   on 2001/03/27  20:49:55
+        Log: Retract #9329 now that 9390 should take care of the matter.
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  9390] By: jhi                                   on 2001/03/27  20:47:50
+        Log: Subject: Autoloading Errno.pm when %! is encountered
+             From: Robin Houston <robin@kitsite.com>
+             Date: Tue, 27 Mar 2001 20:57:11 +0100
+             Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! embed.h embed.pl gv.c proto.h t/op/magic.t
+____________________________________________________________________________
+[  9389] By: jhi                                   on 2001/03/27  20:24:31
+        Log: Integrate perlio.
+     Branch: perl
+         !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
+         !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
+         !> utf8.c
+____________________________________________________________________________
+[  9388] By: jhi                                   on 2001/03/27  20:21:38
+        Log: Better have a three-element array if one is going to assign
+             to the third element of that array. (from Tim Jenness)
+     Branch: perl
+          ! ext/XS/Typemap/Typemap.xs
+____________________________________________________________________________
+[  9387] By: nick                                  on 2001/03/27  20:15:43
+        Log: Integrate mainline.
+     Branch: perlio
+         +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
+         +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
+         +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
+         +> t/lib/xs-typemap.t
+         !> (integrate 34 files)
+____________________________________________________________________________
+[  9386] By: jhi                                   on 2001/03/27  20:04:18
+        Log: Subject: Re: perl@9359 breaks HTML::Parser
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 27 Mar 2001 11:30:24 -0800
+             Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
+             
+             Clarify the UTF-8 issues of the API docs.
+             (Slightly reworded and expanded.)
+     Branch: perl
+          ! pod/perlapi.pod sv.c sv.h
+____________________________________________________________________________
+[  9385] By: jhi                                   on 2001/03/27  19:44:25
+        Log: If directory entries compare equal case-insensitively,
+             retry case-sensitively.
+     Branch: perl
+          ! ext/File/Glob/bsd_glob.c
+____________________________________________________________________________
+[  9384] By: nick                                  on 2001/03/27  19:38:50
+        Log: Various EBCDIC fixes:
+             - major revelation that swash code is encoding aware,
+             (or thought it was) - now it is ;-)
+             - With that out of the way fix a slab of tr/// cases.
+             - Fix Encode 'Unicode' to be true Unicode so tests pass.
+             - As anticipated Base64.xs needed tweaks.
+             - Until tr/// works right avoid old_encode64 in MIME tests.
+     Branch: perlio
+          ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
+          ! t/lib/encode.t t/lib/mimeb64.t utf8.c
+____________________________________________________________________________
+[  9383] By: jhi                                   on 2001/03/27  18:34:41
+        Log: Add the std test suite BEGIN block.
+     Branch: perl
+          ! t/lib/xs-typemap.t
+____________________________________________________________________________
+[  9382] By: jhi                                   on 2001/03/27  15:16:07
+        Log: Add debugging output to the test.
+     Branch: perl
+          ! t/lib/glob-basic.t
+____________________________________________________________________________
+[  9381] By: jhi                                   on 2001/03/27  15:08:10
+        Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
+     Branch: perl
+          + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
+          + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
+          + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
+          + t/lib/xs-typemap.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9380] By: jhi                                   on 2001/03/27  14:48:34
+        Log: Subject: [PATCH] Typemap testing
+             From: Tim Jenness <t.jenness@jach.hawaii.edu> 
+             Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
+             Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
+             
+             (The first part of the patch.)
+     Branch: perl
+          ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[  9379] By: jhi                                   on 2001/03/27  14:44:56
+        Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
+             From: Benjamin Sugars <bsugars@canoe.ca> 
+             Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! t/lib/glob-basic.t
+____________________________________________________________________________
+[  9378] By: jhi                                   on 2001/03/27  14:42:30
+        Log: Subject: [PATCH] perlvar nit
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Tue, 27 Mar 2001 01:12:01 +0100
+             Message-ID: <20010327011201.A19179@netthink.co.uk>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[  9377] By: jhi                                   on 2001/03/27  14:36:26
+        Log: Subject: [PATCH] B::Terse and warnings
+             From: Benjamin Sugars <ben.sugars@home.com>
+             Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Terse.pm
+____________________________________________________________________________
+[  9376] By: jhi                                   on 2001/03/27  14:31:31
+        Log: Document sockatmark() some.
+     Branch: perl
+          ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9375] By: jhi                                   on 2001/03/27  14:00:24
+        Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
+             noted by Gisle and fixed by NI-S.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[  9374] By: jhi                                   on 2001/03/27  05:50:01
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[  9373] By: jhi                                   on 2001/03/27  05:43:51
+        Log: Pixie documenting.
+     Branch: perl
+          ! Makefile.SH pod/perlhack.pod
+____________________________________________________________________________
+[  9372] By: jhi                                   on 2001/03/27  05:29:34
+        Log: Metaconfig unit changes for #9371.
+     Branch: metaconfig
+          ! U/modified/myhostname.U
+     Branch: metaconfig/U/perl
+          + d_sockatmark.U
+          ! gccvers.U
+____________________________________________________________________________
+[  9371] By: jhi                                   on 2001/03/27  05:29:07
+        Log: Add sockatmark() probing.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h win32/config.bc win32/config.gc
+          ! win32/config.vc
+____________________________________________________________________________
+[  9370] By: jhi                                   on 2001/03/26  22:01:18
+        Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
+             Really need to benchmark this.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9369] By: nick                                  on 2001/03/26  21:59:30
+        Log: Integrate mainline.
+     Branch: perlio
+          ! ext/MIME/Base64/QuotedPrint.pm
+         !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
+         !> patchlevel.h pod/perlhack.pod pp_sys.c
+____________________________________________________________________________
+[  9368] By: jhi                                   on 2001/03/26  21:47:03
+        Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
+             
+             TODO1: perlbench.
+             TODO2: le, lt, ge, gt?  Yech.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9367] By: jhi                                   on 2001/03/26  21:34:57
+        Log: Too much cut-and-paste in #9363.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  9366] By: jhi                                   on 2001/03/26  21:20:53
+        Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
+             From: Andreas Schwab <schwab@suse.de>
+             Date: 26 Mar 2001 17:29:04 +0200
+             Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
+             
+             (The patch for 5.6.0 or so, this is a guess for bleadperl)
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[  9365] By: jhi                                   on 2001/03/26  21:07:54
+        Log: Integrate perlio.
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[  9364] By: nick                                  on 2001/03/26  20:30:48
+        Log: REFCNT botch in layer name cache hash.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[  9363] By: jhi                                   on 2001/03/26  18:44:32
+        Log: Subject: [PATCH] socket() leaks file descriptors
+             From: Benjamin Sugars <bsugars@canoe.ca>
+             Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
+             
+             Also sockpair() fixed similarly.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  9362] By: jhi                                   on 2001/03/26  18:37:52
+        Log: Integrate perlio.
+     Branch: perl
+         !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
+____________________________________________________________________________
+[  9361] By: nick                                  on 2001/03/26  17:32:06
+        Log: Implement flush of linebuffered streams on read of a tty.
+     Branch: perlio
+          ! perlio.c perliol.h
+____________________________________________________________________________
+[  9360] By: nick                                  on 2001/03/26  17:12:32
+        Log: Memory tweaks and notes for OEMVS.
+     Branch: perlio
+          ! README.os390 miniperlmain.c t/op/pat.t
+____________________________________________________________________________
+[  9359] By: jhi                                   on 2001/03/26  02:12:54
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9358] By: jhi                                   on 2001/03/26  02:05:32
+        Log: Document the most common pixie options.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[  9357] By: jhi                                   on 2001/03/26  01:25:28
+        Log: For perl.pixie check *before* compiling that optimize is -g,
+             as for perl.third.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9356] By: jhi                                   on 2001/03/26  01:13:41
+        Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9355] By: jhi                                   on 2001/03/26  01:11:19
+        Log: Remove t/perl.third.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9354] By: jhi                                   on 2001/03/26  00:23:38
+        Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
+             IO::Sockatmark().
+     Branch: perl
+          ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
+____________________________________________________________________________
+[  9353] By: jhi                                   on 2001/03/25  22:25:04
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
+         !> pp_hot.c win32/makefile.mk
+____________________________________________________________________________
+[  9352] By: jhi                                   on 2001/03/25  22:21:41
+        Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
+             Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[  9351] By: nick                                  on 2001/03/25  22:15:02
+        Log: Fix readline in list mode to tell rest of world that it has
+             things on the stack. Otherwise if perl code gets invoked
+             underneath it it scribbles over results-so-far.
+             (Why TIEHANDLE has not tripped on this is a mystery.)
+     Branch: perlio
+          ! pp_hot.c
+____________________________________________________________________________
+[  9350] By: nick                                  on 2001/03/25  22:10:13
+        Log: win32/makefile.mk typos
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9349] By: nick                                  on 2001/03/25  21:31:14
+        Log: Integrate now-non-binary file.
+     Branch: perlio
+         !> t/lib/mimeqp.t
+____________________________________________________________________________
+[  9348] By: nick                                  on 2001/03/25  21:27:24
+        Log: Make it text
+     Branch: perlio
+          ! t/lib/mimeqp.t
+____________________________________________________________________________
+[  9347] By: nick                                  on 2001/03/25  21:25:37
+        Log: Integrate mainline.
+     Branch: perlio
+         !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
+         !> lib/Term/ReadLine.pm t/lib/md5-file.t
+____________________________________________________________________________
+[  9346] By: nick                                  on 2001/03/25  20:58:15
+        Log: Add destruct time hook to PerlIO (for work-in-process implementing
+             layers in perl code. In such cases layers need to be popped before
+             we loose the ability to run perl code.)
+             Also back-out "PerlIO::object" hook - it isn't going to work like that...
+     Branch: perlio
+          ! perl.c perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[  9345] By: nick                                  on 2001/03/25  20:49:11
+        Log: Avoid at leasy one of undefined warnings in Encode.
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+____________________________________________________________________________
+[  9344] By: jhi                                   on 2001/03/25  20:37:43
+        Log: A workaround for using Term::ReadLine in emacs minibuffer
+             from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
+             additional tweaks from Ilya Zakharevich.
+     Branch: perl
+          ! lib/Term/ReadLine.pm
+____________________________________________________________________________
+[  9343] By: nick                                  on 2001/03/25  20:21:14
+        Log: Missing return value.
+     Branch: perlio
+          ! ext/PerlIO/Scalar/Scalar.xs
+____________________________________________________________________________
+[  9342] By: jhi                                   on 2001/03/25  16:21:00
+        Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
+             to equal the CPAN versions since no code changes have been made.
+     Branch: perl
+          ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
+          ! t/lib/md5-file.t
+____________________________________________________________________________
+[  9341] By: jhi                                   on 2001/03/25  16:01:48
+        Log: Escape 8-bit characters.
+     Branch: perl
+          ! t/lib/mimeqp.t
+____________________________________________________________________________
+[  9340] By: gsar                                  on 2001/03/25  15:50:53
+        Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
+             chars)
+     Branch: perl
+          + t/lib/mimeqp.t
+____________________________________________________________________________
+[  9339] By: gsar                                  on 2001/03/25  15:48:50
+        Log: delete mimeqp.t for later with text mode set
+     Branch: perl
+          - t/lib/mimeqp.t
+____________________________________________________________________________
+[  9338] By: nick                                  on 2001/03/25  09:01:57
+        Log: Integrate mainline.
+     Branch: perlio
+         +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+         +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
+         +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
+         +> t/lib/mimeb64u.t t/lib/mimeqp.t
+         !> MANIFEST configure.com djgpp/config.over epoc/config.sh
+         !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
+         !> utils/h2xs.PL win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9337] By: jhi                                   on 2001/03/25  04:23:24
+        Log: Add MIME::Base64 here and there.  Again, a lot of
+             optimism is in the air.
+     Branch: perl
+          ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
+          ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9336] By: jhi                                   on 2001/03/25  04:12:43
+        Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
+             this by ear as I do not do Win32 programming.)
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9335] By: jhi                                   on 2001/03/25  04:03:50
+        Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
+     Branch: perl
+          ! t/lib/md5-file.t
+____________________________________________________________________________
+[  9334] By: jhi                                   on 2001/03/25  03:58:53
+        Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
+     Branch: perl
+          + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+          + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
+          + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
+          + t/lib/mimeb64u.t t/lib/mimeqp.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9333] By: jhi                                   on 2001/03/24  20:14:37
+        Log: Integrate perlio.
+     Branch: perl
+         !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
+____________________________________________________________________________
+[  9332] By: nick                                  on 2001/03/24  19:40:34
+        Log: Fix un-init variable leading to spurious "Out of Memory!"
+     Branch: perlio
+          ! doio.c
+____________________________________________________________________________
+[  9331] By: nick                                  on 2001/03/24  19:09:59
+        Log: Tweak docs for C<open> (boy does that need wholesale revision...)
+             and update layers internals doc.
+     Branch: perlio
+          ! pod/perlfunc.pod pod/perliol.pod
+____________________________________________________________________________
+[  9330] By: jhi                                   on 2001/03/24  18:42:11
+        Log: The length might be uninitialized garbage if the *svp is the undef.
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[  9329] By: jhi                                   on 2001/03/24  18:26:57
+        Log: (Retracted by #9393)
+
+             Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Sat, 24 Mar 2001 17:13:17 +0000
+             Message-ID: <20010324171317.A13406@netthink.co.uk>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[  9328] By: nick                                  on 2001/03/24  17:22:02
+        Log: Integrate mainline.
+     Branch: perlio
+         !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
+         !> lib/unicode/version
+____________________________________________________________________________
+[  9327] By: nick                                  on 2001/03/24  17:16:02
+        Log: Integrate mainline.
+     Branch: perlio
+         +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+         +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
+         +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
+         +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
+         +> t/lib/md5-file.t
+         !> MANIFEST Makefile.SH configure.com djgpp/config.over
+         !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
+         !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
+         !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
+         !> win32/makefile.mk
+____________________________________________________________________________
+[  9326] By: jhi                                   on 2001/03/24  17:00:42
+        Log: Upgrade to Unicode 3.1 beta 2001-03-23.
+     Branch: perl
+          ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
+          ! lib/unicode/version
+____________________________________________________________________________
+[  9325] By: jhi                                   on 2001/03/24  16:22:33
+        Log: Subject: Re: B::Deparse bug (5.6.0)
+             From: Robin Houston <robin@kitsite.com>
+             Date: Sat, 24 Mar 2001 14:33:09 +0000
+             Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! op.c pp.c t/lib/b.t t/op/repeat.t
+____________________________________________________________________________
+[  9324] By: jhi                                   on 2001/03/24  16:21:56
+        Log: Boldly add extensions to be built to VMS, EPOC, UTS,
+             U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
+             these additions may be too optimistic.
+     Branch: perl
+          ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
+          ! hints/uwin.sh hints/vmesa.sh
+____________________________________________________________________________
+[  9323] By: jhi                                   on 2001/03/24  16:06:01
+        Log: Integrate perlio.
+     Branch: perl
+         +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
+         +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
+          ! Makefile.SH
+         !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
+         !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
+         !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
+         !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
+         !> win32/makefile.mk win32/perlhost.h win32/win32.c
+         !> win32/win32iop.h
+____________________________________________________________________________
+[  9322] By: nick                                  on 2001/03/24  14:39:12
+        Log: Routine Win32 regen_config_h - no real changes.
+     Branch: perlio
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
+[  9321] By: nick                                  on 2001/03/24  14:31:49
+        Log: PerlIO fixups for Win32:
+             - provide win33_popenlist() - non-functional as yet.
+             - avoid need for aTHX in PerlIO_debug calls - even if not 
+             enabled args are still evaluated so Win32 has trouble during fork().
+             - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
+             - Fixup makedef.pl for latest set of symbols.
+     Branch: perlio
+          ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
+          ! win32/perlhost.h win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[  9320] By: nick                                  on 2001/03/24  14:26:58
+        Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
+             was gibberish - broke it on WIn32 at least.
+     Branch: perlio
+          ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[  9319] By: nick                                  on 2001/03/24  11:29:41
+        Log: Generated files.
+     Branch: perlio
+          ! embed.h global.sym objXSUB.h perlapi.c proto.h
+____________________________________________________________________________
+[  9318] By: nick                                  on 2001/03/24  10:29:37
+        Log: Implement:
+             1.  open($fh,"+<",undef);  # add test to t/io/open.t
+             2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
+     Branch: perlio
+          + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
+          + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
+          ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
+          ! t/io/open.t t/io/utf8.t
+____________________________________________________________________________
+[  9317] By: jhi                                   on 2001/03/23  23:41:25
+        Log: AIX does seems to have optimization problems with its C compilers.
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[  9316] By: jhi                                   on 2001/03/23  23:40:46
+        Log: Integrate perlio.
+     Branch: perl
+         +> lib/PerlIO.pm
+         !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
+         !> perliol.h
+____________________________________________________________________________
+[  9315] By: jhi                                   on 2001/03/23  22:16:30
+        Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
+     Branch: perl
+          ! t/lib/md5-file.t
+____________________________________________________________________________
+[  9314] By: nick                                  on 2001/03/23  20:49:02
+        Log: Perlio internals re-organized.
+             - open process creates AV of layer/arg pairs
+             (appends layers from open() or open.pm to default list).
+             - push arg is now an SV.
+             - layer ->Open get passed the AV
+             - open is no longer mandatory method.
+             - topmost layer that has ->Open method does the open
+             - any layers above are pushed once that returns.
+             - vtable re-ordered so dummy layers need only provide push/pop methods.
+     Branch: perlio
+          ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[  9313] By: nick                                  on 2001/03/23  16:27:41
+        Log: Check in a stable (working) version before next round of tweaks.
+             Changes include:
+             - Move default layers code out of doio.c and into perlio.c
+             - Single routine for parsing layer specification strings.
+             - Skeleton support for demand loading of layers
+             - Core-dump avoidance if PERLIO environment specifies loadable layer
+             (does not _work_ as need IO to load and need load to do IO ...)
+     Branch: perlio
+          + lib/PerlIO.pm
+          ! MANIFEST doio.c perlio.c
+____________________________________________________________________________
+[  9312] By: gsar                                  on 2001/03/23  16:25:25
+        Log: add execute bit to files with shebang lines in the repository;
+             avoid clobbering execute bit in Porting/makerel 
+     Branch: maint-5.6/perl
+          ! (edit 144 files)
+____________________________________________________________________________
+[  9311] By: jhi                                   on 2001/03/23  14:25:35
+        Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[  9310] By: jhi                                   on 2001/03/23  13:45:04
+        Log: Subject: [PATCH] Net::Ping
+             From: Colin McMillen <mcmi0037@tc.umn.edu>
+             Date: Thu, 22 Mar 2001 19:30:31 -0600
+             Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
+     Branch: perl
+          ! lib/Net/Ping.pm
+____________________________________________________________________________
+[  9309] By: jhi                                   on 2001/03/23  13:39:13
+        Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
+     Branch: perl
+          ! t/lib/md5-aaa.t t/lib/md5-file.t
+____________________________________________________________________________
+[  9308] By: jhi                                   on 2001/03/23  13:20:34
+        Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
+             - bump the version to 2.14
+             - drop the base64 tests since they require MIME::Base64
+             - drop the rfc1321.txt
+             - drop the hints/dec_osf.pl since it's only needed for
+             pre-5.005_03 Perls
+             Todo:
+             - the U32 alignment testing is now removed; it needs to
+             be reintroduced as as a Config variable (meaning also
+             as a Configure test)
+             - get the new EBCDIC md5sum for MD5.pm
+             - test in Win32 to see how badly I botched the makefiles
+     Branch: perl
+          + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
+          + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
+          + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
+          + t/lib/md5-file.t
+          ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9307] By: jhi                                   on 2001/03/23  12:56:14
+        Log: Integrate change #9306 from maintperl into mainline,
+             AIX dynaloader for AIXes without <load.h>.
+     Branch: perl
+         !> ext/DynaLoader/hints/aix.pl
+____________________________________________________________________________
+[  9306] By: jhi                                   on 2001/03/23  12:51:36
+        Log: There are AIXes without /usr/include/load.h,
+             patch from H.Merijn Brand.
+     Branch: maint-5.6/perl
+          ! ext/DynaLoader/hints/aix.pl
+____________________________________________________________________________
+[  9305] By: nick                                  on 2001/03/23  11:00:42
+        Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
+     Branch: perlio
+          ! ext/Encode/Encode.xs perlio.c perlio.h
+____________________________________________________________________________
+[  9304] By: nick                                  on 2001/03/23  10:20:46
+        Log: Render -Duseperlio functional again.
+             - this is "quick fix" which calls PerlIO_apply_layers after opening,
+             which is what old scheme did. New scheme needs to change that
+             to make open(...,\$scalar) etc. work but this will do for now.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[  9303] By: nick                                  on 2001/03/23  09:53:20
+        Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
+             -Uuseperlio now works again.
+             -Duseperlio is still poorly. Don't merge yet...
+     Branch: perlio
+          ! doio.c perlio.h
+____________________________________________________________________________
+[  9302] By: nick                                  on 2001/03/22  22:26:51
+        Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
+             type code.
+             - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
+             is its main caller. In particular now has access to "extra" args, and
+             can tell when an open handle is "reopened" (or duped?).
+             - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
+             - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
+             PerlIO_open() et. al. (i.e. other way round).
+             - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
+             with args close to PerlIO_openn().
+     Branch: perlio
+          ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[  9301] By: jhi                                   on 2001/03/22  20:58:04
+        Log: Integrate perlio.
+     Branch: perl
+         !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
+         !> t/io/open.t util.c
+____________________________________________________________________________
+[  9300] By: nick                                  on 2001/03/22  17:36:32
+        Log: Don't include $@ in not ok message.
+     Branch: perlio
+          ! t/io/open.t
+____________________________________________________________________________
+[  9299] By: gsar                                  on 2001/03/22  16:53:45
+        Log: back out changes#7532,7521 for now (appears to have problems
+             on IRIX)
+     Branch: maint-5.6/perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
+          ! ext/POSIX/typemap pod/perlvar.pod
+____________________________________________________________________________
+[  9298] By: nick                                  on 2001/03/22  14:35:46
+        Log: Give a meaning to '&' in n-arg open case:
+             open($fh,"<&",$scalar);
+             $scalar can be:
+             - an integer which does "fdopen"
+             open($fh,"<&",2); # like open($fh,"<&2")
+             - something that will yield a file handle via sv_2io()
+             useful for dup'ing anonymous handles.
+             e.g.:
+             open(my $fh,"<&",\*STDIN);
+             open(my $dup,"<&",$fh);
+     Branch: perlio
+          ! doio.c t/io/open.t
+____________________________________________________________________________
+[  9297] By: nick                                  on 2001/03/22  13:34:35
+        Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
+     Branch: perlio
+          ! util.c
+____________________________________________________________________________
+[  9296] By: nick                                  on 2001/03/22  12:51:20
+        Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
+     Branch: perlio
+          ! perl.c
+____________________________________________________________________________
+[  9295] By: nick                                  on 2001/03/22  11:59:44
+        Log: If stdin, stdout or stderr get opened in unexpected read/write state
+             then warn at time of open not at time of use.
+     Branch: perlio
+          ! doio.c pp_hot.c pp_sys.c
+____________________________________________________________________________
+[  9294] By: nick                                  on 2001/03/22  10:54:35
+        Log: Die on n-arg open(...,"",xxx,yyy,...)
+             - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
+             - die on read/write cases so we can decide what it means later.
+     Branch: perlio
+          ! doio.c embed.pl iperlsys.h util.c
+____________________________________________________________________________
+[  9293] By: nick                                  on 2001/03/22  09:02:45
+        Log: perlio tweaks (reported by Nick Clark)
+             Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
+             error check in Pendinf_read().
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[  9292] By: gsar                                  on 2001/03/22  07:12:00
+        Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
+             fixes)
+     Branch: maint-5.6/perl
+         !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
+____________________________________________________________________________
+[  9291] By: jhi                                   on 2001/03/22  06:06:44
+        Log: Regex tests from Chicheng Zhang.  (Already fixed.)
+     Branch: perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[  9290] By: jhi                                   on 2001/03/22  05:57:01
+        Log: Move MacOS Classic higher in the list of supported platforms.
+     Branch: maint-5.6/perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[  9289] By: gsar                                  on 2001/03/22  05:35:04
+        Log: revert part of change#6438 for compatibility (av_reify()
+             appears to be needed to implement av_splice()ish things
+             in XS)
+     Branch: maint-5.6/perl
+          ! embed.pl global.sym objXSUB.h perlapi.c
+____________________________________________________________________________
+[  9288] By: gsar                                  on 2001/03/22  03:09:19
+        Log: update copyright year
+     Branch: maint-5.6/perl
+          ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
+          ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
+          ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
+          ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
+          ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
+          ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
+          ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
+          ! x2p/walk.c
+____________________________________________________________________________
+[  9287] By: jhi                                   on 2001/03/21  20:30:54
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[  9286] By: gsar                                  on 2001/03/21  19:49:54
+        Log: makefile.mk tweak
+     Branch: maint-5.6/perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[  9285] By: nick                                  on 2001/03/21  19:07:13
+        Log: Multiplicity fix for Dumper.
+     Branch: perlio
+          ! ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[  9284] By: nick                                  on 2001/03/21  19:01:07
+        Log: Integrate mainline - (does not build xTHX issue in Dumper).
+     Branch: perlio
+         !> (integrate 27 files)
+____________________________________________________________________________
+[  9283] By: jhi                                   on 2001/03/21  17:17:35
+        Log: Integrate change #9282 from mainline into maintperl,
+             4-arg UTF-8 substr().
+     Branch: maint-5.6/perl
+         !> pp.c
+____________________________________________________________________________
+[  9282] By: jhi                                   on 2001/03/21  17:15:43
+        Log: The #9270 would have leaked a scalar if pp_substr()
+             returned early.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[  9281] By: gsar                                  on 2001/03/21  17:03:14
+        Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
+     Branch: maint-5.6/perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9280] By: gsar                                  on 2001/03/21  17:01:20
+        Log: some tweaks to change#9278 (fork() emulation should be enabled
+             by setting BUILD_FLAVOR instead of changing the defaults)
+     Branch: maint-5.6/perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[  9279] By: gsar                                  on 2001/03/21  16:47:19
+        Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
+     Branch: maint-5.6/perl
+          ! ext/File/Glob/Glob.pm
+         !> lib/Cwd.pm
+____________________________________________________________________________
+[  9278] By: jhi                                   on 2001/03/21  14:35:10
+        Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
+             From: "Vadim Konovalov" <watman@inbox.ru>
+             Date: Wed, 21 Mar 2001 01:53:51 +0300
+             Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
+     Branch: maint-5.6/perl
+          ! win32/makefile.mk win32/win32sck.c
+____________________________________________________________________________
+[  9277] By: jhi                                   on 2001/03/21  13:58:28
+        Log: Integrate change #9270 from mainline to maintperl:
+             continued 4-arg UTF-8 substr() fixing.
+     Branch: maint-5.6/perl
+         !> pp.c t/op/substr.t
+____________________________________________________________________________
+[  9276] By: jhi                                   on 2001/03/21  13:33:00
+        Log: More pixie cleaning.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9275] By: jhi                                   on 2001/03/21  03:54:17
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9274] By: jhi                                   on 2001/03/21  03:48:24
+        Log: First stab at making Data::Dumper to grok Unicode.
+             
+             TODO: tests, EBCDICify.
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[  9273] By: jhi                                   on 2001/03/21  02:23:00
+        Log: Fix for
+             
+             Subject: Memory leak in unquoted print   
+             From: Benjamin Sugars <bsugars@canoe.ca> 
+             Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! perlio.c
+____________________________________________________________________________
+[  9272] By: jhi                                   on 2001/03/21  01:33:17
+        Log: Subject: Re: [PATCH] POSIX::getcwd()
+             From: Benjamin Sugars <bsugars@canoe.ca> 
+             Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
+     Branch: perl
+          ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[  9271] By: jhi                                   on 2001/03/21  01:22:52
+        Log: Subject: [PATCH] Cwd.pm docs
+             From: Benjamin Sugars <bsugars@canoe.ca>
+             Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
+             Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[  9270] By: jhi                                   on 2001/03/21  01:16:29
+        Log: Continue 4-arg substr() UTF-8 fixage.
+     Branch: perl
+          ! pp.c t/op/substr.t
+____________________________________________________________________________
+[  9269] By: jhi                                   on 2001/03/21  00:46:14
+        Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
+             
+             revert the leak fix in change#9142 (problem needs a more experimental
+             fix unsuitable for 5.6.1)
+             
+             do alphabetical sorting by default (for csh compatibility)
+             
+             cut-n-paste goof in change#9264
+             
+             VMS piping fixes (from Charles Lane)
+     Branch: perl
+         !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
+         !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
+         !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
+____________________________________________________________________________
+[  9268] By: jhi                                   on 2001/03/21  00:37:04
+        Log: Integrate perlio.
+     Branch: perl
+         !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
+         !> utf8.c utf8.h utfebcdic.h
+____________________________________________________________________________
+[  9267] By: nick                                  on 2001/03/20  20:04:39
+        Log: More EBCDIC stuff:
+             - Loose the extra level of function on ASCII.
+             - spotted a chr(0) issue in sv.c
+             - re-work of UTF-X tr/// ranges to work in Unicode
+             space. Still issues with the "0xff is illegal UTF-8" hack.
+             - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
+             (why do it once when you can do it all over the place :-(
+             - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
+             need utf8.pm for swashes.
+             - Simplified and commented scan_const() in toke.c
+             Still something wrong regexp and tr (swashes?).
+     Branch: perlio
+          ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
+          ! utf8.c utf8.h utfebcdic.h
+____________________________________________________________________________
+[  9266] By: gsar                                  on 2001/03/20  19:16:43
+        Log: VMS piping fixes (from Charles Lane)
+     Branch: maint-5.6/perl
+          ! vms/vms.c vms/vmspipe.com
+____________________________________________________________________________
+[  9265] By: gsar                                  on 2001/03/20  17:53:52
+        Log: cut-n-paste goof in change#9264
+     Branch: maint-5.6/perl
+          ! ext/File/Glob/Glob.xs
+____________________________________________________________________________
+[  9264] By: gsar                                  on 2001/03/20  17:43:47
+        Log: do alphabetical sorting by default (for csh compatibility);
+             bsd_glob() does ASCII sort by default as usual, unless
+             GLOB_ALPHASORT was specified
+     Branch: maint-5.6/perl
+          ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
+          ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
+          ! ext/File/Glob/bsd_glob.h
+____________________________________________________________________________
+[  9263] By: gsar                                  on 2001/03/20  16:40:08
+        Log: integrate change#9255 from mainline (unicode fix)
+             
+             substr($bytestr, i, n, $charstr)
+     Branch: maint-5.6/perl
+         !> Todo-5.6 pp.c t/op/substr.t
+____________________________________________________________________________
+[  9262] By: gsar                                  on 2001/03/20  15:57:41
+        Log: revert the leak fix in change#9142 (problem needs a more experimental
+             fix unsuitable for 5.6.1)
+     Branch: maint-5.6/perl
+          ! scope.c
+____________________________________________________________________________
+[  9261] By: jhi                                   on 2001/03/20  14:26:25
+        Log: Integrate changes #9259,9260 from maintperl into mainline.
+             
+             Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
+             
+             Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
+     Branch: perl
+         !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
+____________________________________________________________________________
+[  9260] By: jhi                                   on 2001/03/20  14:05:46
+        Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 20 Mar 2001 10:12:04 GMT
+             Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
+     Branch: maint-5.6/perl
+          ! run.c
+____________________________________________________________________________
+[  9259] By: jhi                                   on 2001/03/20  14:04:39
+        Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Tue, 20 Mar 2001 00:40:56 -0500
+             Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
+     Branch: maint-5.6/perl
+          ! ext/POSIX/POSIX.xs lib/File/Path.pm
+____________________________________________________________________________
+[  9258] By: jhi                                   on 2001/03/20  05:09:34
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9257] By: jhi                                   on 2001/03/20  05:04:25
+        Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
+     Branch: perl
+          ! t/op/tr.t
+____________________________________________________________________________
+[  9256] By: jhi                                   on 2001/03/20  04:43:12
+        Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
+     Branch: maint-5.6/perl
+          ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
+____________________________________________________________________________
+[  9255] By: jhi                                   on 2001/03/19  23:17:17
+        Log: substr($bytestr, i, n, $charstr)
 
+             TODO: we are still broken if $bytestr needs UTF-8 upgrading.
+     Branch: perl
+          ! Todo-5.6 pp.c t/op/substr.t
+____________________________________________________________________________
+[  9254] By: jhi                                   on 2001/03/19  22:25:09
+        Log: Rearrange the make test target prerequisites so that
+             in a parallel make 'all' is finished before 'test'.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9253] By: jhi                                   on 2001/03/19  21:48:07
+        Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
+             From: Robin Houston <robin@kitsite.com>
+             Date: Mon, 19 Mar 2001 15:48:41 +0000
+             Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[  9252] By: jhi                                   on 2001/03/19  21:42:27
+        Log: Integrate perlio.
+     Branch: perl
+         !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
+         !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
+         !> utfebcdic.h vms/perly_c.vms
+____________________________________________________________________________
+[  9251] By: jhi                                   on 2001/03/19  21:31:28
+        Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
+             
+             Dynaloading in 64-bit AIX with vac.
+     Branch: perl
+         !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
+         !> hints/aix.sh
+____________________________________________________________________________
+[  9250] By: jhi                                   on 2001/03/19  21:18:00
+        Log: A more robust solution for the 64bitall AIX dynaloading
+             problem, from Jens-Uwe Mager.
+     Branch: maint-5.6/perl
+          ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
+____________________________________________________________________________
+[  9249] By: nick                                  on 2001/03/19  20:59:37
+        Log: Integrate mainline.
+     Branch: perlio
+         !> (integrate 42 files)
+____________________________________________________________________________
+[  9248] By: nick                                  on 2001/03/19  20:22:07
+        Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
+             (Building on OS390 uses native YACC and YYDEBUG has other
+             side effects.)
+     Branch: perlio
+          ! perly.c perly.y vms/perly_c.vms
+____________________________________________________________________________
+[  9247] By: jhi                                   on 2001/03/19  19:59:53
+        Log: 64-bit AIX dynaloading problem (see #9244) idea
+             from Jens-Uwe Mager.
+     Branch: maint-5.6/perl
+          ! ext/DynaLoader/dl_aix.xs
+____________________________________________________________________________
+[  9246] By: nick                                  on 2001/03/19  19:27:57
+        Log: More EBCDIC fixes.
+     Branch: perlio
+          ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
+          ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
+____________________________________________________________________________
+[  9245] By: jhi                                   on 2001/03/19  19:05:19
+        Log: Integrate change #9243 from mainline into maintperl.
+             
+             Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
+     Branch: maint-5.6/perl
+         !> README.vmesa
+____________________________________________________________________________
+[  9244] By: jhi                                   on 2001/03/19  19:03:15
+        Log: Get 64bitall AIX building, but still does not test okay:
+             dynaloading anything fails, for example for op/defins:
+             Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
+             (update: fixed by #9247,9250)
+     Branch: maint-5.6/perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[  9243] By: jhi                                   on 2001/03/19  19:00:16
+        Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Mon, 19 Mar 2001 18:01:57 GMT
+             Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
+     Branch: perl
+          ! README.vmesa
+____________________________________________________________________________
+[  9242] By: jhi                                   on 2001/03/19  18:58:43
+        Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
+             
+             TODO: tests.
+     Branch: perl
+          ! doop.c op.c
+____________________________________________________________________________
+[  9241] By: gsar                                  on 2001/03/19  17:34:46
+        Log: VMSify tests (from Charles Lane)
+     Branch: maint-5.6/perl
+          ! t/lib/filehand.t t/lib/texttabs.t
+____________________________________________________________________________
+[  9240] By: jhi                                   on 2001/03/19  14:24:26
+        Log: Integrate change #9233 from maintperl into mainline.
+             
+             some refcounts were incorrect in perl_clone()
+     Branch: perl
+         !> sv.c
+____________________________________________________________________________
+[  9239] By: gsar                                  on 2001/03/19  09:23:17
+        Log: this is 5.6.1-trial3
+     Branch: maint-5.6/perl
+          ! Changes
+____________________________________________________________________________
+[  9238] By: gsar                                  on 2001/03/19  08:47:04
+        Log: some new symbols are only available under ithreads
+     Branch: maint-5.6/perl
+          ! makedef.pl
+____________________________________________________________________________
+[  9237] By: gsar                                  on 2001/03/19  08:42:28
+        Log: update patchlevel.h, Changes, &c.
+     Branch: maint-5.6/perl
+          ! Changes patchlevel.h pod/perlhist.pod
+         !> AUTHORS
+____________________________________________________________________________
+[  9236] By: gsar                                  on 2001/03/19  08:17:49
+        Log: integrate changes#8068,8717 from mainline
+             
+             [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
+             
+             [PATCH CPAN 1.59_51] warning message (not!)
+     Branch: maint-5.6/perl
+         !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
+         !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
+         !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
+         !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
+         !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
+____________________________________________________________________________
+[  9235] By: gsar                                  on 2001/03/19  08:07:09
+        Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
+             
+             [PATCH] Add missing CV flags to dump.c
+             
+             Re: [patch] Re: PL_ptr_table
+             
+             Fixup non-ithread build after 8713
+             
+             Generated files form 8713 etc.
+             
+             Correct the correction :-(
+             
+             Documenting coderef @INC (Re: CPAN "make this script work" feature)
+             
+             Subject: Re: sync sync sync: have I missed any patches?
+             Replace djSP with dSP.
+     Branch: maint-5.6/perl
+         !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
+         !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
+         !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
+         !> sv.c sv.h win32/perlhost.h
+____________________________________________________________________________
+[  9234] By: gsar                                  on 2001/03/19  07:22:05
+        Log: revert the change#9090 integrate for now (change looks somewhat
+             incomplete in that [ha]v_exists() need something similar; lacks
+             tests; &c.)
+     Branch: maint-5.6/perl
+          ! hv.c
+____________________________________________________________________________
+[  9233] By: gsar                                  on 2001/03/19  07:10:01
+        Log: some refcounts were incorrect in perl_clone(); avoid hang in global
+             destruction when there are unreferenced scalars (SvREFCNT==0)
+     Branch: maint-5.6/perl
+          ! sv.c
+____________________________________________________________________________
+[  9232] By: jhi                                   on 2001/03/19  05:11:02
+        Log: Regen api and toc.
+     Branch: maint-5.6/perl
+          ! pod/perlapi.pod pod/perltoc.pod
+____________________________________________________________________________
+[  9231] By: jhi                                   on 2001/03/19  04:06:03
+        Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
+             add a lost line in pp.c:pp_chop(), update to new op/chop.
+             
+             Clarify the description differentiating for and while; inspired by
+             
+             Subject: [ID 20010306.004] || != named unary operator
+             
+             The $Is_MacOS needs to be declared.
+     Branch: maint-5.6/perl
+          ! pp.c t/op/chop.t
+         !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
+____________________________________________________________________________
+[  9230] By: jhi                                   on 2001/03/19  03:48:16
+        Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
+             9079,9083,9089,9090,9091 from mainline to maintperl.
+             
+             Quieten some noise in Win32 builds
+             
+             Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
+             
+             The perlretut was still talking about the old \p and \P
+             definitions.
+             
+             More tweakage on the Unicode character class descriptions.
+             
+             Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
+             
+             Subject: 'no *POSIX' Patch speeding up make on BS2000 
+             
+             Subject: [PATCH] perldata.pod here-doc docs
+             
+             Add /sbin and /usr/sbin to the list of directories scanned
+             for setuid programs.  Takes care of bug id 20010309.003.
+             
+             Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
+             
+             In op/stat #35 better to scan all the potential directories
+             for setuids, not just the first one.
+     Branch: maint-5.6/perl
+          ! Makefile.SH
+         !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
+         !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
+         !> t/op/stat.t toke.c win32/win32.h
+____________________________________________________________________________
+[  9229] By: jhi                                   on 2001/03/19  02:31:50
+        Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Sat, 10 Mar 2001 14:22:19 -0500
+             Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
+     Branch: maint-5.6/perl
+          ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
+          ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
+          ! t/lib/b.t t/lib/errno.t
+____________________________________________________________________________
+[  9228] By: jhi                                   on 2001/03/19  02:29:59
+        Log: Integrate changes #9113,9122 from mainline into maintperl.
+             
+             Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
+     Branch: maint-5.6/perl
+         !> Configure README.os390 hints/os390.sh
+____________________________________________________________________________
+[  9227] By: jhi                                   on 2001/03/19  02:22:35
+        Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
+             into maintperl.
+             
+             Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
+             
+             Forgot to check-in the larger part of #9120, duh.
+             
+             Subject: Another patch for integer.pm POD 
+             
+             h2ph strictness and cleanliness from Kurt Starsinic.
+             
+             Borland filename case problem.
+             
+             h2ph strictness and cleanliness from Kurt Starsinic.
+             
+             Subject: [PATCH] the uncontroversial doc patches
+     Branch: maint-5.6/perl
+         +> win32/sncfnmcs.pl
+         !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
+         !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
+         !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
+         !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
+         !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
+         !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
+         !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
+____________________________________________________________________________
+[  9226] By: jhi                                   on 2001/03/19  02:10:21
+        Log: Integrate changes #9207,9214 from mainline into maintperl.
+             
+             podchecker relaxations: =over has an *optional* number after it,
+             and whitespace in L<> is okay.
+     Branch: maint-5.6/perl
+         !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
+         !> t/pod/poderrs.xr
+____________________________________________________________________________
+[  9225] By: jhi                                   on 2001/03/19  02:07:38
+        Log: Integrate change #9219 from maintperl into mainline.
+             
+             remove duplicated tests
+     Branch: perl
+         !> t/op/re_tests
+____________________________________________________________________________
+[  9224] By: jhi                                   on 2001/03/19  02:06:11
+        Log: Integrate change #9223 from mainline to maintperl.
+             
+             Document -Dmksymlinks.
+     Branch: maint-5.6/perl
+         !> INSTALL
+____________________________________________________________________________
+[  9223] By: jhi                                   on 2001/03/19  02:01:25
+        Log: Document -Dmksymlinks.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[  9222] By: jhi                                   on 2001/03/19  01:15:35
+        Log: The -Dmksymlinks wasn't working for maintperl.
+     Branch: maint-5.6/perl
+          ! Configure
+____________________________________________________________________________
+[  9221] By: jhi                                   on 2001/03/19  00:49:43
+        Log: Cleanup pixie residue.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9220] By: jhi                                   on 2001/03/19  00:44:47
+        Log: Document the use of pixie/prof; create make targets for it.
+             
+             TODO: make t/TEST pixie-aware.
+     Branch: perl
+          ! Makefile.SH pod/perlhack.pod
+____________________________________________________________________________
+[  9219] By: gsar                                  on 2001/03/19  00:16:55
+        Log: remove duplicated tests
+     Branch: maint-5.6/perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[  9218] By: jhi                                   on 2001/03/18  23:59:31
+        Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
+     Branch: perl
+          ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
+____________________________________________________________________________
+[  9217] By: jhi                                   on 2001/03/18  23:25:20
+        Log: Rewrite the tests section of Makefile to be less redundant
+             and to allow for more flexible test targets, many recursive
+             make calls introduced.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9216] By: jhi                                   on 2001/03/18  22:30:04
+        Log: Document the use of Third Degree (sparsely).
+     Branch: perl
+          ! pod/perlhack.pod t/TEST
+____________________________________________________________________________
+[  9215] By: jhi                                   on 2001/03/18  22:10:30
+        Log: Make targets for testing with Third Degree.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9214] By: jhi                                   on 2001/03/18  21:08:53
+        Log: The podchecker relaxations need to mirrored also at the tests.
+     Branch: perl
+          ! t/pod/poderrs.xr
+____________________________________________________________________________
+[  9213] By: jhi                                   on 2001/03/18  20:56:21
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9212] By: jhi                                   on 2001/03/18  20:36:59
+        Log: Looking for config.sh in parent directories isn't
+             very useful for the toplevel Makefile.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9211] By: jhi                                   on 2001/03/18  20:33:37
+        Log: On "make clean" take care of Third Degree droppings.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9210] By: jhi                                   on 2001/03/18  20:21:34
+        Log: Add a hook for running the tests under the Third Degree
+             debugging tool (set $ENV{PERL_3LOG} to non-zero)
+             
+             TODO: Document the use of Third Degree.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[  9209] By: jhi                                   on 2001/03/18  20:19:07
+        Log: Regen toc and api pods.
+     Branch: perl
+          ! pod/perlapi.pod pod/perltoc.pod
+____________________________________________________________________________
+[  9208] By: jhi                                   on 2001/03/18  20:12:12
+        Log: Integrate changes #8128,9132 from mainline into maintperl,
+             Tie::SubstrHash fixes.
+     Branch: maint-5.6/perl
+         !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
+____________________________________________________________________________
+[  9207] By: jhi                                   on 2001/03/18  20:07:43
+        Log: podchecker relaxations from Michael Stevens.
+     Branch: perl
+          ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
+____________________________________________________________________________
+[  9206] By: jhi                                   on 2001/03/18  20:04:24
+        Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
+     Branch: perl
+          ! lib/Locale/Constants.pm lib/Locale/Country.pm
+          ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
+          ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
+____________________________________________________________________________
+[  9205] By: jhi                                   on 2001/03/18  19:54:45
+        Log: Integrate changes #9161,9162 from maintperl to mainline.
+             
+             clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
+             results
+     Branch: perl
+         !> t/op/magic.t
+____________________________________________________________________________
+[  9204] By: jhi                                   on 2001/03/18  19:37:46
+        Log: Make perl.third checks more understandable to the builder.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9203] By: jhi                                   on 2001/03/18  19:20:54
+        Log: Re-integrate #9138 from maintperl to mainline,
+             the squelching of the unneeded "Scalars leaked" messages.
+     Branch: perl
+         !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
+         !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
+         !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
+____________________________________________________________________________
+[  9202] By: jhi                                   on 2001/03/18  18:48:36
+        Log: More robust and more paranoid perl.third target.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9201] By: jhi                                   on 2001/03/18  18:39:21
+        Log: Integrate change #9197 from maintperl to mainline.
+             
+             more thorough cleaning of arenas.
+     Branch: perl
+         !> embed.pl perl.c proto.h sv.c t/op/sort.t
+____________________________________________________________________________
+[  9200] By: jhi                                   on 2001/03/18  18:25:17
+        Log: Integrate perlio.
+     Branch: perl
+         !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
+         !> t/lib/encode.t toke.c universal.c utf8.c
+____________________________________________________________________________
+[  9199] By: nick                                  on 2001/03/18  15:23:51
+        Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
+             is the sense of the test being done. Avoid some magical 127 and 128 values
+             by using macros.
+     Branch: perlio
+          ! doop.c pp_ctl.c sv.c toke.c
+____________________________________________________________________________
+[  9198] By: nick                                  on 2001/03/18  14:18:12
+        Log: UTF-X encoding invariance for Encode:
+             - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
+             - move the XS code for those to universal.c (so in miniperl)
+             - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
+             - change ext/Encode/compile to use above.
+             - Fix t/lib/encode.t for above
+             - Teach t/lib/b.t to expect -uutf8
+             - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
+             utf8.pm is needed.
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
+          ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
+____________________________________________________________________________
+[  9197] By: gsar                                  on 2001/03/18  12:15:57
+        Log: more thorough cleaning of arenas--keep going until no more
+             SvREFCNT_dec()s occur (this fixes the problem that causes the
+             pesky "Scalars leaked" warnings)
+     Branch: maint-5.6/perl
+          ! embed.pl perl.c proto.h sv.c t/op/sort.t
+____________________________________________________________________________
+[  9196] By: nick                                  on 2001/03/18  10:57:29
+        Log: Fix pragma/utf8.t # 15
+             - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
+             are SvUTF8 as well.
+     Branch: perlio
+          ! toke.c
+____________________________________________________________________________
+[  9195] By: nick                                  on 2001/03/18  09:27:06
+        Log: Integrate mainline
+     Branch: perlio
+         !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
+         !> t/op/pat.t
+____________________________________________________________________________
+[  9194] By: jhi                                   on 2001/03/18  05:29:59
+        Log: Sarathy's clear_pmop patch with Radu Greab's fix,
+             Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
+     Branch: perl
+          ! op.c op.h t/op/misc.t t/op/pat.t
+____________________________________________________________________________
+[  9193] By: jhi                                   on 2001/03/18  05:15:06
+        Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
+     Branch: perl
+          ! mg.c t/op/pat.t
+____________________________________________________________________________
+[  9192] By: jhi                                   on 2001/03/18  04:22:43
+        Log: tr/// UTF-8 patches from Inaba Hiroto.
+     Branch: perl
+          ! doop.c op.c
+____________________________________________________________________________
+[  9191] By: jhi                                   on 2001/03/18  04:21:17
+        Log: Integrate perlio.
+     Branch: perl
+         !> utf8.c utfebcdic.h
+____________________________________________________________________________
+[  9190] By: nick                                  on 2001/03/17  20:32:01
+        Log: Correct #if EBCDIC side typos.
+             Builds and passes many tests on OS390.
+     Branch: perlio
+          ! utf8.c utfebcdic.h
+____________________________________________________________________________
+[  9189] By: jhi                                   on 2001/03/17  18:55:49
+        Log: Add prerequisites for the perl.third target.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9188] By: jhi                                   on 2001/03/17  18:46:00
+        Log: Integrate perlio.
+     Branch: perl
+         +> utfebcdic.h
+         !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
+____________________________________________________________________________
+[  9187] By: jhi                                   on 2001/03/17  18:38:47
+        Log: Add a make rule for perl.third (the Third Degree memory debugging
+             tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[  9186] By: nick                                  on 2001/03/17  18:34:48
+        Log: MANIFEST addition :-(
+     Branch: perlio
+          ! MANIFEST
+____________________________________________________________________________
+[  9185] By: nick                                  on 2001/03/17  18:29:50
+        Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
+             encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
+             a superset of ASCII are invariant under the encoding. This is EBCDIC
+             friendly as an encoded string can be looked at as being EBCDIC by lexer
+             sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
+             ASCII on ASCII machines.
+             
+             - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
+             seperate.
+             - Add some more macros to comprehend different shift amounts and
+             possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
+             - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
+             and conditionaly #include it.
+             
+             EBCDIC build as yet untested.  ASCII still fails the one test.
+     Branch: perlio
+          + utfebcdic.h
+          ! utf8.c utf8.h
+____________________________________________________________________________
+[  9184] By: nick                                  on 2001/03/17  17:44:16
+        Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
+     Branch: perlio
+          ! doop.c perl.h pp.c utf8.h
+____________________________________________________________________________
+[  9183] By: jhi                                   on 2001/03/17  15:55:42
+        Log: Integrate perlio.
+     Branch: perl
+          ! MANIFEST
+         !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  9182] By: nick                                  on 2001/03/17  09:16:06
+        Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
+     Branch: perlio
+          ! t/op/pat.t
+____________________________________________________________________________
+[  9181] By: nick                                  on 2001/03/17  09:15:11
+        Log: Integrate mainline.
+     Branch: perlio
+         +> lib/Locale/Constants.pm lib/Locale/Country.pm
+         +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
+         +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
+         +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
+         !> (integrate 83 files)
+____________________________________________________________________________
+[  9180] By: nick                                  on 2001/03/16  17:23:21
+        Log: EBCDIC Fixes.
+     Branch: perlio
+          ! perl.h sv.c toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  9179] By: jhi                                   on 2001/03/16  14:10:12
+        Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
+             a change needed to work around an AIX compiler bug.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[  9178] By: jhi                                   on 2001/03/16  03:19:59
+        Log: With Damian's approval synchronize damian's modules'
+             licensing with Perl's standard module licensing.
+     Branch: perl
+          ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
+____________________________________________________________________________
+[  9177] By: jhi                                   on 2001/03/16  03:15:34
+        Log: Make the Filter::Util:Call files have their own copies
+             of the Perl standard module licensing, from Paul Marquess.
+     Branch: perl
+          ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
+____________________________________________________________________________
+[  9176] By: jhi                                   on 2001/03/16  02:56:04
+        Log: Subject: [PATCH] more pod patches
+             From: Michael Stevens <michael@etla.org>
+             Date: Thu, 15 Mar 2001 21:25:18 +0000
+             Message-ID: <20010315212518.A18870@firedrake.org>
+     Branch: perl
+          ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
+          ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
+          ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
+          ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
+          ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
+          ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
+          ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
+          ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
+          ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
+          ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
+          ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
+          ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
+          ! lib/File/Basename.pm lib/File/Spec/VMS.pm
+          ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
+          ! lib/Getopt/Long.pm lib/Locale/Constants.pm
+          ! lib/Locale/Country.pm lib/Locale/Language.pm
+          ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
+          ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
+          ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
+          ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
+          ! os2/OS2/Process/Process.pm
+____________________________________________________________________________
+[  9175] By: jhi                                   on 2001/03/16  02:53:32
+        Log: Subject: [PATCH] the uncontroversial doc patches
+             From: Michael Stevens <michael@etla.org>
+             Date: Thu, 15 Mar 2001 20:01:12 +0000
+             Message-ID: <20010315200112.A7636@firedrake.org>
+     Branch: perl
+          ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
+          ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
+          ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
+          ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
+          ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
+____________________________________________________________________________
+[  9174] By: jhi                                   on 2001/03/16  02:50:49
+        Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
+             From: Paul Lindner <lindner@inuus.com>
+             Date: Fri, 16 Mar 2001 11:28:03 -0800
+             Message-ID: <20010316112803.A7577@inuus.com>
+     Branch: perl
+          ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
+____________________________________________________________________________
+[  9173] By: nick                                  on 2001/03/15  20:21:03
+        Log: 1st day's EBCDIC fixes:
+             - toke.c's parsing of strings needed attention
+             needed to conditionally e2a if string was already UTF-8
+             - e2a/a2e tables where wrong way round.
+             - new macros in utf8.h
+     Branch: perlio
+          ! perl.h toke.c utf8.h
+____________________________________________________________________________
+[  9172] By: jhi                                   on 2001/03/15  15:17:17
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9171] By: jhi                                   on 2001/03/15  15:09:32
+        Log: Subject: Re: Another Borland C++ problem.
+             From: "Vadim Konovalov" <watman@inbox.ru>
+             Date: Sat, 10 Mar 2001 19:26:07 +0300
+             Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
+             
+             Borland filename case problem.
+     Branch: perl
+          + win32/sncfnmcs.pl
+          ! MANIFEST README.win32
+____________________________________________________________________________
+[  9170] By: jhi                                   on 2001/03/15  14:54:23
+        Log: Add Locale::Codes 1.06, from Neil Bowers.
+     Branch: perl
+          + lib/Locale/Constants.pm lib/Locale/Country.pm
+          + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
+          + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
+          + t/lib/lc-language.t t/lib/lc-uk.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9169] By: jhi                                   on 2001/03/15  14:19:01
+        Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
+     Branch: perl
+          ! ext/Storable/ChangeLog ext/Storable/Storable.pm
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[  9168] By: jhi                                   on 2001/03/15  14:13:22
+        Log: Integrate changes #9120,9167 from mainline to maintperl.
+             
+             Subject: [PATCH 5.6.1] OS/2 docs
+             
+             Subject: [PATCH 5.6.1] perldoc
+     Branch: maint-5.6/perl
+         !> os2/Changes utils/perldoc.PL
+____________________________________________________________________________
+[  9167] By: jhi                                   on 2001/03/15  14:07:42
+        Log: Subject: [PATCH 5.6.1] perldoc
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Wed, 14 Mar 2001 23:46:52 -0500
+             Message-ID: <20010314234652.A7972@math.ohio-state.edu>
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[  9166] By: jhi                                   on 2001/03/15  13:53:15
+        Log: sigaction test condition tweakage.
+     Branch: perl
+          ! t/lib/sigaction.t
+____________________________________________________________________________
+[  9165] By: alanbur                               on 2001/03/15  03:49:17
+        Log: Resynchronised with parent
+     Branch: maint-5.6/pureperl
+         +> os2/os2add.sym t/op/anonsub.t
+         !> (integrate 72 files)
+____________________________________________________________________________
+[  9164] By: jhi                                   on 2001/03/15  01:05:01
+        Log: Avoid stomping off the beginning of an array in tr///.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  9163] By: jhi                                   on 2001/03/15  00:58:57
+        Log: h2ph strictness and cleanliness from Kurt Starsinic.
+     Branch: perl
+          ! utils/h2ph.PL
+____________________________________________________________________________
+[  9162] By: gsar                                  on 2001/03/15  00:56:53
+        Log: avoid warnings
+     Branch: maint-5.6/perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[  9161] By: gsar                                  on 2001/03/15  00:52:09
+        Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
+             results
+     Branch: maint-5.6/perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[  9160] By: jhi                                   on 2001/03/14  22:02:10
+        Log: Do not use the Perl malloc in IRIX, suggested by
+             Helmus Jarausch.
+     Branch: perl
+          ! hints/irix_6.sh
+____________________________________________________________________________
+[  9159] By: nick                                  on 2001/03/14  21:45:59
+        Log: Integrate mainline
+     Branch: perlio
+         +> t/op/loopctl.t
+         !> (integrate 41 files)
+____________________________________________________________________________
+[  9158] By: jhi                                   on 2001/03/14  21:10:09
+        Log: The Day of the Retractions continues: the #9138
+             (integrated in #9144) doesn't work well in mainline.
+     Branch: perl
+          ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
+          ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
+          ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
+____________________________________________________________________________
+[  9157] By: jhi                                   on 2001/03/14  20:58:12
+        Log: The #9145 CANNOT be enabled: the clear_pmop code still
+             dumps core all over in Tru64.
+     Branch: perl
+          ! op.c op.h t/op/pat.t
+____________________________________________________________________________
+[  9156] By: jhi                                   on 2001/03/14  20:48:06
+        Log: Integrate change #9154 from maintperl to mainline.
+             
+             PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
+             (caused Storable 1.0.10 to break on windows)
+     Branch: perl
+         !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
+         !> perlapi.c proto.h
+____________________________________________________________________________
+[  9155] By: jhi                                   on 2001/03/14  20:23:53
+        Log: Retract #9136: breaks threading (and binary compatibility).
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
+____________________________________________________________________________
+[  9154] By: gsar                                  on 2001/03/14  17:48:18
+        Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
+             (caused Storable 1.0.10 to break on windows)
+     Branch: maint-5.6/perl
+          ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
+          ! perlapi.c proto.h
+____________________________________________________________________________
+[  9153] By: jhi                                   on 2001/03/14  13:35:21
+        Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
+     Branch: perl
+          ! t/lib/sigaction.t
+____________________________________________________________________________
+[  9152] By: gsar                                  on 2001/03/14  07:29:40
+        Log: back out changes#9012,9010,9009 and parts of change#9016
+             (causes ABRs under purify, and some prerequisites don't
+             seem to be there in 5.6.x)
+     Branch: maint-5.6/perl
+          ! doop.c op.c t/op/tr.t toke.c
+____________________________________________________________________________
+[  9151] By: gsar                                  on 2001/03/14  07:01:29
+        Log: reenable change#9145 (the test was busted due to a missing
+             C<print "ok 27\n">)
+     Branch: perl
+          ! op.c op.h t/op/pat.t
+____________________________________________________________________________
+[  9150] By: jhi                                   on 2001/03/14  06:38:36
+        Log: Retract #9145.
+     Branch: perl
+          ! op.c op.h t/op/pat.t
+____________________________________________________________________________
+[  9149] By: jhi                                   on 2001/03/14  06:14:56
+        Log: Retract #9143.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  9148] By: gsar                                  on 2001/03/14  06:13:02
+        Log: Uninitialized Memory Read in regexec.c
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[  9147] By: jhi                                   on 2001/03/14  04:59:54
+        Log: Subject: PATCH: make goto work in nested eval ""
+             From: Robin Houston <robin@kitsite.com>
+             Date: Wed, 14 Mar 2001 04:16:10 +0000
+             Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[  9146] By: jhi                                   on 2001/03/14  04:42:54
+        Log: Preserve the #ifdef PERL_CORE in perly.h.
+     Branch: perl
+          ! perly.fixer
+____________________________________________________________________________
+[  9145] By: jhi                                   on 2001/03/14  03:57:41
+        Log: (Retracted by #9150.)
+     Branch: perl
+          ! op.c op.h t/op/pat.t
+____________________________________________________________________________
+[  9144] By: jhi                                   on 2001/03/14  03:50:38
+        Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
+             
+             fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
+             
+             remove squelch controls for "Scalars leaked" messages in most places
+             (these are now cured)
+             
+             fix another memory leak reported by purify (tie callbacks that
+             croak can leak when wiping out magic)
+     Branch: perl
+         !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
+         !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
+         !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
+         !> t/pragma/warnings.t
+____________________________________________________________________________
+[  9143] By: jhi                                   on 2001/03/14  03:37:53
+        Log: (Retracted by #9149.)
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[  9142] By: gsar                                  on 2001/03/14  03:20:48
+        Log: fix another memory leak reported by purify (tie callbacks that
+             croak can leak when wiping out magic)
+     Branch: maint-5.6/perl
+          ! scope.c
+____________________________________________________________________________
+[  9141] By: jhi                                   on 2001/03/14  02:55:00
+        Log: Subject: PATCH for [ID 20010305.003]
+             From: Robin Houston <robin@kitsite.com>
+             Date: Wed, 14 Mar 2001 02:45:51 +0000
+             Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! pp_ctl.c t/op/eval.t
+____________________________________________________________________________
+[  9140] By: jhi                                   on 2001/03/14  02:41:54
+        Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
+             Date: Wed, 14 Mar 2001 01:52:51 +0000
+             From: Robin Houston <robin@kitsite.com>
+             Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
+             
+             Fix for 2000313.004.
+     Branch: perl
+          ! pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[  9139] By: jhi                                   on 2001/03/14  02:40:50
+        Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
+             From: Robin Houston <robin@kitsite.com>
+             Date: Wed, 14 Mar 2001 00:43:45 +0000
+             Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
+     Branch: perl
+          + t/op/loopctl.t
+          ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
+          ! vms/perly_c.vms
+____________________________________________________________________________
+[  9138] By: gsar                                  on 2001/03/14  01:18:00
+        Log: remove squelch controls for "Scalars leaked" messages in most places
+             (these are now cured)
+     Branch: maint-5.6/perl
+          ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
+          ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
+          ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
+____________________________________________________________________________
+[  9137] By: gsar                                  on 2001/03/14  00:57:04
+        Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
+     Branch: maint-5.6/perl
+          ! regcomp.c
+____________________________________________________________________________
+[  9136] By: jhi                                   on 2001/03/13  23:12:24
+        Log: (Retracted by #9155)
+             
+             Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
+             From: Jens-Uwe Mager <jum@helios.de>
+             Date: Wed, 21 Feb 2001 21:32:04 +0100
+             Message-ID: <20010221213203.A18340@ans.helios.de>
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
+____________________________________________________________________________
+[  9135] By: jhi                                   on 2001/03/13  22:50:05
+        Log: Integrate perlio.
+     Branch: perl
+         !> pp.c
+____________________________________________________________________________
+[  9134] By: jhi                                   on 2001/03/13  22:49:05
+        Log: Integrate change #9131 from maintperl into mainline.
+             
+             make the error text look more consistent in hints/hpux.sh
+     Branch: perl
+         !> hints/hpux.sh
+____________________________________________________________________________
+[  9133] By: gsar                                  on 2001/03/13  22:46:20
+        Log: integrate change#9067 from mainline
+             
+             Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
+     Branch: maint-5.6/perl
+         !> lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  9132] By: jhi                                   on 2001/03/13  22:41:21
+        Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
+             Message-Id: <200103131736.MAA35615@raptor.research.att.com>
+             
+             A more correct prime finder.
+     Branch: perl
+          ! lib/Tie/SubstrHash.pm
+____________________________________________________________________________
+[  9131] By: gsar                                  on 2001/03/13  22:30:42
+        Log: make the error text look more consistent in hints/hpux.sh
+     Branch: maint-5.6/perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[  9130] By: jhi                                   on 2001/03/13  22:23:44
+        Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 13 Mar 2001 18:41:26 +0100
+             Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
+             
+             If the test is run non-interactively the default handler
+             is different.
+     Branch: perl
+          ! t/lib/sigaction.t
+____________________________________________________________________________
+[  9129] By: jhi                                   on 2001/03/13  22:20:21
+        Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
+             From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+             Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
+             Date:     Tue, 13 Mar 2001 16:44:32 EST
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[  9128] By: jhi                                   on 2001/03/13  22:18:34
+        Log: Subject: Another patch for integer.pm POD 
+             From: "John L. Allen" <allen@grumman.com>
+             Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
+             Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
+     Branch: perl
+          ! lib/integer.pm
+____________________________________________________________________________
+[  9127] By: nick                                  on 2001/03/13  21:26:30
+        Log: Integrate mainline.
+     Branch: perlio
+         +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
+         +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
+         +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
+         +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
+         !> Changes Configure MANIFEST README.os2 README.os390
+         !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
+         !> os2/Changes patchlevel.h win32/perlhost.h
+____________________________________________________________________________
+[  9126] By: nick                                  on 2001/03/13  20:39:51
+        Log: #ifdef'ed out code to make packed side of pack/unpack
+             octets. (i.e. pack('U') => encode_utf8).
+     Branch: perlio
+          ! pp.c
+____________________________________________________________________________
+[  9125] By: jhi                                   on 2001/03/13  15:07:16
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[  9124] By: jhi                                   on 2001/03/13  14:22:45
+        Log: Workaround for the buggy ("internal compiler error")
+             AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
+             (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
+             of Andreas König.
+     Branch: perl
+          ! ext/re/Makefile.PL hints/aix.sh
+____________________________________________________________________________
+[  9123] By: jhi                                   on 2001/03/13  03:24:34
+        Log: Typo in #9114.
+     Branch: metaconfig
+          ! U/modified/myhostname.U
+____________________________________________________________________________
+[  9122] By: jhi                                   on 2001/03/13  03:24:06
+        Log: Typo in #9113.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[  9121] By: jhi                                   on 2001/03/13  01:53:05
+        Log: Forgot to check-in the larger part of #9120, duh.
+     Branch: perl
+          ! README.os2
+____________________________________________________________________________
+[  9120] By: jhi                                   on 2001/03/13  01:51:31
+        Log: Subject: [PATCH 5.6.1] OS/2 docs
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 12 Mar 2001 03:27:32 -0500
+             Message-ID: <20010312032732.A19283@math.ohio-state.edu>
+     Branch: perl
+          ! os2/Changes
+____________________________________________________________________________
+[  9119] By: jhi                                   on 2001/03/13  01:49:41
+        Log: Integrate change #9116 from maintperl into mainline.
+             
+             Win32::GetCwd() returns C: instead of C:\ in the root directory
+             under ithreads
+     Branch: perl
+         !> win32/perlhost.h
+____________________________________________________________________________
+[  9118] By: jhi                                   on 2001/03/13  01:13:39
+        Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
+     Branch: perl
+          + lib/Switch.pm t/lib/switch.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9117] By: jhi                                   on 2001/03/13  01:03:17
+        Log: Add Text::Balanced 1.83.
+     Branch: perl
+          + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
+          + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
+          + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
+          + t/lib/tb-xvari.t
+          ! MANIFEST
+____________________________________________________________________________
+[  9116] By: gsar                                  on 2001/03/13  00:55:53
+        Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
+             under ithreads
+     Branch: maint-5.6/perl
+          ! win32/perlhost.h
+____________________________________________________________________________
+[  9115] By: jhi                                   on 2001/03/13  00:54:09
+        Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
+             From: "John L. Allen" <allen@grumman.com>
+             Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
+             Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
+             
+             use integer document clarification.
+     Branch: perl
+          ! lib/integer.pm
+____________________________________________________________________________
+[  9114] By: jhi                                   on 2001/03/13  00:38:54
+        Log: Metaconfig unit change for #9113.
+     Branch: metaconfig
+          ! U/modified/myhostname.U
+____________________________________________________________________________
+[  9113] By: jhi                                   on 2001/03/13  00:38:35
+        Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
+             From: Peter Prymmer <pvhp@forte.com>
+             Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
+             Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
+     Branch: perl
+          ! Configure README.os390 hints/os390.sh
+____________________________________________________________________________
+[  9112] By: jhi                                   on 2001/03/13  00:29:00
+        Log: Integrate perlio.
+     Branch: perl
+         !> sv.c utf8.h
+____________________________________________________________________________
+[  9111] By: nick                                  on 2001/03/12  21:16:33
+        Log: Integrate mainline.
+     Branch: perlio
+         +> t/op/anonsub.t
+         !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
+         !> proto.h sv.c
+____________________________________________________________________________
+[  9110] By: nick                                  on 2001/03/12  21:00:13
+        Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
+     Branch: perlio
+          ! sv.c utf8.h
+____________________________________________________________________________
+[  9109] By: jhi                                   on 2001/03/12  16:04:47
+        Log: Integrate change #9108 from maintperl to mainline.
+             
+             fix memory leak in C<sub X { sub {} }> arising from a refcount
+             loop between the outer sub and the inner prototype anonsub
+             
+             this also enables closures returned by subroutines that
+             subsequently get redefined to work without generating coredumps :)
+             
+             completely removed the free_closures() hack--it shouldn't be
+             needed anymore
+     Branch: perl
+         +> t/op/anonsub.t
+         !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
+         !> proto.h sv.c
+____________________________________________________________________________
+[  9108] By: gsar                                  on 2001/03/12  10:21:31
+        Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
+             loop between the outer sub and the inner prototype anonsub
+             
+             this also enables closures returned by subroutines that
+             subsequently get redefined to work without generating coredumps :)
+             
+             completely removed the free_closures() hack--it shouldn't be
+             needed anymore
+     Branch: maint-5.6/perl
+          + t/op/anonsub.t
+          ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
+          ! proto.h sv.c
+____________________________________________________________________________
+[  9107] By: jhi                                   on 2001/03/12  05:15:31
+        Log: Integrate perlio.
+     Branch: perl
+         !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
+____________________________________________________________________________
+[  9106] By: nick                                  on 2001/03/11  20:10:12
+        Log: regcomp.c is working in native space, not Unicode space (if different)
+             as it is doing compare against 'W' in \W etc.
+     Branch: perlio
+          ! regcomp.c
+____________________________________________________________________________
+[  9105] By: nick                                  on 2001/03/11  19:39:34
+        Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
+             Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
+     Branch: perlio
+          ! regcomp.c toke.c utf8.c
+____________________________________________________________________________
+[  9104] By: nick                                  on 2001/03/11  18:15:44
+        Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[  9103] By: nick                                  on 2001/03/11  18:03:28
+        Log: Integrate mainline (for regexp stuff).
+     Branch: perlio
+         !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
+         !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
+         !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
+         !> t/lib/errno.t t/op/pat.t
+____________________________________________________________________________
+[  9102] By: nick                                  on 2001/03/11  17:44:20
+        Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
+             - exclude layer syms in makedef.pl for sfio
+             - also inhibit Encode from trying to build ":encode()" layer.
+     Branch: perlio
+          ! ext/Encode/Encode.xs makedef.pl
+____________________________________________________________________________
+[  9101] By: jhi                                   on 2001/03/10  22:38:13
+        Log: The $Is_MacOS needs to be declared.
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[  9100] By: jhi                                   on 2001/03/10  22:14:29
+        Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
+             #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
+             pollute the symbolspace if using sfio.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[  9099] By: jhi                                   on 2001/03/10  21:58:48
+        Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
+             Date: Sat, 10 Mar 2001 14:23:55 -0500
+             From: Chris Nandor <pudge@pobox.com>
+             Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
+     Branch: perl
+          ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
+          ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
+          ! t/lib/errno.t
+____________________________________________________________________________
+[  9098] By: jhi                                   on 2001/03/10  21:38:30
+        Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
+     Branch: perl
+          ! regcomp.c regexec.c t/op/pat.t
+____________________________________________________________________________
+[  9097] By: jhi                                   on 2001/03/10  14:38:07
+        Log: Integrate perlio.
+     Branch: perl
+         !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
+         !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
+         !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  9096] By: nick                                  on 2001/03/10  11:55:43
+        Log: EBCDIC sanity - phase I
+             - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
+             - use utf8n_xxxx (c.f. pvn) for forms which take length.
+             - back out vN.N and $^V exceptions to e2a/a2e
+             - make "locale" isxxx macros be uvchr (may be redundant?)
+             
+             Not clear yet that toUPPER_uni et. al. return being handled correctly.
+             The tr// and rexexp stuff still needs an audit, assumption is they are working
+             in Unicode space.
+             
+             Need to provide v5.6 names for XS modules (decide is uni or chr ?).
+     Branch: perlio
+          ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
+          ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
+          ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
+____________________________________________________________________________
+[  9095] By: jhi                                   on 2001/03/09  22:10:01
+        Log: Integrate perlio.
+     Branch: perl
+         !> dump.c
+____________________________________________________________________________
+[  9094] By: nick                                  on 2001/03/09  17:36:38
+        Log: Builds an passes all tests after integrate and this tweak.
+     Branch: perlio
+          ! dump.c
+____________________________________________________________________________
+[  9093] By: nick                                  on 2001/03/09  17:16:03
+        Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
+     Branch: perlio
+         +> lib/unicode/Scripts.txt t/lib/sigaction.t
+         !> (integrate 79 files)
+____________________________________________________________________________
+[  9092] By: jhi                                   on 2001/03/09  15:28:26
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
 ____________________________________________________________________________
 [  9091] By: jhi                                   on 2001/03/09  15:25:05
         Log: In op/stat #35 better to scan all the potential directories
@@ -152,8 +5002,7 @@ ____________________________________________________________________________
           ! Makefile.SH
 ____________________________________________________________________________
 [  9077] By: jhi                                   on 2001/03/08  01:06:13
-        Log: Upgrade to Unicode 3.1 beta 2001-03-01.  The 3.1 final
-             should come out March 14.
+        Log: Upgrade to Unicode 3.1 beta 2001-03-01.
      Branch: perl
           + lib/unicode/Scripts.txt
           ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl