Various tweaks to Encode
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 55aed97..b23af36 100644 (file)
--- a/Changes
+++ b/Changes
@@ -28,6 +28,3161 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 16004] By: jhi                                   on 2002/04/19  13:15:22
+        Log: Subject: [PATCH] warn on ref open without perlio
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 18 Apr 2002 23:17:44 +0200
+             Message-ID: <20020418231744.A24159@rafael>
+             
+             (with one nit, the skip message needed "# " prefix)
+     Branch: perl
+          ! doio.c pod/perldiag.pod t/lib/warnings/doio
+____________________________________________________________________________
+[ 16003] By: jhi                                   on 2002/04/19  12:59:11
+        Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 19 Apr 2002 15:43:47 +0200
+             Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 16002] By: jhi                                   on 2002/04/19  12:58:23
+        Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16001] By: jhi                                   on 2002/04/19  12:58:00
+        Log: Upgrade to Encode 1.50, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
+          + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
+          + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
+          + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
+          - ext/Encode/lib/Encode/Unicode.pm
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
+          ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
+          ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
+          ! ext/Encode/t/jisx0208.ref
+____________________________________________________________________________
+[ 16000] By: jhi                                   on 2002/04/19  12:16:08
+        Log: Subject: CPAN.pm sync
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 19 Apr 2002 11:55:07 +0200
+             Message-ID: <m3ads0qah0.fsf@anima.de>
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
+____________________________________________________________________________
+[ 15999] By: jhi                                   on 2002/04/19  12:08:54
+        Log: Snip away an obsolete section noticed by Benjamin Goldberg.
+     Branch: perl
+          ! pod/perltooc.pod
+____________________________________________________________________________
+[ 15998] By: jhi                                   on 2002/04/19  00:43:45
+        Log: The previous change on this was *ahem* slightly off-topic.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+____________________________________________________________________________
+[ 15997] By: gsar                                  on 2002/04/19  00:19:47
+        Log: variant of change#14657 from mainline, modified for binary
+             compatibility for 5.6.x (from  Jan Dubois)
+     Branch: maint-5.6/perl
+          ! lib/Win32.pod win32/win32.c
+____________________________________________________________________________
+[ 15996] By: ams                                   on 2002/04/18  16:16:26
+        Log: Subject: [PATCH] Typo in pod/perldebtut.pod
+             From: abigail@foad.org
+             Date: Thu, 18 Apr 2002 17:09:45 +0200
+             Message-Id: <20020418150945.389.qmail@foad.org>
+     Branch: perl
+          ! pod/perldebtut.pod
+____________________________________________________________________________
+[ 15995] By: jhi                                   on 2002/04/18  14:14:10
+        Log: z/OS situation update.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15994] By: jhi                                   on 2002/04/18  13:43:37
+        Log: Doc tweaks.
+     Branch: perl
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
+____________________________________________________________________________
+[ 15993] By: jhi                                   on 2002/04/18  13:05:46
+        Log: The tests need perlio.
+     Branch: perl
+          ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
+____________________________________________________________________________
+[ 15992] By: jhi                                   on 2002/04/18  12:58:17
+        Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 18 Apr 2002 09:38:17 -0400
+             Message-ID: <20020418133817.22436.qmail@plover.com>    
+             
+             Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 18 Apr 2002 09:54:50 -0400
+             Message-ID: <20020418135450.22999.qmail@plover.com>    
+     Branch: perl
+          ! pod/perlfaq8.pod
+____________________________________________________________________________
+[ 15991] By: sky                                   on 2002/04/18  09:18:14
+        Log: Port testcases from thr5005 tests so we don't fail on same things.
+             Added yield support using threads->yield().
+     Branch: perl
+          + ext/threads/t/thread.t
+          ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
+____________________________________________________________________________
+[ 15990] By: nick                                  on 2002/04/18  07:56:40
+        Log: Integrate mainline
+     Branch: perlio
+          - t/io/full.t
+         !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
+         !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
+         !> perl.c t/op/groups.t toke.c win32/win32.c
+____________________________________________________________________________
+[ 15989] By: sky                                   on 2002/04/18  07:15:55
+        Log: Always flush the PerlIO buffers after running END blocks in 
+             perl_destruct. This should fix ext/threads/t/end.t under Win32.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15988] By: dougm                                 on 2002/04/18  01:56:16
+        Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15987] By: jhi                                   on 2002/04/17  21:51:18
+        Log: Move /dev/full testing post-5.8.0.
+     Branch: perl
+          - t/io/full.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15986] By: jhi                                   on 2002/04/17  21:38:43
+        Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
+             ("Crays have only REAL memory.")
+     Branch: perl
+          ! hints/unicos.sh hints/unicosmk.sh
+____________________________________________________________________________
+[ 15985] By: jhi                                   on 2002/04/17  21:33:56
+        Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
+             From: luc.st-louis@ca.transport.bombardier.com
+             Date: Wed, 17 Apr 2002 14:22:25 -0400
+             Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15984] By: jhi                                   on 2002/04/17  21:12:34
+        Log: With -Uuseperlio the error might be EBADF.
+     Branch: perl
+          ! t/io/full.t
+____________________________________________________________________________
+[ 15983] By: jhi                                   on 2002/04/17  21:05:04
+        Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Wed, 17 Apr 2002 21:16:22 +0400
+             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
+     Branch: perl
+          ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 15982] By: jhi                                   on 2002/04/17  21:04:02
+        Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Wed, 17 Apr 2002 20:08:03 +0400
+             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15981] By: jhi                                   on 2002/04/17  21:02:13
+        Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Wed, 17 Apr 2002 11:14:17 -0400
+             Message-ID: <20020417151417.27268.qmail@plover.com>
+     Branch: perl
+          ! t/io/full.t
+____________________________________________________________________________
+[ 15980] By: jhi                                   on 2002/04/17  20:57:36
+        Log: README.cjk update.
+     Branch: perl
+          ! README.cn README.jp README.ko README.tw
+____________________________________________________________________________
+[ 15979] By: rgs                                   on 2002/04/17  20:24:48
+        Log: Subject: [PATCH toke.c] @:foo?
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 17 Apr 2002 19:48:09 +0200
+             Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 15978] By: rgs                                   on 2002/04/17  20:20:19
+        Log: Subject: Re: gcc on HP
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 17 Apr 2002 20:36:34 +0200
+             Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 15977] By: rgs                                   on 2002/04/17  19:54:49
+        Log: Adjust test for groups that appear multiple times on Cygwin
+     Branch: perl
+          ! t/op/groups.t
+____________________________________________________________________________
+[ 15976] By: nick                                  on 2002/04/17  17:03:40
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
+         +> ext/PerlIO/encoding/encoding.pm
+         +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
+         +> ext/threads/shared/t/queue.t t/io/full.t
+          - ext/Encode/lib/Encode/XS.pm
+         !> (integrate 50 files)
+____________________________________________________________________________
+[ 15975] By: jhi                                   on 2002/04/17  14:40:03
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15974] By: jhi                                   on 2002/04/17  14:34:16
+        Log: Subject: [PATCH B::Deparse] "foo bar"->()
+             From: Robin Houston <robin@kitsite.com>
+             Date: Wed, 17 Apr 2002 15:45:32 +0100
+             Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 15973] By: jhi                                   on 2002/04/17  14:34:03
+        Log: metaconfig unit change for #15972.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15972] By: jhi                                   on 2002/04/17  14:31:42
+        Log: As suggested by Arthur: the threads and threads::shared
+             modules are always present.  This tries to preempt two
+             kinds of bug reports: (1) "the Perl 5.8.0 was supposed
+             to have this new fancy threads implementation but my Perl
+             doesn't seem to have it" (2) someone attempting to install
+             threads using CPAN.pm and CPAN.pm helpfully starting to
+             install perl 5.8.0 (which they might already have installed).
+     Branch: perl
+          ! Configure ext/threads/Makefile.PL
+          ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
+          ! ext/threads/shared/shared.xs ext/threads/threads.pm
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 15971] By: jhi                                   on 2002/04/17  14:19:07
+        Log: More signedness nits.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15970] By: jhi                                   on 2002/04/17  13:02:33
+        Log: fast_abs_path() is tainted.
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 15969] By: jhi                                   on 2002/04/17  12:56:17
+        Log: Signedness nit.
+     Branch: perl
+          ! ext/Encode/bin/enc2xs
+____________________________________________________________________________
+[ 15968] By: jhi                                   on 2002/04/17  12:45:42
+        Log: Subject: gcc on HP
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 17 Apr 2002 12:43:38 +0200
+             Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 15967] By: jhi                                   on 2002/04/17  12:43:07
+        Log: Add just a little bit more explanation to PerlIO::encoding.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+____________________________________________________________________________
+[ 15966] By: jhi                                   on 2002/04/17  12:32:17
+        Log: PerlIO::encoding 0.01 from Dan Kogai.
+     Branch: perl
+          + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
+          + ext/PerlIO/encoding/encoding.pm
+          + ext/PerlIO/encoding/encoding.xs
+          ! MANIFEST
+____________________________________________________________________________
+[ 15965] By: jhi                                   on 2002/04/17  12:24:56
+        Log: Upgrade to Encode 1.42, from Dan Kogai.
+     Branch: perl
+          - ext/Encode/lib/Encode/XS.pm
+          ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
+          ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
+          ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
+          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
+          ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
+          ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
+          ! ext/Encode/t/encoding.t
+____________________________________________________________________________
+[ 15964] By: jhi                                   on 2002/04/17  12:17:42
+        Log: Test tweaks from mjd and Benjamin Goldberg.
+     Branch: perl
+          ! t/io/full.t
+____________________________________________________________________________
+[ 15963] By: jhi                                   on 2002/04/16  22:31:24
+        Log: Document taint-safeness.   Life in the fast_abs_path()
+             lane is unsafe.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 15962] By: jhi                                   on 2002/04/16  22:14:41
+        Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Tue, 16 Apr 2002 19:24:12 -0400
+             Message-ID: <20020416232412.14297.qmail@plover.com>
+     Branch: perl
+          + t/io/full.t
+          ! MANIFEST perlio.c
+____________________________________________________________________________
+[ 15961] By: jhi                                   on 2002/04/16  22:10:54
+        Log: Manifestations of mjd, from mjd.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15960] By: jhi                                   on 2002/04/16  22:10:11
+        Log: metaconfig unit change for #15959.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15959] By: jhi                                   on 2002/04/16  22:09:56
+        Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15958] By: jhi                                   on 2002/04/16  22:05:07
+        Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 16 Apr 2002 22:22:41 +0100
+             Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
+     Branch: perl
+          ! embed.fnc global.sym hv.c universal.c
+____________________________________________________________________________
+[ 15957] By: jhi                                   on 2002/04/16  21:58:44
+        Log: Documents for Merijn and lots of XXXs for NI-S :-)
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlrun.pod
+____________________________________________________________________________
+[ 15956] By: sky                                   on 2002/04/16  21:26:53
+        Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
+             in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
+             stuff being 0xabababab on cleanup.
+     Branch: perl
+          + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15955] By: nick                                  on 2002/04/16  20:46:03
+        Log: Integate mainline (other machine)
+     Branch: perlio
+         !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
+         !> t/op/magic.t
+____________________________________________________________________________
+[ 15954] By: nick                                  on 2002/04/16  20:13:32
+        Log: Integrate mainline
+     Branch: perlio
+         +> README.cn README.jp README.ko README.tw
+         +> ext/threads/shared/t/av_refs.t
+         +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
+         !> (integrate 41 files)
+____________________________________________________________________________
+[ 15953] By: rgs                                   on 2002/04/16  19:53:28
+        Log: B::walkoptree bugfix (see also #15850)
+     Branch: perl
+          ! ext/B/B.xs ext/B/t/terse.t
+____________________________________________________________________________
+[ 15952] By: rgs                                   on 2002/04/16  18:36:49
+        Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Tue, 16 Apr 2002 21:09:44 +0200
+             Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15951] By: jhi                                   on 2002/04/16  13:44:28
+        Log: Subject: [PATCH] B::Deparse problems with japhs
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Tue, 16 Apr 2002 15:47:33 +0100
+             Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 15950] By: jhi                                   on 2002/04/16  13:36:30
+        Log: Stas' tainting worries, obscured by me.
+     Branch: perl
+          ! ext/Cwd/t/cwd.t lib/Cwd.pm
+____________________________________________________________________________
+[ 15949] By: jhi                                   on 2002/04/16  13:16:31
+        Log: Pod tweak to avoid =item<japanese> problems.
+     Branch: perl
+          ! README.jp
+____________________________________________________________________________
+[ 15948] By: jhi                                   on 2002/04/16  12:39:18
+        Log: Some UTF-8 todos.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15947] By: jhi                                   on 2002/04/16  12:34:36
+        Log: Let's not promise too much: use utf8 only works on identifier
+             names, not package or subroutine names (admittedly limited [1], but
+             that's what the Camel says, and that's what we are going to stick
+             to for 5.8.0).  Also document that use vars does not do utf8.
+             [1] The obvious problem in both is that package and subroutine
+             names need to mappable to the filesystem.
+     Branch: perl
+          ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
+____________________________________________________________________________
+[ 15946] By: jhi                                   on 2002/04/16  12:02:18
+        Log: Subject: [PATCH] small typo in IO::Pipe pod
+             From: Slaven Rezic <rezic@onlineoffice.de>
+             Date: Tue, 16 Apr 2002 12:31:10 +0200
+             Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
+     Branch: perl
+          ! ext/IO/lib/IO/Pipe.pm
+____________________________________________________________________________
+[ 15945] By: jhi                                   on 2002/04/16  11:57:45
+        Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
+             From: Arthur Bergman <arthur@contiller.se>
+             Date: Tue, 16 Apr 2002 11:58:45 +0200
+             Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
+     Branch: perl
+          ! lib/Attribute/Handlers.pm
+____________________________________________________________________________
+[ 15944] By: jhi                                   on 2002/04/16  04:31:49
+        Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
+             Jungshik Shin.  Regen toc.
+     Branch: perl
+          + README.cn README.jp README.ko README.tw
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 15943] By: jhi                                   on 2002/04/16  03:59:00
+        Log: my $utf8here, our $utf8here, and package variable $utf8here.
+             
+             The actual minimal fix is in utf8.c and from NI-S,
+             the rest are the tests (in fresh_perl since I couldn't get
+             them easily to work elsewhere) and a slight behaviour change:
+             previously UTF-8 identifiers had to start with an alphabetic
+             character.  No more so, now they can start with an (Unicode)
+             ID_Continue character (which however is not a (Unicode) digit).
+             (Limiting the first character to ID_Start would be rather
+             restrictive, since ID_Start allows only alphabetic letters.)
+             
+             TODO: use vars qw($utf8here).  This I don't find to be
+             a showstopper.
+     Branch: perl
+          ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
+          ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
+____________________________________________________________________________
+[ 15942] By: ams                                   on 2002/04/16  02:24:25
+        Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 15 Apr 2002 22:06:14 -0500
+             Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
+     Branch: perl
+          ! lib/FileCache.t
+____________________________________________________________________________
+[ 15941] By: ams                                   on 2002/04/16  02:16:35
+        Log: Subject: [PATCH] s2p fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 15 Apr 2002 21:48:36 -0500
+             Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
+     Branch: perl
+          ! configure.com t/x2p/s2p.t x2p/s2p.PL
+____________________________________________________________________________
+[ 15940] By: jhi                                   on 2002/04/15  22:23:31
+        Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
+             (and the licensing of the other code clarified, from Mark Bixby.)
+     Branch: perl
+          ! mpeix/mpeix.c
+____________________________________________________________________________
+[ 15939] By: jhi                                   on 2002/04/15  22:17:16
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15938] By: sky                                   on 2002/04/15  22:13:17
+        Log: Add support for my $foo : shared; 
+             Add testcase for this.
+             Update manifest.
+     Branch: perl
+          + ext/threads/shared/t/shared_attr.t
+          ! MANIFEST ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 15937] By: jhi                                   on 2002/04/15  21:58:38
+        Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
+             From: abigail@foad.org
+             Date: Mon, 15 Apr 2002 17:41:17 +0200
+             Message-ID: <20020415154117.1559.qmail@foad.org>
+             
+             (With EBCDIC skippage added, and the skip reason
+             skippage on the two ?? loops tweaked.)
+     Branch: perl
+          + t/japh/abigail.t
+          ! MANIFEST t/TEST
+____________________________________________________________________________
+[ 15936] By: jhi                                   on 2002/04/15  21:48:56
+        Log: Subject: Re: [ID 20020412.005] Dancing ??s
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
+             Date: Sun, 14 Apr 2002 16:09:30 +0100
+             Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
+     Branch: perl
+          ! pod/perlop.pod pp_hot.c t/op/pat.t
+____________________________________________________________________________
+[ 15935] By: jhi                                   on 2002/04/15  21:47:45
+        Log: Subject: [PATCH] t/test.pl additional functionality for runperl
+             From: abigail@foad.org
+             Date: Mon, 15 Apr 2002 17:40:02 +0200
+             Message-ID: <20020415154002.1549.qmail@foad.org>
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 15934] By: jhi                                   on 2002/04/15  21:46:27
+        Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 15 Apr 2002 14:05:26 -0500
+             Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
+     Branch: perl
+          ! universal.c
+____________________________________________________________________________
+[ 15933] By: sky                                   on 2002/04/15  21:26:16
+        Log: Test arrays containing references, and references to shared arrays.
+     Branch: perl
+          + ext/threads/shared/t/av_refs.t
+____________________________________________________________________________
+[ 15932] By: nick                                  on 2002/04/15  15:06:49
+        Log: Integrate mainline (for Encode)
+     Branch: perlio
+         +> ext/Encode/Encode/ConfigLocal_PM.e2x
+         +> ext/Encode/lib/Encode/JP/JIS7.pm
+          - ext/Encode/lib/Encode/JP/2022_JP.pm
+          - ext/Encode/lib/Encode/JP/2022_JP1.pm
+          - ext/Encode/lib/Encode/JP/JIS.pm
+         !> (integrate 26 files)
+____________________________________________________________________________
+[ 15931] By: ams                                   on 2002/04/15  14:51:31
+        Log: Subject: [PATCH] Chip didn't time travel.
+             From: abigail@foad.org
+             Date: Mon, 15 Apr 2002 17:40:22 +0200
+             Message-Id: <20020415154022.1554.qmail@foad.org>
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 15930] By: jhi                                   on 2002/04/15  14:40:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15929] By: jhi                                   on 2002/04/15  14:33:52
+        Log: The #15921 made the 'no warnings' unnecessary.
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 15928] By: jhi                                   on 2002/04/15  14:28:59
+        Log: Subject: Re: [FILE] FileCache.t
+             From: belg4mit <belg4mit@mit.edu>
+             Date: Mon, 15 Apr 2002 01:31:21 -0400
+             Message-ID: <3CBA65A9.A228DBA1@mit.edu>
+     Branch: perl
+          ! lib/FileCache.t
+____________________________________________________________________________
+[ 15927] By: jhi                                   on 2002/04/15  14:19:27
+        Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
+     Branch: perl
+          ! lib/FileCache.pm lib/FileCache.t
+____________________________________________________________________________
+[ 15926] By: jhi                                   on 2002/04/15  13:47:16
+        Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 14 Apr 2002 22:54:43 +0100
+             Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Hash/Util.t
+____________________________________________________________________________
+[ 15925] By: jhi                                   on 2002/04/15  13:23:34
+        Log: Subject: [Encode] 1.40 released!
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Mon, 15 Apr 2002 07:51:52 +0900
+             Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
+     Branch: perl
+          + ext/Encode/Encode/ConfigLocal_PM.e2x
+          + ext/Encode/lib/Encode/JP/JIS7.pm
+          - ext/Encode/lib/Encode/JP/2022_JP.pm
+          - ext/Encode/lib/Encode/JP/2022_JP1.pm
+          - ext/Encode/lib/Encode/JP/JIS.pm
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
+          ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
+          ! ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
+          ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
+____________________________________________________________________________
+[ 15924] By: jhi                                   on 2002/04/15  12:52:58
+        Log: return undef is of questionable style.
+     Branch: perl
+          ! lib/Hash/Util.pm
+____________________________________________________________________________
+[ 15923] By: jhi                                   on 2002/04/15  12:47:26
+        Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
+             From: mjd@plover.com
+             Date: 15 Apr 2002 06:46:02 -0000
+             Message-ID: <20020415064602.17052.qmail@plover.com>     
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 15922] By: jhi                                   on 2002/04/15  12:40:09
+        Log: Subject: [PATCH 5.7.3] test @+ and @- features   
+             From: mjd@plover.com
+             Date: 14 Apr 2002 22:30:17 -0000
+             Message-ID: <20020414223017.17361.qmail@plover.com>
+     Branch: perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 15921] By: jhi                                   on 2002/04/15  12:37:04
+        Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 15 Apr 2002 02:41:52 -0400
+             Message-ID: <20020415064152.16958.qmail@plover.com>
+     Branch: perl
+          ! perl.c t/lib/warnings/toke
+____________________________________________________________________________
+[ 15920] By: jhi                                   on 2002/04/15  12:32:43
+        Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 14 Apr 2002 18:56:02 -0500
+             Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15919] By: nick                                  on 2002/04/15  06:14:25
+        Log: Integrate mainline
+     Branch: perlio
+         !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
+         !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
+         !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
+____________________________________________________________________________
+[ 15918] By: ams                                   on 2002/04/15  04:25:48
+        Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 15 Apr 2002 11:45:03 +0800
+             Message-Id: <3CBA4CBF.9030306@stason.org>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 15917] By: ams                                   on 2002/04/15  04:21:14
+        Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 15 Apr 2002 00:30:26 -0400
+             Message-Id: <20020415043026.11417.qmail@plover.com>
+     Branch: perl
+          ! perl.c t/lib/warnings/toke
+____________________________________________________________________________
+[ 15916] By: rgs                                   on 2002/04/14  19:30:41
+        Log: Correct precedence problem in #15915
+     Branch: perl
+          ! lib/vars.pm
+____________________________________________________________________________
+[ 15915] By: jhi                                   on 2002/04/14  15:41:01
+        Log: use vars wasn't use utf8 aware.
+     Branch: perl
+          ! lib/vars.pm
+____________________________________________________________________________
+[ 15914] By: jhi                                   on 2002/04/14  15:20:58
+        Log: Subject: [PATCH] Re: restricted hashes are unblessable
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 13 Apr 2002 23:43:02 +0100
+             Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
+             
+             The function name sucks but can't think of anything better.
+     Branch: perl
+          ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
+____________________________________________________________________________
+[ 15913] By: jhi                                   on 2002/04/14  14:55:07
+        Log: Subject: AUTHORS update
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Sun, 14 Apr 2002 11:54:40 -0400
+             Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15912] By: nick                                  on 2002/04/14  14:47:18
+        Log: XS versions of encode/decode for Encode::Unicode
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
+____________________________________________________________________________
+[ 15911] By: jhi                                   on 2002/04/14  14:28:59
+        Log: metaconfig unit changes for #15910.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15910] By: jhi                                   on 2002/04/14  14:26:14
+        Log: Simplify the _r probing code by adding the i_systime
+             only for the APIs where it matters.
+     Branch: perl
+          ! Configure reentr.pl
+____________________________________________________________________________
+[ 15909] By: jhi                                   on 2002/04/14  14:10:14
+        Log: Integrate perlio;
+             
+             Avoid expensive paranoid check that decoder does return legal UTF-8
+             
+             Disable test code (assertions) in CRLF layer.
+     Branch: perl
+         !> ext/Encode/Encode.xs perlio.c
+____________________________________________________________________________
+[ 15908] By: jhi                                   on 2002/04/14  14:05:45
+        Log: Subject: patch for FileCache in 5.7.3
+             From: JPIERCE <belg4mit@MIT.EDU>
+             Date: Sun, 14 Apr 2002 00:38:21 -0400
+             Message-Id: <200204140438.AAA30812@calloway.mit.edu>
+     Branch: perl
+          ! lib/FileCache.pm
+____________________________________________________________________________
+[ 15907] By: jhi                                   on 2002/04/14  14:03:53
+        Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
+             From: Tim Bunce <Tim.Bunce@pobox.com>
+             Date: Sun, 14 Apr 2002 12:07:35 +0100
+             Message-ID: <20020414120735.U81028@dansat.data-plan.com>
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 15906] By: jhi                                   on 2002/04/14  14:00:03
+        Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 14 Apr 2002 16:29:59 +0200
+             Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15905] By: jhi                                   on 2002/04/14  13:50:14
+        Log: Subject: Enable portable gcc code on hp-ux
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 14 Apr 2002 16:30:01 +0200
+             Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15904] By: nick                                  on 2002/04/14  09:18:01
+        Log: Disable test code (assertions) in CRLF layer.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 15903] By: nick                                  on 2002/04/14  09:16:39
+        Log: Avoid expensive paranoid check that decoder does return legal UTF-8
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15902] By: nick                                  on 2002/04/14  09:15:45
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
+         +> t/win32/longpath.t t/win32/system.t
+          - t/op/winsystem.t
+         !> (integrate 30 files)
+____________________________________________________________________________
+[ 15901] By: jhi                                   on 2002/04/13  23:10:36
+        Log: Fixed URL for the Alpha editor.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15900] By: jhi                                   on 2002/04/13  21:43:19
+        Log: Dedodgify.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 15899] By: jhi                                   on 2002/04/13  21:23:41
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15898] By: jhi                                   on 2002/04/13  19:59:49
+        Log: s2p needs Config.pm.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15897] By: jhi                                   on 2002/04/13  19:58:15
+        Log: Subject: [PATCH] Benchmark.t 75,90,109
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 13 Apr 2002 21:43:04 +0100
+             Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Benchmark.t
+____________________________________________________________________________
+[ 15896] By: jhi                                   on 2002/04/13  19:10:08
+        Log: Tweaks by Autrijus Tang.
+     Branch: perl
+          ! ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 15895] By: jhi                                   on 2002/04/13  18:27:05
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15894] By: jhi                                   on 2002/04/13  16:22:06
+        Log: z/OS tally update.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15893] By: jhi                                   on 2002/04/13  15:25:55
+        Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 13 Apr 2002 02:58:07 +0100
+             Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
+     Branch: perl
+          + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
+          ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
+          ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
+          ! t/lib/st-dump.pl
+____________________________________________________________________________
+[ 15892] By: jhi                                   on 2002/04/13  15:24:54
+        Log: Add piconv and enc2xs to the list of utilities.
+     Branch: perl
+          ! utils.lst
+____________________________________________________________________________
+[ 15891] By: jhi                                   on 2002/04/13  14:55:11
+        Log: s.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15890] By: rgs                                   on 2002/04/13  14:51:27
+        Log: Phrasing fixes by Nick Clark
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15889] By: rgs                                   on 2002/04/13  12:33:09
+        Log: More POD fixes and typos
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15888] By: rgs                                   on 2002/04/13  10:49:14
+        Log: Subject: Re: UTF-8 and DB_File ?
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 13 Apr 2002 13:29:41 +0200
+             Message-ID: <m3ads7j0pm.fsf@anima.de>
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15887] By: jhi                                   on 2002/04/12  22:38:23
+        Log: Fix a typo noticed by Paul Johnson.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15886] By: jhi                                   on 2002/04/12  21:38:11
+        Log: Subject: Re: Win32 Status
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 12 Apr 2002 10:15:33 -0400
+             Message-ID: <20020412141533.GB9788@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/t/INST.t
+____________________________________________________________________________
+[ 15885] By: jhi                                   on 2002/04/12  20:18:41
+        Log: Upgrade to Encode 1.34, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
+          ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15884] By: jhi                                   on 2002/04/12  20:16:16
+        Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
+             From: Graham TerMarsch <graham@howlingfrog.com>
+             Date: Fri, 12 Apr 2002 12:28:47 -0700
+             Message-Id: <200204121228.47826.graham@howlingfrog.com>
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15883] By: jhi                                   on 2002/04/12  20:01:37
+        Log: Subject: [PATCH] Re: OK, what did I break in unpack?
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 12 Apr 2002 21:59:06 +0100
+             Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 15882] By: jhi                                   on 2002/04/12  19:59:36
+        Log: Re-sort MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15881] By: jhi                                   on 2002/04/12  19:58:43
+        Log: Move also the Win32 system testing to t/win32.
+     Branch: perl
+          + t/win32/system.t
+          - t/op/winsystem.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15880] By: jhi                                   on 2002/04/12  19:57:05
+        Log: Integrate change #15879 from maint-5.6;
+             
+             Win32::GetLongPathName() did not return valid results if there
+             were "." and ".." components in the path; also fix a potential
+             buffer overflow if the long path happens to be longer than
+             MAX_PATH (this can presumably happen if they use \\?\... style
+             paths); add a rather limited testsuite that exercises just the
+             edge cases
+     Branch: perl
+         +> t/win32/longpath.t
+         !> MANIFEST t/harness win32/win32.c
+____________________________________________________________________________
+[ 15879] By: gsar                                  on 2002/04/12  19:45:50
+        Log: Win32::GetLongPathName() did not return valid results if there
+             were "." and ".." components in the path; also fix a potential
+             buffer overflow if the long path happens to be longer than
+             MAX_PATH (this can presumably happen if they use \\?\... style
+             paths); add a rather limited testsuite that exercises just the
+             edge cases
+     Branch: maint-5.6/perl
+          + t/win32/longpath.t
+          ! MANIFEST t/harness win32/win32.c
+____________________________________________________________________________
+[ 15878] By: nick                                  on 2002/04/12  14:38:32
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/ExtUtils/t/INST_PREFIX.t
+         !> (integrate 37 files)
+____________________________________________________________________________
+[ 15877] By: jhi                                   on 2002/04/12  14:05:23
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15876] By: jhi                                   on 2002/04/12  13:36:52
+        Log: Discuss the magic of \w in security terms.
+     Branch: perl
+          ! pod/perlsec.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 15875] By: jhi                                   on 2002/04/12  13:16:43
+        Log: Add a warning about the symbolic methods and
+             symbolic sub refs not being checked for taint.
+     Branch: perl
+          ! pod/perlsec.pod
+____________________________________________________________________________
+[ 15874] By: jhi                                   on 2002/04/12  12:27:41
+        Log: In EBCDIC the BOM detection doesn't seem
+             to be working right.  For now skipping the test,
+             waiting for Dan's opinion.
+     Branch: perl
+          ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15873] By: jhi                                   on 2002/04/12  02:10:33
+        Log: Update to Net::Ping 2.16.
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+____________________________________________________________________________
+[ 15872] By: jhi                                   on 2002/04/12  02:06:04
+        Log: Upgrade to CGI.pm 2.81.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
+____________________________________________________________________________
+[ 15871] By: jhi                                   on 2002/04/12  01:48:01
+        Log: Move up restricted hashes a bit.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15870] By: jhi                                   on 2002/04/12  01:23:58
+        Log: Now using Unicode 3.2.0.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15869] By: jhi                                   on 2002/04/11  22:48:24
+        Log: UNICOS too has sockpair issues (unsurprisingly,
+             since UNICOS/mk has them too)
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15868] By: jhi                                   on 2002/04/11  20:41:23
+        Log: FAQ patch from mjd regarding Tie::File.
+     Branch: perl
+          ! pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15867] By: jhi                                   on 2002/04/11  19:19:36
+        Log: ZWNJ, ZWJ.  Any further convenience aliasing should
+             consider using the NamesList.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15866] By: jhi                                   on 2002/04/11  18:40:55
+        Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 11 Apr 2002 13:47:21 -0500
+             Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
+     Branch: perl
+          ! lib/File/CheckTree.pm lib/File/CheckTree.t
+____________________________________________________________________________
+[ 15865] By: jhi                                   on 2002/04/11  18:39:36
+        Log: More NT Unicode information from Jan Dubois.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15864] By: jhi                                   on 2002/04/11  18:21:39
+        Log: Add one perltodo item (and move bunch of them to better spot),
+             add sysopen() to "Functions for filehandles, files, or directories".
+     Branch: perl
+          ! pod/perlfunc.pod pod/perltodo.pod
+____________________________________________________________________________
+[ 15863] By: jhi                                   on 2002/04/11  14:46:45
+        Log: Prettyprinting: shorten the lines to avoid linewrapping.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 15862] By: jhi                                   on 2002/04/11  14:42:06
+        Log: Also NEC SUPER-UX has buggy sockpair().
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15861] By: jhi                                   on 2002/04/11  13:35:01
+        Log: dTHX works on its own just fine.
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs
+____________________________________________________________________________
+[ 15860] By: jhi                                   on 2002/04/11  13:34:40
+        Log: Must hold off building s2p until there's a miniperl.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15859] By: jhi                                   on 2002/04/11  13:02:10
+        Log: AIX: strerror_r() needs dTHX.
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs
+____________________________________________________________________________
+[ 15858] By: jhi                                   on 2002/04/11  12:42:57
+        Log: Extracting the s2p may require the right dynlibpath.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15857] By: jhi                                   on 2002/04/11  12:40:59
+        Log: Doc tweaks.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 15856] By: jhi                                   on 2002/04/11  12:33:57
+        Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 11 Apr 2002 01:25:26 -0400
+             Message-ID: <20020411052525.GA17038@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/INST_PREFIX.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
+          ! lib/ExtUtils/t/prefixify.t
+____________________________________________________________________________
+[ 15855] By: nick                                  on 2002/04/11  06:26:44
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 42 files)
+____________________________________________________________________________
+[ 15854] By: jhi                                   on 2002/04/11  02:38:50
+        Log: Unused variables.
+     Branch: perl
+          ! ext/threads/shared/shared.xs ext/threads/threads.xs
+____________________________________________________________________________
+[ 15853] By: jhi                                   on 2002/04/11  02:15:51
+        Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
+             From: Ilya Martynov <ilya@martynov.org>
+             Date: 11 Apr 2002 03:21:17 +0400
+             Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
+     Branch: perl
+          ! lib/Term/ReadLine.pm
+____________________________________________________________________________
+[ 15852] By: jhi                                   on 2002/04/10  22:48:15
+        Log: Upgrade to Encode 1.33, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
+          ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
+          ! ext/Encode/ucm/adobeSymbol.ucm
+          ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
+____________________________________________________________________________
+[ 15851] By: jhi                                   on 2002/04/10  21:25:30
+        Log: Backward portability from Dan Kogai.
+     Branch: perl
+          ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
+          ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
+          ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
+          ! ext/Storable/t/lock.t ext/Storable/t/overload.t
+          ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
+          ! ext/Storable/t/store.t ext/Storable/t/tied.t
+          ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
+          ! ext/Storable/t/utf8.t
+____________________________________________________________________________
+[ 15850] By: rgs                                   on 2002/04/10  20:07:42
+        Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
+             correctly). As a side-effect, fix a bug in B::Lint. The corresponding
+             bug in B::walkoptree still to be fixed.
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
+____________________________________________________________________________
+[ 15849] By: jhi                                   on 2002/04/10  18:39:15
+        Log: Subject: [PATCH perldelta.pod] Japanese language is ja
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 10 Apr 2002 21:29:58 +0200
+             Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15848] By: jhi                                   on 2002/04/10  14:22:12
+        Log: Integrate perlio;
+             
+             Add a \t to Win32 pm_to_blib $(TOUCH) line.
+     Branch: perl
+         !> lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 15847] By: nick                                  on 2002/04/10  13:08:29
+        Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
+     Branch: perlio
+          ! lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 15846] By: jhi                                   on 2002/04/10  12:57:51
+        Log: Try to fool old AIX when threading, from Merijn.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15845] By: jhi                                   on 2002/04/10  12:44:51
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15844] By: jhi                                   on 2002/04/10  12:38:41
+        Log: Welcome to the 5.7.3.
+     Branch: perl
+          ! NetWare/Makefile win32/Makefile
+____________________________________________________________________________
+[ 15843] By: jhi                                   on 2002/04/10  12:34:01
+        Log: Make x2p/s2p part of the test_prep target now that we
+             have a test for it.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15842] By: jhi                                   on 2002/04/10  11:47:23
+        Log: Integrate perlio.
+             
+             We have been 5.7.3 for a while - install there ...
+     Branch: perl
+         !> win32/makefile.mk
+____________________________________________________________________________
+[ 15841] By: jhi                                   on 2002/04/10  11:45:14
+        Log: SImilarly to old HP-UX, in old AIX too including
+             crypt.h leads into trouble.  (from Merijn)
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 15840] By: nick                                  on 2002/04/10  10:04:19
+        Log: We have been 5.7.3 for a while - install there ...
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 15839] By: nick                                  on 2002/04/10  10:03:46
+        Log: Intgrate mainline
+     Branch: perlio
+         +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
+          - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
+          - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
+         !> (integrate 40 files)
+____________________________________________________________________________
+[ 15838] By: ams                                   on 2002/04/10  04:16:45
+        Log: Subject: [PATCH] ext/attrs.t getting skipped
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 9 Apr 2002 23:58:49 -0500
+             Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 15837] By: jhi                                   on 2002/04/10  01:18:57
+        Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 9 Apr 2002 20:52:55 -0400
+             Message-ID: <20020410005254.GI8954@blackrider>
+     Branch: perl
+          ! t/op/sub_lval.t
+____________________________________________________________________________
+[ 15836] By: jhi                                   on 2002/04/09  23:43:55
+        Log: Undo accident in #15385.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15835] By: jhi                                   on 2002/04/09  23:41:01
+        Log: Retract the UTF-8 filenames patch.  This may be
+             better dealt with in Perl level, a la File::Spec
+             (since the whole mess is strongly filesystem-specific).
+     Branch: metaconfig/U/perl
+          + usecjk.U
+          ! Extensions.U
+     Branch: perl
+          - ext/File/Glob/t/utf8.t
+          ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
+          ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
+          ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+          ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
+          ! t/op/readdir.t
+____________________________________________________________________________
+[ 15834] By: jhi                                   on 2002/04/09  20:05:59
+        Log: Upgrade to Encode 1.32, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
+          - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
+          - ext/Encode/ucm/macGurmukhi.ucm
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
+          ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm
+          ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
+          ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
+____________________________________________________________________________
+[ 15833] By: jhi                                   on 2002/04/09  18:32:27
+        Log: Add tests for s2p/psed, from Wolfgang Laun.
+     Branch: perl
+          + t/x2p/s2p.t
+          ! MANIFEST t/TEST
+____________________________________________________________________________
+[ 15832] By: jhi                                   on 2002/04/09  18:14:57
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq2.pod pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15831] By: jhi                                   on 2002/04/09  18:02:55
+        Log: Remove false dependency between getgrent and setpwent
+             having/not having FILE**.  Also make the names of the
+             {set,get,end}* interface struct members a bit shorter.
+     Branch: perl
+          ! reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 15830] By: jhi                                   on 2002/04/09  16:11:43
+        Log: Avoid bad prototypes.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15829] By: jhi                                   on 2002/04/09  14:45:48
+        Log: metaconfig unit change for #15828.
+     Branch: metaconfig
+          ! U/protos/Protochk.U
+____________________________________________________________________________
+[ 15828] By: jhi                                   on 2002/04/09  14:45:21
+        Log: As Merijn points out, pthread.h really needs to be known
+             by protochk.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15827] By: jhi                                   on 2002/04/09  12:45:56
+        Log: Integrate perlio;
+             
+             Patch up Encode for Tk
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
+         !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15826] By: nick                                  on 2002/04/09  12:38:25
+        Log: Patch up Encode for Tk
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15825] By: jhi                                   on 2002/04/09  11:51:36
+        Log: Portability tweak.
+     Branch: perl
+          ! lib/File/CheckTree.t
+____________________________________________________________________________
+[ 15824] By: sky                                   on 2002/04/09  10:51:07
+        Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
+             From: Abigail <abigail@osp.nl>
+             Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
+             Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 15823] By: nick                                  on 2002/04/09  08:17:59
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/lib/Encode/Config.pm
+         +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
+         !> (integrate 37 files)
+____________________________________________________________________________
+[ 15822] By: ams                                   on 2002/04/09  06:43:50
+        Log: Subject: [PATCH @15821] File::CheckTree hates @'s
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Tue, 09 Apr 2002 02:00:51 -0400
+             Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
+     Branch: perl
+          ! lib/File/CheckTree.pm
+____________________________________________________________________________
+[ 15821] By: jhi                                   on 2002/04/09  01:56:05
+        Log: Small perldelta tweaks.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15820] By: jhi                                   on 2002/04/09  01:37:28
+        Log: File::Checktree update from Paul Grassie.
+     Branch: perl
+          ! lib/File/CheckTree.pm lib/File/CheckTree.t
+____________________________________________________________________________
+[ 15819] By: ams                                   on 2002/04/08  22:43:48
+        Log: Subject: patch against t/op/sub_lval.t
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Mon, 08 Apr 2002 17:38:16 -0600
+             Message-Id: <3CB229E8.9080500@divsol.com>
+     Branch: perl
+          ! t/op/sub_lval.t
+____________________________________________________________________________
+[ 15818] By: ams                                   on 2002/04/08  22:40:16
+        Log: Humbly pay homage to the redundancy gods.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 15817] By: jhi                                   on 2002/04/08  22:20:46
+        Log: metaconfig mirror #15816.
+     Branch: metaconfig
+          ! U/modified/Unix.U
+____________________________________________________________________________
+[ 15816] By: ams                                   on 2002/04/08  22:18:32
+        Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
+     Branch: perl
+          ! Porting/Glossary
+____________________________________________________________________________
+[ 15815] By: jhi                                   on 2002/04/08  22:05:08
+        Log: Small piconv tweaks (sent to Dan).
+     Branch: perl
+          ! ext/Encode/Encode.pm ext/Encode/bin/piconv
+          ! ext/Encode/lib/Encode/Alias.pm
+____________________________________________________________________________
+[ 15814] By: jhi                                   on 2002/04/08  19:04:52
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15813] By: jhi                                   on 2002/04/08  18:56:58
+        Log: FAQ sync.  (Ignoring the few URL differences for now.)
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
+          ! pod/perlfaq7.pod pod/perlfaq9.pod
+____________________________________________________________________________
+[ 15812] By: jhi                                   on 2002/04/08  18:23:41
+        Log: Upgrade to Encode 1.31, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15811] By: ams                                   on 2002/04/08  17:00:37
+        Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
+             Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! lib/sort.t pp_sort.c
+____________________________________________________________________________
+[ 15810] By: jhi                                   on 2002/04/08  16:27:32
+        Log: metaconfig unit changes for #15809.
+     Branch: metaconfig
+          ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
+____________________________________________________________________________
+[ 15809] By: jhi                                   on 2002/04/08  16:27:10
+        Log: Mirroring #15806.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 15808] By: jhi                                   on 2002/04/08  13:57:41
+        Log: metaconfig unit changes for #15807.
+     Branch: metaconfig
+          ! U/protos/Protochk.U U/threads/d_asctime_r.U
+          ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
+          ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
+          ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
+          ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
+          ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
+          ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
+          ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
+          ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
+          ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
+          ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
+          ! U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+          ! U/threads/i_pthread.U
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 15807] By: jhi                                   on 2002/04/08  13:57:12
+        Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 08 Apr 2002 14:34:27 +0200
+             Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! Configure hints/hpux.sh reentr.pl
+____________________________________________________________________________
+[ 15806] By: ams                                   on 2002/04/08  13:50:43
+        Log: Subject: [PATCH] Updates to Porting/Glossary
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 8 Apr 02 10:44 edt
+             Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
+     Branch: perl
+          ! Porting/Glossary
+____________________________________________________________________________
+[ 15805] By: ams                                   on 2002/04/08  13:47:32
+        Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
+             coredumps on startup)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 8 Apr 2002 10:34:49 -0400
+             Message-Id: <20020408143449.GB3245@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15804] By: ams                                   on 2002/04/08  13:29:28
+        Log: Subject: [PATCH] example in pod/perllexwarn.pod
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
+             Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
+     Branch: perl
+          ! pod/perllexwarn.pod
+____________________________________________________________________________
+[ 15803] By: jhi                                   on 2002/04/08  12:35:08
+        Log: Upgrade to Encode 1.30, from Dan Kogai. 
+     Branch: perl
+          + ext/Encode/lib/Encode/Encoder.pm
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
+          ! ext/Encode/t/grow.t
+____________________________________________________________________________
+[ 15802] By: jhi                                   on 2002/04/08  12:11:26
+        Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Mon, 08 Apr 2002 01:08:40 +0100
+             Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
+     Branch: perl
+          ! ext/MIME/Base64/t/base64.t
+____________________________________________________________________________
+[ 15801] By: nick                                  on 2002/04/08  07:28:27
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
+         +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
+         +> ext/File/Glob/t/utf8.t
+         +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+         +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+         +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
+          - ext/Encode/lib/Encode/10646_1.pm
+          - ext/Encode/lib/Encode/Internal.pm
+          - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
+          - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
+          - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
+          - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
+          - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
+          - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
+         !> (integrate 157 files)
+____________________________________________________________________________
+[ 15800] By: ams                                   on 2002/04/08  07:06:21
+        Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
+             From: Jan Dubois <JanD@ActiveState.com>
+             Date: Mon, 08 Apr 2002 00:10:39 -0700
+             Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/Packlist.pm
+____________________________________________________________________________
+[ 15799] By: ams                                   on 2002/04/08  04:50:36
+        Log: Subject: [PATCH pod/perlguts.pod] docco fixes
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
+             Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15798] By: ams                                   on 2002/04/08  03:56:52
+        Log: New descriptions for savepv*(), as suggested by Gisle Aas.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15797] By: ams                                   on 2002/04/08  01:30:38
+        Log: Remove, eliminate, and destroy multiple, redundant occurences of the
+             same line of code. (As suggested by Simon Cozens.)
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 15796] By: ams                                   on 2002/04/08  01:27:24
+        Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
+             Simon Cozens.
+     Branch: perl
+          ! embed.fnc util.c
+____________________________________________________________________________
+[ 15795] By: ams                                   on 2002/04/08  01:05:16
+        Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
+             From: Tom Brown <thecap@peach.ece.utexas.edu>
+             Date: Sun, 07 Apr 2002 23:20:05 GMT
+             Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
+     Branch: perl
+          ! ext/Devel/DProf/DProf.xs
+____________________________________________________________________________
+[ 15794] By: jhi                                   on 2002/04/07  23:31:28
+        Log: Retract #15793 since #15775 should fix the problem.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15793] By: jhi                                   on 2002/04/07  23:25:14
+        Log: (Retracted by #15794)
+             Subject: [PATCH] hv.c
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 7 Apr 2002 14:25:48 +0200
+             Message-ID: <3CB056EC.16340.1119992@localhost>
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15792] By: ams                                   on 2002/04/07  21:48:49
+        Log: Make other nits nervous.
+     Branch: perl
+          ! gv.c perl.c
+____________________________________________________________________________
+[ 15791] By: ams                                   on 2002/04/07  20:31:08
+        Log: Subject: [MIME::Base64 patch] t/base64.t fix
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Mon, 8 Apr 2002 06:19:29 +0900
+             Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/MIME/Base64/t/base64.t
+____________________________________________________________________________
+[ 15790] By: ams                                   on 2002/04/07  20:15:52
+        Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
+             Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
+     Branch: perl
+          ! ext/Devel/Peek/Peek.xs
+____________________________________________________________________________
+[ 15789] By: rgs                                   on 2002/04/07  19:34:10
+        Log: Fully qualify in warning message the name of a subroutine redefined
+             via glob assignment
+     Branch: perl
+          ! sv.c t/lib/warnings/op t/lib/warnings/sv
+____________________________________________________________________________
+[ 15788] By: jhi                                   on 2002/04/07  17:32:49
+        Log: Update from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15787] By: jhi                                   on 2002/04/07  16:59:45
+        Log: Can't right now twist my brain to figure out
+             the right CR/LF code point mappings in EBCDIC.
+     Branch: perl
+          ! lib/Pod/t/eol.t
+____________________________________________________________________________
+[ 15786] By: jhi                                   on 2002/04/07  16:57:21
+        Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 7 Apr 2002 15:01:56 +0100
+             Message-ID: <20020407150156.R10686@plum.flirble.org>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 15785] By: jhi                                   on 2002/04/07  16:52:53
+        Log: Tpyo.
+     Branch: perl
+          ! lib/Pod/t/eol.t
+____________________________________________________________________________
+[ 15784] By: jhi                                   on 2002/04/07  16:41:29
+        Log: EBCDIC branch was forgotten.
+     Branch: perl
+          ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 15783] By: jhi                                   on 2002/04/07  16:29:09
+        Log: charnames::viacode() was broken, noticed by Jeffrey.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15782] By: jhi                                   on 2002/04/07  15:53:35
+        Log: Missing files.
+     Branch: perl
+          + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
+          ! MANIFEST ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15781] By: jhi                                   on 2002/04/07  15:47:27
+        Log: (intentionally empty)
+     Branch: perl
+          ! MANIFEST sv.h
+____________________________________________________________________________
+[ 15780] By: jhi                                   on 2002/04/07  15:34:10
+        Log: Upgrade to Encode 1.26, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
+          + ext/Encode/ucm/jis0212.ucm
+          - ext/Encode/lib/Encode/10646_1.pm
+          - ext/Encode/lib/Encode/Internal.pm
+          - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
+          - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
+          - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
+          - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
+          - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
+          - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
+          - ext/Encode/ucm/macRumanian.ucm
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/bin/piconv ext/Encode/bin/unidump
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
+          ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
+          ! ext/Encode/ucm/adobeSymbol.ucm
+          ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
+          ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
+          ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
+          ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
+          ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
+          ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
+          ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
+          ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
+          ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
+          ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
+          ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
+          ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
+          ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
+          ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
+          ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
+          ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
+          ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
+          ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
+          ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
+          ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
+          ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
+          ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
+          ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
+          ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
+          ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
+          ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
+          ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
+          ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
+          ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
+          ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
+          ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
+          ! ext/Encode/ucm/nextstep.ucm
+____________________________________________________________________________
+[ 15779] By: jhi                                   on 2002/04/07  14:51:04
+        Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
+             needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
+             Now, where was my coffee mug...
+     Branch: perl
+          ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15778] By: jhi                                   on 2002/04/07  14:35:15
+        Log: Subject: [PATCH] MakeMaker basic.t on Win32
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 7 Apr 2002 14:25:48 +0200
+             Message-ID: <3CB056EC.27101.1119A3D@localhost>
+             
+             Subject: [PATCH] MakeMaker && Win32 && nmake
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 7 Apr 2002 14:25:48 +0200
+             Message-ID: <3CB056EC.9001.11199ED@localhost>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 15777] By: jhi                                   on 2002/04/07  14:27:06
+        Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sun, 07 Apr 2002 07:51:49 +0200      
+             Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 15776] By: jhi                                   on 2002/04/07  14:25:28
+        Log: There was no nice way of getting in UTF-8 filenames:
+             now one can use in the (new) three-arg form of readdir()
+             and in File::Glob import a ":utf8" to transparently accept
+             the filenames as Unicode.  Note that only :utf8 is supported,
+             not fancier stuff like :encoding(foobar)
+     Branch: perl
+          + ext/File/Glob/t/utf8.t
+          ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
+          ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
+          ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+          ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
+          ! t/op/readdir.t
+____________________________________________________________________________
+[ 15775] By: rgs                                   on 2002/04/07  11:15:46
+        Log: Subject: [PATCH] Re: perl@15772
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 7 Apr 2002 11:06:42 +0100
+             Message-ID: <20020407110641.O10686@plum.flirble.org>
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15774] By: jhi                                   on 2002/04/07  01:21:07
+        Log: Subject: [PATCH] Re: 15764 breakage
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 6 Apr 2002 19:14:02 -0500
+             Message-ID: <20020407001401.GA7076@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15773] By: jhi                                   on 2002/04/06  19:25:47
+        Log: Instruction tweak.
+     Branch: perl
+          ! README.os390
+____________________________________________________________________________
+[ 15772] By: jhi                                   on 2002/04/06  19:05:50
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15771] By: jhi                                   on 2002/04/06  18:59:53
+        Log: Subject: [PATCH] Encode tweaks for VMS
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 6 Apr 2002 03:26:09 -0500
+             Message-ID: <20020406082609.GA28758@blackrider>
+     Branch: perl
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
+          ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+____________________________________________________________________________
+[ 15770] By: jhi                                   on 2002/04/06  18:54:06
+        Log: Prettyprinting and version paranoia.
+     Branch: perl
+          ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 15769] By: jhi                                   on 2002/04/06  18:50:17
+        Log: Be explicit about the two DB_File tests croaking
+             in Mac OS X.
+     Branch: perl
+          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 15768] By: jhi                                   on 2002/04/06  17:53:52
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 15767] By: jhi                                   on 2002/04/06  17:25:13
+        Log: Subject: Re: the dirty half dozen (Re: perl@15662)
+             From: Benjamin Goldberg <goldbb2@earthlink.net>
+             Date: Fri, 05 Apr 2002 19:15:42 -0500
+             Message-ID: <3CAE3E2E.8483505@earthlink.net>
+     Branch: perl
+          ! hv.h
+____________________________________________________________________________
+[ 15766] By: jhi                                   on 2002/04/06  17:18:14
+        Log: Underline that the current implementation is not
+             guaranteed to be forever; and reformat a bit.
+     Branch: perl
+          ! lib/utf8.pm
+____________________________________________________________________________
+[ 15765] By: jhi                                   on 2002/04/06  17:15:34
+        Log: Subject: Weak spots in the utf8 manpage
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 05 Apr 2002 10:08:44 +0200      
+             Message-ID: <m3u1qqefeb.fsf@anima.de>      
+     Branch: perl
+          ! lib/utf8.pm
+____________________________________________________________________________
+[ 15764] By: jhi                                   on 2002/04/06  16:58:02
+        Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 6 Apr 2002 03:22:03 -0500
+             Message-ID: <20020406082203.GA28713@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+          + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+          + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
+          ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
+____________________________________________________________________________
+[ 15763] By: jhi                                   on 2002/04/06  16:53:50
+        Log: No need to avoid utf8 warnings after #15762.
+     Branch: perl
+          ! lib/Unicode/Collate.pm
+____________________________________________________________________________
+[ 15762] By: jhi                                   on 2002/04/06  16:41:06
+        Log: As noted by Philip Newton: nothing wrong with BOM,
+             but 0xFFFE quite wrong.
+     Branch: perl
+          ! t/lib/warnings/utf8 utf8.c utf8.h
+____________________________________________________________________________
+[ 15761] By: jhi                                   on 2002/04/06  16:17:57
+        Log: Explain the "gaps" in the UTF-8 encoding.
+     Branch: perl
+          ! pod/perlunicode.pod utf8.h
+____________________________________________________________________________
+[ 15760] By: jhi                                   on 2002/04/06  16:09:20
+        Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 6 Apr 2002 14:54:51 +0100
+             Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 15759] By: jhi                                   on 2002/04/06  16:08:14
+        Log: Signedness nits.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15758] By: jhi                                   on 2002/04/06  16:07:03
+        Log: Make hv_notallowed a static as suggested by Nick Clark;
+             and synchronize the nomenclature to talk about restricted
+             (not fixed) hashes.
+     Branch: perl
+          ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
+          ! proto.h
+____________________________________________________________________________
+[ 15757] By: jhi                                   on 2002/04/06  15:47:52
+        Log: Subject: Re: the dirty half dozen (Re: perl@15662)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 6 Apr 2002 00:21:17 +0100
+             Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
+             
+             (with the last one reversed)
+     Branch: perl
+          ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
+          ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
+____________________________________________________________________________
+[ 15756] By: jhi                                   on 2002/04/06  15:46:35
+        Log: Update the warning message.
+     Branch: perl
+          ! README.tru64
+____________________________________________________________________________
+[ 15755] By: jhi                                   on 2002/04/06  15:26:44
+        Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sat, 6 Apr 2002 06:08:40 +0900
+             Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15754] By: rgs                                   on 2002/04/05  20:47:22
+        Log: Some tests were failing silently instead of saying "not ok"
+     Branch: perl
+          ! t/comp/proto.t
+____________________________________________________________________________
+[ 15753] By: nick                                  on 2002/04/05  19:30:12
+        Log: Integrate mainline
+     Branch: perlio
+         !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
+         !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
+         !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
+____________________________________________________________________________
+[ 15752] By: jhi                                   on 2002/04/05  18:37:32
+        Log: Minor Tie::File test patch, from mjd.
+     Branch: perl
+          ! lib/Tie/File/t/24_cache_loop.t
+____________________________________________________________________________
+[ 15751] By: jhi                                   on 2002/04/05  18:35:35
+        Log: Not *that* different line endings (noticed by Philip Newton)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15750] By: jhi                                   on 2002/04/05  18:02:26
+        Log: Retract #15745 for now; won't work without more Encode fixes.
+     Branch: perl
+          ! ext/Encode/lib/Encode/10646_1.pm
+____________________________________________________________________________
+[ 15749] By: jhi                                   on 2002/04/05  17:00:01
+        Log: metaconfig unit change for #15748.
+     Branch: metaconfig
+          ! U/modified/Oldconfig.U
+____________________________________________________________________________
+[ 15748] By: jhi                                   on 2002/04/05  16:58:45
+        Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
+             From: "Todd C. Miller" <Todd.Miller@courtesan.com>
+             Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
+             Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15747] By: jhi                                   on 2002/04/05  13:42:29
+        Log: NetWare update from C Aditya.
+     Branch: perl
+          ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
+____________________________________________________________________________
+[ 15746] By: jhi                                   on 2002/04/05  13:34:11
+        Log: Win32 pacifying from mjd.
+     Branch: perl
+          ! lib/Tie/File/t/26_twrite.t
+____________________________________________________________________________
+[ 15745] By: jhi                                   on 2002/04/05  13:07:21
+        Log: Integrate perlio;
+             
+             Not only did UCS-2 have dodgy name it was buggy.
+     Branch: perl
+         !> ext/Encode/lib/Encode/10646_1.pm
+____________________________________________________________________________
+[ 15744] By: nick                                  on 2002/04/05  13:02:36
+        Log: Not only did UCS-2 have dodgy name it was buggy.
+     Branch: perlio
+          ! ext/Encode/lib/Encode/10646_1.pm
+____________________________________________________________________________
+[ 15743] By: jhi                                   on 2002/04/05  12:50:21
+        Log: Subject: Patch for bug ID 20020221.007
+             From: Archer Sully <archer@meer.net>
+             Date: Thu, 4 Apr 2002 21:45:34 -0700
+             Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
+             
+             Fix for "[ID 20020221.007] SEGV in Storable with empty string
+             scalar object" (dclone)
+     Branch: perl
+          ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
+____________________________________________________________________________
+[ 15742] By: rgs                                   on 2002/04/05  12:22:26
+        Log: Subject: Re: lib/sort.t failure 
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Fri, 05 Apr 2002 06:19:07 -0500
+             Message-ID: <200204051119.GAA00032@raptor.research.att.com>
+             
+             with a minor formatting tweak
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15741] By: rgs                                   on 2002/04/05  11:58:14
+        Log: Subject: Re: lib/sort.t failure (and [PATCH])
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Fri, 05 Apr 2002 07:13:27 -0500
+             Message-ID: <200204051213.HAA13004@raptor.research.att.com>
+     Branch: perl
+          ! lib/sort.t
+____________________________________________________________________________
+[ 15740] By: nick                                  on 2002/04/05  09:31:42
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 49 files)
+         !> (integrate 82 files)
+____________________________________________________________________________
+[ 15739] By: jhi                                   on 2002/04/05  01:52:28
+        Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 5 Apr 2002 11:52:50 +0900
+             Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15738] By: jhi                                   on 2002/04/05  01:45:24
+        Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 5 Apr 2002 11:39:55 +0900
+             Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/lib/Encode/Alias.pm
+____________________________________________________________________________
+[ 15737] By: jhi                                   on 2002/04/04  22:28:32
+        Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
+             From: Ilmari Karonen <iltzu@sci.fi>
+             Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
+             Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
+     Branch: perl
+          ! gv.c t/op/method.t
+____________________________________________________________________________
+[ 15736] By: jhi                                   on 2002/04/04  22:28:10
+        Log: I was fooled for a while, somebody else might be too.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 15735] By: jhi                                   on 2002/04/04  22:10:51
+        Log: test.pl-ify.
+     Branch: perl
+          ! t/op/method.t
+____________________________________________________________________________
+[ 15734] By: jhi                                   on 2002/04/04  19:54:19
+        Log: Upgrade to Encode 1.20, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
+          + ext/Encode/ucm/adobeSymbol.ucm
+          + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
+          + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
+          + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
+          + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
+          + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
+          + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
+          + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
+          + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
+          + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
+          + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
+          + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
+          + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
+          + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
+          + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
+          + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
+          + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
+          + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
+          + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
+          + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
+          + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
+          + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
+          + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
+          + ext/Encode/ucm/macSymbol.ucm
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
+          ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
+          ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
+          ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
+          ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
+          ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
+          ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
+          ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
+          ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
+          ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
+          ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
+          ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
+          ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
+          ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
+          ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
+          ! ext/Encode/ucm/nextstep.ucm
+____________________________________________________________________________
+[ 15733] By: jhi                                   on 2002/04/04  17:23:31
+        Log: Subject: left-over "use 5.7.2" in threads.pm
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 21 Mar 2002 23:18:13 +0100
+             Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 15732] By: ams                                   on 2002/04/04  17:08:13
+        Log: Subject: [PATCH 5.7.3 DOCS]
+             From: mjd@plover.com
+             Date: 4 Apr 2002 15:59:39 -0000
+             Message-Id: <20020404155939.6754.qmail@plover.com>
+     Branch: perl
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 15731] By: jhi                                   on 2002/04/04  16:11:47
+        Log: metaconfig unit change for #15730.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 15730] By: jhi                                   on 2002/04/04  16:11:06
+        Log: Subject: Re: lib/sort.t failure [PATCH]
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
+             
+             Default to usethreads in case the user most probably forgot it.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15729] By: jhi                                   on 2002/04/04  13:57:41
+        Log: Typo nits from Wolfgang Laun.
+     Branch: perl
+          ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
+____________________________________________________________________________
+[ 15728] By: rgs                                   on 2002/04/04  07:09:12
+        Log: Detypo in diagnostics.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 15727] By: jhi                                   on 2002/04/04  05:54:20
+        Log: pod2html: try to be EOL agnostic.
+             (Needs testing on CRLF and CR platforms.)
+     Branch: perl
+          + lib/Pod/t/eol.t
+          ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
+____________________________________________________________________________
+[ 15726] By: jhi                                   on 2002/04/04  00:27:19
+        Log: Subject: [PATCH} Pod::HTML and HTML4
+             From: Robert Spier <rspier@pobox.com>
+             Date: Wed, 03 Apr 2002 16:26:21 -0800
+             Message-ID: <3CAB9DAD.20305@pobox.com>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15725] By: jhi                                   on 2002/04/03  22:53:41
+        Log: Byebye, beebee.
+     Branch: perl
+          ! t/lib/warnings/perlio
+____________________________________________________________________________
+[ 15724] By: jhi                                   on 2002/04/03  22:39:48
+        Log: Subject: Re: enc2xs needs portable way to know it's in the core
+             From: PPrymmer@factset.com
+             Date: Wed, 3 Apr 2002 14:29:32 -0500
+             Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15723] By: jhi                                   on 2002/04/03  22:33:09
+        Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Wed, 3 Apr 2002 22:44:01 +0200
+             Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 15722] By: jhi                                   on 2002/04/03  22:25:48
+        Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 3 Apr 02 16:34 est
+             Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 15721] By: jhi                                   on 2002/04/03  22:13:35
+        Log: Upgrade to Tie::File 0.93, from mjd.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
+          ! lib/Tie/File/t/41_heap.t
+____________________________________________________________________________
+[ 15720] By: jhi                                   on 2002/04/03  21:33:54
+        Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 15719] By: rgs                                   on 2002/04/03  21:08:21
+        Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
+             and ccflags including -DNO_LOCALE
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15718] By: jhi                                   on 2002/04/03  20:27:49
+        Log: EPOC tweaks from Olaf Flebbe.
+     Branch: perl
+          ! README.epoc epoc/epoc.c epoc/epocish.h util.c
+____________________________________________________________________________
+[ 15717] By: jhi                                   on 2002/04/03  20:25:55
+        Log: Subject: [PATCH] Set @INC earlier
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! lib/AnyDBM_File.t lib/sort.t
+____________________________________________________________________________
+[ 15716] By: rgs                                   on 2002/04/03  19:28:38
+        Log: perlcompile.pod was listing all B:: modules, except B::Concise
+             (resubmitted)
+     Branch: perl
+          ! pod/perlcompile.pod
+____________________________________________________________________________
+[ 15715] By: rgs                                   on 2002/04/03  19:16:27
+        Log: perlcompile.pod was listing all B:: modules, except B::Concise
+     Branch: perl
+          ! pod/perlcompile.pod
+____________________________________________________________________________
+[ 15714] By: jhi                                   on 2002/04/03  19:15:33
+        Log: non-perlio robustness.
+     Branch: perl
+          ! ext/Socket/socketpair.t lib/utf8.t
+____________________________________________________________________________
+[ 15713] By: nick                                  on 2002/04/03  18:06:49
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/41_heap.t
+         !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
+         !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
+         !> regexec.c t/op/re_tests t/op/tiearray.t
+____________________________________________________________________________
+[ 15712] By: jhi                                   on 2002/04/03  17:55:48
+        Log: Tweak for 8.3 compat.
+     Branch: perl
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
+          ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+          ! ext/Encode/bin/enc2xs
+____________________________________________________________________________
+[ 15711] By: jhi                                   on 2002/04/03  17:04:22
+        Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Wed, 03 Apr 2002 13:04:40 -0500
+             Message-ID: <20020403180440.7614.qmail@plover.com>
+     Branch: perl
+          ! t/op/tiearray.t
+____________________________________________________________________________
+[ 15710] By: jhi                                   on 2002/04/03  15:49:10
+        Log: Forgotten.
+     Branch: perl
+          + lib/Tie/File/t/41_heap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15709] By: jhi                                   on 2002/04/03  15:04:15
+        Log: Subject: Re: the dirty half dozen (Re: perl@15662)
+             From: Mark Kvale <kvale@phy.ucsf.edu>
+             Date: Tue, 2 Apr 2002 13:57:37 -0800
+             Message-Id: <02040213573702.66352@ivy.ucsf.edu>
+     Branch: perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 15708] By: jhi                                   on 2002/04/03  15:01:51
+        Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
+             Date: Wed, 03 Apr 2002 03:34:34 +0100
+             Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15707] By: jhi                                   on 2002/04/03  15:00:53
+        Log: The leavetry crash should now be history.
+     Branch: perl
+          ! t/op/tiearray.t
+____________________________________________________________________________
+[ 15706] By: jhi                                   on 2002/04/03  14:56:47
+        Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 3 Apr 2002 10:56:44 -0500
+             Message-ID: <20020403155644.GC916@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_Win95.pm
+____________________________________________________________________________
+[ 15705] By: jhi                                   on 2002/04/03  14:49:35
+        Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 3 Apr 2002 02:08:26 +0100
+             Message-ID: <20020403020825.B16724@fdgroup.com>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 15704] By: jhi                                   on 2002/04/03  14:18:58
+        Log: Prototype tweak for non-threaded builds.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15703] By: jhi                                   on 2002/04/03  14:12:03
+        Log: Detached threads do not help; they still hold resources.
+     Branch: perl
+          ! ext/threads/threads.pm pod/perldiag.pod
+____________________________________________________________________________
+[ 15702] By: jhi                                   on 2002/04/03  13:55:17
+        Log: Doc tweak from Wolfgang Laun.
+     Branch: perl
+          ! lib/File/Compare.pm
+____________________________________________________________________________
+[ 15701] By: jhi                                   on 2002/04/03  13:49:11
+        Log: Subject: [PATCH bleadperl] regexec.c
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 3 Apr 2002 11:13:30 +0200
+             Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15700] By: jhi                                   on 2002/04/03  13:47:22
+        Log: Document the "Cleanup skipped ..." warning.
+     Branch: perl
+          ! ext/threads/threads.pm pod/perldiag.pod
+____________________________________________________________________________
+[ 15699] By: jhi                                   on 2002/04/03  13:35:58
+        Log: Integrate perlio;
+             
+             Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
+             
+             Fix segfaults when mainthread exits with other threads running:
+             - track number of running threads
+             - if main thread calls perl_destruct() with other threads running
+             skip most of cleanup (with a warning).
+     Branch: perl
+         !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
+         !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
+         !> pod/perlapi.pod proto.h
+____________________________________________________________________________
+[ 15698] By: nick                                  on 2002/04/03  13:15:30
+        Log: Fix segfaults when mainthread exits with other threads running:
+             - track number of running threads
+             - if main thread calls perl_destruct() with other threads running
+             skip most of cleanup (with a warning).
+     Branch: perlio
+          ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
+          ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
+____________________________________________________________________________
+[ 15697] By: nick                                  on 2002/04/03  07:34:13
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Net/Ping/t/250_ping_hires.t
+         !> (integrate 33 files)
+____________________________________________________________________________
+[ 15696] By: nick                                  on 2002/04/03  06:41:58
+        Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
+     Branch: perlio
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 15695] By: jhi                                   on 2002/04/03  03:10:27
+        Log: Subject: [PATCH @15047] debugger
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 16 Mar 2002 04:38:50 -0500
+             Message-ID: <20020316043850.A9223@math.ohio-state.edu>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15694] By: jhi                                   on 2002/04/02  22:26:23
+        Log: Third Degree flags.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15693] By: jhi                                   on 2002/04/02  21:19:21
+        Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Tue, 02 Apr 2002 16:35:11 -0500
+             Message-ID: <20020402213511.27781.qmail@plover.com>
+             
+             (tweaked)
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15692] By: jhi                                   on 2002/04/02  21:01:41
+        Log: Upgrade to Tie::File 0.92, from mjd.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
+          ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
+          ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
+          ! lib/Tie/File/t/40_abs_cache.t
+____________________________________________________________________________
+[ 15691] By: jhi                                   on 2002/04/02  20:42:56
+        Log: Subject: [PATCH] Update my email address in perl.c
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 2 Apr 02 15:27 est
+             Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
+     Branch: perl
+          ! AUTHORS perl.c
+____________________________________________________________________________
+[ 15690] By: rgs                                   on 2002/04/02  20:36:04
+        Log: POD fix.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15689] By: jhi                                   on 2002/04/02  20:35:13
+        Log: What started as a small nit (the charnames test, nit found
+             be Hugo), ballooned a bit... the goal is Larry's wish that
+             illegal Unicode (such as U+FFFF) by default doesn't warn,
+             since what if somebody WANTS to create illegal Unicode?
+             Now getting close to this in the regex runtime.
+             (Also, fix more of my fixation that BOM would be U+FFFE.)
+     Branch: perl
+          ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
+          ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
+____________________________________________________________________________
+[ 15688] By: jhi                                   on 2002/04/02  18:57:19
+        Log: Talk more about Net::Ping.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15687] By: jhi                                   on 2002/04/02  18:35:27
+        Log: Upgrade to Net::Ping 2.14.
+     Branch: perl
+          + lib/Net/Ping/t/250_ping_hires.t
+          ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
+          ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
+          ! lib/Net/Ping/t/140_stream_inst.t
+____________________________________________________________________________
+[ 15686] By: jhi                                   on 2002/04/02  18:09:46
+        Log: XML::Parser 2.31 should be out shortly.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15685] By: jhi                                   on 2002/04/02  17:37:44
+        Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
+             From: George Necula <necula@eecs.berkeley.edu>
+             Date: Tue, 2 Apr 2002 10:22:41 -0800
+             Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
+     Branch: perl
+          ! lib/File/Spec/Cygwin.pm
+____________________________________________________________________________
+[ 15684] By: jhi                                   on 2002/04/02  15:39:04
+        Log: EBCDIC test tweak.
+     Branch: perl
+          ! pod/perldelta.pod t/uni/case.pl
+____________________________________________________________________________
+[ 15683] By: nick                                  on 2002/04/02  15:36:17
+        Log: Integrate mainline
+     Branch: perlio
+         !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
+         !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
+         !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
+____________________________________________________________________________
+[ 15682] By: jhi                                   on 2002/04/02  15:05:58
+        Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 2 Apr 2002 00:37:08 -0500
+             Message-ID: <20020402003708.A8648@math.ohio-state.edu>
+     Branch: perl
+          ! os2/os2ish.h perlio.c
+____________________________________________________________________________
+[ 15681] By: jhi                                   on 2002/04/02  15:01:34
+        Log: Subject: [PATCH @15047] debugger again
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 2 Apr 2002 00:30:31 -0500
+             Message-ID: <20020402003030.A8567@math.ohio-state.edu>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15680] By: jhi                                   on 2002/04/02  14:53:19
+        Log: Subject: [PATCH @15047] test() in CPAN.pm
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 2 Apr 2002 00:46:45 -0500
+             Message-ID: <20020402004645.A8674@math.ohio-state.edu>
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 15679] By: gbarr                                 on 2002/04/02  14:27:37
+        Log: Sync with libnet-1.11
+     Branch: perl
+          ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
+          ! lib/Net/SMTP.pm
+____________________________________________________________________________
+[ 15678] By: jhi                                   on 2002/04/02  14:01:35
+        Log: NetWare tweaks from C Aditya.
+     Branch: perl
+          ! NetWare/t/NWScripts.pl scope.c
+____________________________________________________________________________
+[ 15677] By: jhi                                   on 2002/04/02  13:35:49
+        Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Tue, 2 Apr 2002 22:21:47 +0900
+             Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15676] By: jhi                                   on 2002/04/02  13:22:51
+        Log: Integrate perlio;
+             
+             Calculate buffer size needs in float to avoid 32-bit overflow.
+             
+             Add buffer size growth test.
+     Branch: perl
+         +> ext/Encode/t/grow.t
+         !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15675] By: nick                                  on 2002/04/02  07:49:41
+        Log: Add buffer size growth test.
+     Branch: perlio
+          + ext/Encode/t/grow.t
+          ! MANIFEST ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15674] By: nick                                  on 2002/04/02  07:40:49
+        Log: Calculate buffer size needs in float to avoid 32-bit overflow.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15673] By: nick                                  on 2002/04/02  07:40:06
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 102 files)
+          - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
+          - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
+          - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
+          - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
+          - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
+          - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
+          - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
+          - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
+          - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
+          - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
+          - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
+          - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
+          - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
+          - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
+          - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
+          - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
+          - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
+          - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
+          - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
+          - ext/Encode/Encode/macCentEuro.ucm
+          - ext/Encode/Encode/macCroatian.ucm
+          - ext/Encode/Encode/macCyrillic.ucm
+          - ext/Encode/Encode/macDingbats.ucm
+          - ext/Encode/Encode/macGreek.ucm
+          - ext/Encode/Encode/macIceland.ucm
+          - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
+          - ext/Encode/Encode/macRumanian.ucm
+          - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
+          - ext/Encode/Encode/macTurkish.ucm
+          - ext/Encode/Encode/macUkraine.ucm
+          - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
+          - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
+          - ext/Encode/compile ext/Encode/encode.h
+          - ext/Encode/lib/Encode/CN/2022_CN.pm
+          - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
+          - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
+          - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
+          - lib/unicore/PropertyValueAliases.txt
+         !> (integrate 143 files)
+____________________________________________________________________________
+[ 15672] By: ams                                   on 2002/04/02  04:42:44
+        Log: Win32 fix for Tie::File from MJD.
+     Branch: perl
+          ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 15671] By: jhi                                   on 2002/04/02  01:59:40
+        Log: Add a few tests to the timing-sensitive list.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15670] By: jhi                                   on 2002/04/01  20:57:03
+        Log: Subject: [PATCH sort.t] extensive regression testing
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 1 Apr 2002 23:50:24 +0200
+             Message-ID: <20020401235024.E677@rafael>
+     Branch: perl
+          ! lib/sort.t
+____________________________________________________________________________
+[ 15669] By: jhi                                   on 2002/04/01  20:38:57
+        Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 1 Apr 2002 21:54:05 +0100
+             Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Memoize/t/errors.t
+____________________________________________________________________________
+[ 15668] By: jhi                                   on 2002/04/01  20:33:06
+        Log: Subject: getting rid of a few superfluous $&/$`
+             From: Jeffrey Friedl <jfriedl@yahoo.com>
+             Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
+             Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
+             
+             (with more-backward-compat than just using @- and @+, also by Jeffrey)
+             
+             (The version number of Text::Balanced intentionally not
+             increased since Damian will make a new release after 5.8)
+     Branch: perl
+          ! lib/Pod/Html.pm lib/Text/Balanced.pm
+____________________________________________________________________________
+[ 15667] By: jhi                                   on 2002/04/01  20:16:46
+        Log: Subject: [PATCH 5.7.3 TESTS]
+             From: mjd@plover.com
+             Date: 1 Apr 2002 20:32:18 -0000
+             Message-ID: <20020401203218.25230.qmail@plover.com>
+     Branch: perl
+          ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
+          ! t/op/tiearray.t t/test.pl
+____________________________________________________________________________
+[ 15666] By: jhi                                   on 2002/04/01  20:13:49
+        Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 1 Apr 02 15:15 est
+             Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
+     Branch: perl
+          ! iperlsys.h
+____________________________________________________________________________
+[ 15665] By: jhi                                   on 2002/04/01  19:14:18
+        Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 1 Apr 02 14:11 est
+             Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15664] By: jhi                                   on 2002/04/01  17:58:49
+        Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 1 Apr 2002 19:30:05 +0100
+             Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/op/pat.t t/op/utfhash.t
+____________________________________________________________________________
+[ 15663] By: jhi                                   on 2002/04/01  17:56:27
+        Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 01 Apr 2002 13:22:01 -0500
+             Message-ID: <20020401182201.21189.qmail@plover.com>
+     Branch: perl
+          ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
+____________________________________________________________________________
+[ 15662] By: jhi                                   on 2002/04/01  17:06:10
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15661] By: jhi                                   on 2002/04/01  16:22:54
+        Log: Subject: [PATCH 5.7.3 DOC]
+             From: mjd@plover.com
+             Date: 1 Apr 2002 17:23:40 -0000
+             Message-ID: <20020401172340.16410.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15660] By: jhi                                   on 2002/04/01  15:38:56
+        Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
+     Branch: perl
+          ! hints/unicos.sh
+____________________________________________________________________________
+[ 15659] By: jhi                                   on 2002/04/01  15:14:13
+        Log: Advertise piconv and enc2xs.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15658] By: jhi                                   on 2002/04/01  15:08:02
+        Log: Add enc2xs.
+     Branch: perl
+          + utils/enc2xs.PL
+          ! MANIFEST utils/Makefile
+____________________________________________________________________________
+[ 15657] By: jhi                                   on 2002/04/01  14:28:09
+        Log: Integrate perlio;
+             
+             Be more explicit testing for \015 not \r
+     Branch: perl
+         !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
+         !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
+____________________________________________________________________________
+[ 15656] By: jhi                                   on 2002/04/01  14:22:14
+        Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Mon, 01 Apr 2002 17:06:18 +0200
+             Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15655] By: jhi                                   on 2002/04/01  13:56:06
+        Log: Subject: detypo patch
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 01 Apr 2002 10:09:21 +0200
+             Message-ID: <m3r8lzsuvi.fsf@anima.de>
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15654] By: jhi                                   on 2002/04/01  13:49:57
+        Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Mon, 01 Apr 2002 08:12:01 +0200
+             Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15653] By: nick                                  on 2002/04/01  09:20:24
+        Log: Be more explicit testing for \015 not \r
+     Branch: perlio
+          ! t/io/crlf.t
+____________________________________________________________________________
+[ 15652] By: jhi                                   on 2002/04/01  04:41:45
+        Log: If under UTF-8 locale the utf8.pm really needs to be found.
+     Branch: perl
+          ! t/comp/cpp.t t/run/switchPx.t
+____________________________________________________________________________
+[ 15651] By: jhi                                   on 2002/04/01  02:55:22
+        Log: Upgrade to Tie::File 0.91, from mjd.
+     Branch: perl
+          + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
+          + lib/Tie/File/t/26_twrite.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
+          ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/16_handle.t
+____________________________________________________________________________
+[ 15650] By: jhi                                   on 2002/04/01  02:49:14
+        Log: DJGPP tweaks from Laszlo.
+     Branch: perl
+          ! lib/ExtUtils/MM_DOS.pm util.c
+____________________________________________________________________________
+[ 15649] By: jhi                                   on 2002/04/01  02:47:14
+        Log: Discussion about minimal installations.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15648] By: jhi                                   on 2002/04/01  02:42:41
+        Log: Comment tweak from Hugo.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15647] By: jhi                                   on 2002/04/01  02:30:18
+        Log: Another UTF-8 locale tweak from Hugo.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15646] By: jhi                                   on 2002/04/01  02:26:49
+        Log: Document the known MacOS X locale problem.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15645] By: jhi                                   on 2002/04/01  02:17:50
+        Log: Regex fix from Hugo: in UTF-8 locales the character
+             counting code didn't work right for minimal matches.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15644] By: jhi                                   on 2002/04/01  02:02:32
+        Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Sun, 31 Mar 2002 20:32:43 -0500
+             Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
+     Branch: perl
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 15643] By: jhi                                   on 2002/04/01  02:00:10
+        Log: Document known FreeBSD locale glitch. 
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15642] By: jhi                                   on 2002/04/01  00:57:44
+        Log: There is --list in glibc iconv.
+     Branch: perl
+          ! ext/Encode/bin/piconv
+____________________________________________________________________________
+[ 15641] By: jhi                                   on 2002/03/31  23:18:51
+        Log: Slight usage tweaks to piconv: show usage with
+             no -t -f or -l arguments, or with -h.
+     Branch: perl
+          ! ext/Encode/bin/piconv
+____________________________________________________________________________
+[ 15640] By: jhi                                   on 2002/03/31  23:08:28
+        Log: Get the piconv installed.
+     Branch: perl
+          + utils/piconv.PL
+          ! MANIFEST utils/Makefile
+____________________________________________________________________________
+[ 15639] By: jhi                                   on 2002/03/31  22:35:21
+        Log: Spelling tweaks.
+     Branch: perl
+          ! ext/Encode/bin/piconv
+____________________________________________________________________________
+[ 15638] By: jhi                                   on 2002/03/31  22:31:29
+        Log: Upgrade to Encode 1.11, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Encode/Changes.e2x
+          + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
+          + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
+          + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
+          + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
+          + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
+          + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
+          + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
+          + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
+          + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
+          + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
+          + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
+          + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
+          + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
+          + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
+          + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
+          + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
+          + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
+          + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
+          + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
+          + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
+          + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
+          + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
+          + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
+          + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
+          + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
+          + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
+          + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
+          + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
+          + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
+          + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
+          + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
+          + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
+          + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
+          + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
+          + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
+          + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
+          + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
+          + ext/Encode/ucm/viscii.ucm
+          - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
+          - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
+          - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
+          - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
+          - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
+          - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
+          - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
+          - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
+          - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
+          - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
+          - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
+          - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
+          - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
+          - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
+          - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
+          - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
+          - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
+          - ext/Encode/Encode/ksc5601.ucm
+          - ext/Encode/Encode/macCentEuro.ucm
+          - ext/Encode/Encode/macCroatian.ucm
+          - ext/Encode/Encode/macCyrillic.ucm
+          - ext/Encode/Encode/macDingbats.ucm
+          - ext/Encode/Encode/macGreek.ucm
+          - ext/Encode/Encode/macIceland.ucm
+          - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
+          - ext/Encode/Encode/macRumanian.ucm
+          - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
+          - ext/Encode/Encode/macTurkish.ucm
+          - ext/Encode/Encode/macUkraine.ucm
+          - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
+          - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
+          - lib/encoding.pm lib/encoding.t
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
+          ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL ext/Encode/README
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+____________________________________________________________________________
+[ 15637] By: jhi                                   on 2002/03/31  20:50:23
+        Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
+             make viacode no-allocatedcode to return the 0xFFFD) tweaks,
+             respective test   and doc tweaks.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15636] By: jhi                                   on 2002/03/31  20:34:29
+        Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 31 Mar 2002 22:47:31 +0200
+             Message-ID: <20020331224731.E854@rafael>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15635] By: jhi                                   on 2002/03/31  19:45:33
+        Log: Subject: [PATCH] __attribute__ problems with g++
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 31 Mar 2002 22:43:03 +0200
+             Message-ID: <3CA790F7.23864.27BD5B4@localhost>
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15634] By: jhi                                   on 2002/03/31  19:28:38
+        Log: Put back the #! line, false alarm.
+     Branch: perl
+          ! lib/ExtUtils/t/Constant.t
+____________________________________________________________________________
+[ 15633] By: jhi                                   on 2002/03/31  15:07:20
+        Log: Subject: Re: [Patch] pod/perlvar.pod
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sun, 31 Mar 2002 07:40:43 +0200
+             Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15632] By: jhi                                   on 2002/03/31  03:03:11
+        Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Sat, 30 Mar 2002 21:37:37 -0500
+             Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15631] By: jhi                                   on 2002/03/30  23:30:45
+        Log: Subject: Re: compile tweak for Win32
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 17:48:22 -0500      
+             Message-ID: <20020329224822.GG16816@blackrider>
+     Branch: perl
+          ! win32/buildext.pl
+____________________________________________________________________________
+[ 15630] By: jhi                                   on 2002/03/30  23:21:56
+        Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 22:19:46 +0100
+             Message-ID: <20020330221946.A28497@rafael>
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15629] By: jhi                                   on 2002/03/30  23:21:23
+        Log: Subject: [PATCH regmesg.t] increase output verbosity
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 22:34:08 +0100
+             Message-ID: <20020330223408.C28497@rafael>
+     Branch: perl
+          ! t/op/regmesg.t
+____________________________________________________________________________
+[ 15628] By: jhi                                   on 2002/03/30  23:19:59
+        Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 21:36:23 +0100
+             Message-ID: <20020330213623.A677@rafael>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15627] By: jhi                                   on 2002/03/30  17:43:51
+        Log: If using a network filesystem several different hosts
+             may be trying to lock the same file.  In this case offering
+             to kill the other process is not that helpful.  (Unless one
+             has *real* clustering, but that's not usually the case.)
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 15626] By: jhi                                   on 2002/03/30  16:52:09
+        Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 30 Mar 2002 06:12:36 +0100
+             Message-ID: <m3hemyvdtn.fsf@anima.de>
+     Branch: perl
+          ! lib/Dumpvalue.pm
+____________________________________________________________________________
+[ 15625] By: jhi                                   on 2002/03/30  16:50:33
+        Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
+             From: Jeremy Zawodny <Jeremy@Zawodny.com>
+             Date: Fri, 29 Mar 2002 17:55:20 -0800
+             Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
+     Branch: perl
+          ! utils/dprofpp.PL
+____________________________________________________________________________
+[ 15624] By: jhi                                   on 2002/03/30  16:03:12
+        Log: Subject: [Patch] pod/perlvar.pod
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sun, 31 Mar 2002 02:03:36 +0900
+             Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15623] By: jhi                                   on 2002/03/30  15:56:31
+        Log: Subject: [PATCH] MM & Encode fixes
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 30 Mar 2002 06:41:56 -0500
+             Message-ID: <20020330114156.GA16533@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/basic.t
+          - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/t/hints.t
+____________________________________________________________________________
+[ 15622] By: jhi                                   on 2002/03/30  15:13:30
+        Log: EBCDICification.
+     Branch: perl
+          ! lib/charnames.t
+____________________________________________________________________________
+[ 15621] By: jhi                                   on 2002/03/30  15:12:45
+        Log: Upgrade to Tie::File 0.90, from mjd.
+     Branch: perl
+          + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
+          ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
+          ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
+          ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
+          ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
+          ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
+          ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+____________________________________________________________________________
+[ 15620] By: jhi                                   on 2002/03/29  22:25:35
+        Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 00:20:39 +0100
+             Message-ID: <20020330002039.A716@rafael>
+     Branch: perl
+          ! lib/sort.pm
+____________________________________________________________________________
+[ 15619] By: jhi                                   on 2002/03/29  22:15:37
+        Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 18:14:20 -0500
+             Message-ID: <20020329231419.GI16816@blackrider>
+     Branch: perl
+          ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
+          ! wince/Makefile.ce
+____________________________________________________________________________
+[ 15618] By: jhi                                   on 2002/03/29  22:09:26
+        Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 29 Mar 02 18:01 est
+             Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
+____________________________________________________________________________
+[ 15617] By: jhi                                   on 2002/03/29  22:02:28
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15616] By: jhi                                   on 2002/03/29  21:00:32
+        Log: Upgrade to Encode 1.01, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
+          ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
+          ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
+          ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
+          ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
+          ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
+          ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
+          ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
+          ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
+          ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
+          ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
+          ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
+          ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
+          ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
+          ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
+          ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
+          ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
+          ! ext/Encode/Encode/ksc5601.ucm
+          ! ext/Encode/Encode/macCentEuro.ucm
+          ! ext/Encode/Encode/macCroatian.ucm
+          ! ext/Encode/Encode/macCyrillic.ucm
+          ! ext/Encode/Encode/macDingbats.ucm
+          ! ext/Encode/Encode/macGreek.ucm
+          ! ext/Encode/Encode/macIceland.ucm
+          ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
+          ! ext/Encode/Encode/macRumanian.ucm
+          ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
+          ! ext/Encode/Encode/macTurkish.ucm
+          ! ext/Encode/Encode/macUkraine.ucm
+          ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
+          ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
+          ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/lib/Encode/CJKConstants.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
+          ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
+          ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
+____________________________________________________________________________
+[ 15615] By: jhi                                   on 2002/03/29  18:47:01
+        Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 29 Mar 2002 13:46:28 -0600
+             Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15614] By: jhi                                   on 2002/03/29  18:34:27
+        Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
+             which one has to get from the CPAN distribution.
+     Branch: perl
+          + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
+          + lib/Memoize/t/expmod_t.t
+          - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
+          - lib/Memoize/t/expire_module_t.t
+          ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
+          ! lib/Memoize/README
+____________________________________________________________________________
+[ 15613] By: jhi                                   on 2002/03/29  17:40:09
+        Log: metaconfig unit tweak.
+     Branch: metaconfig/U/perl
+          ! versiononly.U
+____________________________________________________________________________
+[ 15612] By: jhi                                   on 2002/03/29  17:39:38
+        Log: Configure-related tweaks.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h
+____________________________________________________________________________
+[ 15611] By: jhi                                   on 2002/03/29  17:27:51
+        Log: Ooops.
+     Branch: perl
+          ! t/op/ver.t
+____________________________________________________________________________
+[ 15610] By: jhi                                   on 2002/03/29  17:26:42
+        Log: Subject: [PATCH @15606] d_time for vms
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 29 Mar 2002 11:58:29 -0600
+             Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15609] By: jhi                                   on 2002/03/29  17:25:26
+        Log: Subject: Re: Regex-Unicode bugs
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 28 Mar 2002 10:12:35 +0100
+             Message-ID: <20020328101235.F678@rafael>
+     Branch: perl
+          ! t/op/regmesg.t
+____________________________________________________________________________
+[ 15608] By: jhi                                   on 2002/03/29  17:21:22
+        Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Fri, 29 Mar 2002 16:53:27 +0000
+             Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
+     Branch: perl
+          ! pod/perlre.pod pod/perlretut.pod
+____________________________________________________________________________
+[ 15607] By: jhi                                   on 2002/03/29  17:19:26
+        Log: Subject: Re: debugger debuggers wanted
+             From: spidb@cpan.org
+             Date: Fri, 29 Mar 2002 06:34:11 -0500
+             Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15606] By: jhi                                   on 2002/03/29  15:42:51
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
         Log: Rename for 8.3-friendliness.
      Branch: perl