solve one taint problem
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index 551b342..690cee0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,8 +3,9 @@ changes that went into every version of Perl.  If you'd like more
 detailed information, please consult the comments in the individual
 patches posted to the perl5-porters mailing list.  Patches for each
 individual change may also be obtained through ftp and rsync--see
-perlhack.pod for the details.
+pod/perlhack.pod for the details.
 
+For information on what's new in this release, see pod/perldelta.pod.
 
 [The "CAST AND CREW" list has been moved to AUTHORS.]
 
@@ -23,14 +24,6689 @@ The Message-Ids in the change entries refer to the email messages sent
 to the perl5-porters mailing list.  You can retrieve the messages for
 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
 
-This file contains only changes that affect the mainline branch,
-not those that affect the (now decommissioned) cfgperl, or vmsperl,
-or any other branch.
-
 --------------
-Version v5.7.2         Development release working toward v5.8
+Version v5.7.X         Development release working toward v5.8
 --------------
 ____________________________________________________________________________
+[ 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
+          + lib/unicore/PropValueAliases.txt
+          - lib/unicore/PropertyValueAliases.txt
+          ! MANIFEST lib/unicore/README.perl
+____________________________________________________________________________
+[ 15604] By: jhi                                   on 2002/03/29  15:33:19
+        Log: Retract ExtUtils/t/basic.t until it works.
+     Branch: perl
+          - lib/ExtUtils/t/basic.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15603] By: jhi                                   on 2002/03/29  15:12:08
+        Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 28 Mar 2002 22:27:14 +0100
+             Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15602] By: jhi                                   on 2002/03/29  15:10:43
+        Log: Interesting... where did this come from?
+             (The Configure change in #15600)
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 15601] By: jhi                                   on 2002/03/29  15:10:12
+        Log: metaconfig unit change for #15600.
+     Branch: metaconfig/U/perl
+          ! versiononly.U
+____________________________________________________________________________
+[ 15600] By: jhi                                   on 2002/03/29  15:08:22
+        Log: Subject: versiononly should not put `old' versions in inc
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 29 Mar 2002 12:53:49 +0100
+             Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15599] By: jhi                                   on 2002/03/29  14:45:52
+        Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 04:12:47 -0500
+             Message-ID: <20020329091247.GA7432@blackrider>
+             
+             (with two nits: (1) change lib/Extutils/Command/MM.pm
+             in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
+             @INC to compile.t)
+     Branch: perl
+          + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
+          + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
+          + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
+          + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
+          + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+          + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+          + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
+          + lib/ExtUtils/t/Problem-Module/Makefile.PL
+          + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+          + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
+          + t/lib/MakeMaker/Test/Utils.pm
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
+          ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.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/Mksymlists.pm
+          ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
+          ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
+          ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
+          ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
+          ! t/lib/TieOut.pm
+____________________________________________________________________________
+[ 15598] By: jhi                                   on 2002/03/29  14:11:58
+        Log: Leftovers from Encode 0.99.
+     Branch: perl
+          - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
+          - ext/Encode/compile ext/Encode/encode.h
+          - ext/Encode/lib/Encode/CN/2022_CN.pm
+          - ext/Encode/lib/Encode/Details.pod
+____________________________________________________________________________
+[ 15597] By: nick                                  on 2002/03/29  14:03:35
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
+         +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
+         +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+         !> (integrate 130 files)
+____________________________________________________________________________
+[ 15596] By: jhi                                   on 2002/03/29  13:46:35
+        Log: Subject: Another Unicode-3.2-induced doc fix
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Fri, 29 Mar 2002 21:45:47 +0900
+             Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 15595] By: jhi                                   on 2002/03/29  13:44:25
+        Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
+             Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
+     Branch: perl
+          ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 15594] By: jhi                                   on 2002/03/29  13:38:48
+        Log: Subject: [PATCH] Quieting OS X
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 05:46:23 -0500
+             Message-ID: <20020329104622.GA9163@blackrider>
+     Branch: perl
+          ! ext/POSIX/t/posix.t t/op/stat.t
+____________________________________________________________________________
+[ 15593] By: ams                                   on 2002/03/29  07:32:22
+        Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 29 Mar 02 0:05 est
+             Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 15592] By: ams                                   on 2002/03/29  07:28:29
+        Log: Subject: Re: perl 5.7.3 + XS lvalue subs
+             From: Spider Boardman <spidb@cpan.org>
+             Date: Fri, 29 Mar 2002 00:52:24 -0500
+             Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
+     Branch: perl
+          ! op.c t/op/attrs.t
+____________________________________________________________________________
+[ 15591] By: jhi                                   on 2002/03/29  03:15:18
+        Log: It's perlce.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15590] By: jhi                                   on 2002/03/29  02:59:03
+        Log: MPE/iX tweaks from Mark Bixby.
+     Branch: perl
+          ! ext/Storable/t/lock.t mpeix/relink
+____________________________________________________________________________
+[ 15589] By: jhi                                   on 2002/03/29  02:30:48
+        Log: Upgrade to Encode 1.00, from Dan Kogai.
+             
+             (one nit: bin/enc2xs needed also ../..)
+     Branch: perl
+          + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
+          + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
+          + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! (edit 104 files)
+____________________________________________________________________________
+[ 15588] By: jhi                                   on 2002/03/29  01:38:10
+        Log: Subject: [PATCH] NEXT LINE --> NEL
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Thu, 28 Mar 2002 21:03:10 +0000
+             Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15587] By: jhi                                   on 2002/03/28  18:17:08
+        Log: binmode :bytes, again.
+     Branch: perl
+          ! lib/utf8.t
+____________________________________________________________________________
+[ 15586] By: jhi                                   on 2002/03/28  16:23:41
+        Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 28 Mar 2002 10:36:03 -0500
+             Message-ID: <20020328153603.11992.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 15585] By: jhi                                   on 2002/03/28  16:20:03
+        Log: Support Unicode 3.1 names, names without the (XX), and BOM.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t pp_pack.c
+____________________________________________________________________________
+[ 15584] By: jhi                                   on 2002/03/28  15:52:30
+        Log: If expecting UTF-8, probably not expecting UTF-16.
+     Branch: perl
+          ! t/comp/require.t
+____________________________________________________________________________
+[ 15583] By: jhi                                   on 2002/03/28  13:48:29
+        Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 28 Mar 02 8:22 est
+             Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 15582] By: jhi                                   on 2002/03/28  13:47:14
+        Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 28 Mar 02 7:46 est
+             Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
+     Branch: perl
+          ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
+____________________________________________________________________________
+[ 15581] By: jhi                                   on 2002/03/28  13:45:48
+        Log: A little bit better error message for \pq, still
+             not good because the script context is not shown.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
+____________________________________________________________________________
+[ 15580] By: jhi                                   on 2002/03/28  13:28:44
+        Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
+             From: Jeffrey Friedl <jfriedl@yahoo.com>
+             Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
+             Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
+     Branch: perl
+          ! sv.c t/op/pat.t
+____________________________________________________________________________
+[ 15579] By: jhi                                   on 2002/03/28  13:22:25
+        Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 28 Mar 2002 05:04:40 -0500
+             Message-ID: <20020328100440.22081.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 15578] By: jhi                                   on 2002/03/28  13:19:21
+        Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
+             From: mjd@plover.com
+             Date: 28 Mar 2002 09:22:06 -0000
+             Message-ID: <20020328092206.18833.qmail@plover.com>
+     Branch: perl
+          ! lib/encoding.t
+____________________________________________________________________________
+[ 15577] By: jhi                                   on 2002/03/28  13:03:48
+        Log: Unicode 3.2.0-induced doc tweaks.
+     Branch: perl
+          ! pod/perlretut.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 15576] By: nick                                  on 2002/03/28  07:40:04
+        Log: Integrate mainline (clean in Win32/MinGW but for end.t)
+     Branch: perlio
+         +> (branch 31 files)
+         !> (integrate 162 files)
+____________________________________________________________________________
+[ 15575] By: jhi                                   on 2002/03/28  04:19:51
+        Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 28 Mar 02 0:16 est
+             Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 15574] By: jhi                                   on 2002/03/28  04:07:23
+        Log: Subject: Re: Regex-Unicode bugs
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 27 Mar 2002 13:48:06 +0100
+             Message-ID: <20020327134806.C18945@rafael>
+             
+             regmesg.t patch still would be nice.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15573] By: jhi                                   on 2002/03/28  03:46:14
+        Log: Subject: Re: Regex-Unicode bugs
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
+             Date: Wed, 27 Mar 2002 12:39:57 +0000
+             Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
+     Branch: perl
+          ! pod/perldiag.pod regcomp.c
+____________________________________________________________________________
+[ 15572] By: jhi                                   on 2002/03/28  03:38:34
+        Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 27 Mar 02 23:33 est
+             Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 15571] By: jhi                                   on 2002/03/28  02:25:53
+        Log: The Official 3.2.0 came out.
+     Branch: perl
+          + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
+          + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
+          + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
+          + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
+          + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
+          + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
+          + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
+          + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
+          + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
+          + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
+          + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
+          + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
+          + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
+          + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
+          + lib/unicore/lib/UnifiedI.pl
+          ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
+____________________________________________________________________________
+[ 15570] By: jhi                                   on 2002/03/28  02:00:29
+        Log: socketpair binmode :bytes.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15569] By: jhi                                   on 2002/03/28  01:46:21
+        Log: Don't install anything beneath 't' directories.
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 15568] By: jhi                                   on 2002/03/28  01:43:52
+        Log: More UTF-8 locale sensitivity.
+     Branch: perl
+          ! t/io/utf8.t
+____________________________________________________________________________
+[ 15567] By: jhi                                   on 2002/03/28  01:20:31
+        Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 28 Mar 2002 10:13:45 +0800
+             Message-ID: <3CA27C59.4020209@stason.org>
+             
+             Temp file cleanup.
+     Branch: perl
+          ! lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15566] By: jhi                                   on 2002/03/28  01:12:17
+        Log: Be compatible also with non-UTF-8 locales.
+     Branch: perl
+          ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
+          ! lib/Locale/Language.pod
+____________________________________________________________________________
+[ 15565] By: jhi                                   on 2002/03/28  00:58:36
+        Log: Subject: Re: perl 5.7.3 + XS lvalue subs
+             From: Spider Boardman <spidb@cpan.org>
+             Date: Wed, 27 Mar 2002 20:52:28 -0500
+             Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
+     Branch: perl
+          ! cv.h op.c t/op/attrs.t toke.c
+____________________________________________________________________________
+[ 15564] By: jhi                                   on 2002/03/27  23:54:59
+        Log: "Last element".
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15563] By: jhi                                   on 2002/03/27  23:53:27
+        Log: Subject: Error in perlfunc for "die"
+             From: William R Ward <bill@wards.net>
+             Date: 27 Mar 2002 12:31:32 -0800
+             Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15562] By: jhi                                   on 2002/03/27  23:50:23
+        Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
+             From: Mark Kvale <kvale@phy.ucsf.edu>
+             Date: Wed, 27 Mar 2002 16:45:37 -0800
+             Message-Id: <02032716453705.38063@ivy.ucsf.edu>
+     Branch: perl
+          ! pod/perlre.pod pod/perlretut.pod
+____________________________________________________________________________
+[ 15561] By: jhi                                   on 2002/03/27  23:48:15
+        Log: Try to handle UTF-8 locales.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 15560] By: jhi                                   on 2002/03/27  22:57:45
+        Log: More binmode :bytes.
+     Branch: perl
+          ! t/io/utf8.t
+____________________________________________________________________________
+[ 15559] By: jhi                                   on 2002/03/27  22:48:39
+        Log: binmode(FH, ":bytes") is the right way, methinks.
+     Branch: perl
+          ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 15558] By: jhi                                   on 2002/03/27  22:29:30
+        Log: UTF-8 locale: need to open explicitly for bytes.
+     Branch: perl
+          ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 15557] By: jhi                                   on 2002/03/27  21:59:54
+        Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
+     Branch: perl
+          ! lib/Locale/Language.pm lib/Locale/Language.pod
+____________________________________________________________________________
+[ 15556] By: jhi                                   on 2002/03/27  21:44:37
+        Log: Warn instead of croak.
+     Branch: perl
+          ! pod/perldiag.pod utf8.c
+____________________________________________________________________________
+[ 15555] By: jhi                                   on 2002/03/27  21:18:40
+        Log: UTF-8 locale: there might already be one UTF-8 discipline.
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 15554] By: jhi                                   on 2002/03/27  21:09:20
+        Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 27 Mar 2002 15:22:13 -0600
+             Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
+     Branch: perl
+          ! t/lib/1_compile.t t/lib/compmod.pl
+____________________________________________________________________________
+[ 15553] By: jhi                                   on 2002/03/27  21:08:03
+        Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 27 Mar 2002 22:35:03 +0100
+             Message-ID: <20020327223503.A678@rafael>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 15552] By: jhi                                   on 2002/03/27  20:52:19
+        Log: Start using the Unicode 3.2.0 data (NOTE: still
+             unofficial, but the data is unlikely to change much.
+             Doublecheck when 3.2.0 gets released.)
+     Branch: perl
+          + lib/unicore/PropertyAliases.txt
+          + lib/unicore/PropertyValueAliases.txt
+          ! (edit 129 files)
+____________________________________________________________________________
+[ 15551] By: jhi                                   on 2002/03/27  15:20:05
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15550] By: jhi                                   on 2002/03/27  15:06:56
+        Log: Further fixing for #15549.  Six tests are failing
+             under Solaris with en_US.UTF-8 but those failures seem
+             unrelated to the BOUND problem, will look at them later.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15549] By: jhi                                   on 2002/03/27  14:45:05
+        Log: Possible fix for "Orks, Dragons, and Elves":
+             should now build under UTF-8 locales (is building
+             under Solaris en_US.UTF-8 right now).
+     Branch: perl
+          ! Makefile.SH regexec.c
+____________________________________________________________________________
+[ 15548] By: jhi                                   on 2002/03/27  14:11:37
+        Log: Forgotten from #15523.
+     Branch: perl
+          ! lib/Math/BigInt/Calc.pm
+____________________________________________________________________________
+[ 15547] By: jhi                                   on 2002/03/27  13:53:31
+        Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
+             Date: Wed, 27 Mar 2002 13:32:00 +0100
+             Message-ID: <20020327133200.A18945@rafael>
+     Branch: perl
+          ! regcomp.c t/lib/warnings/regcomp
+____________________________________________________________________________
+[ 15546] By: jhi                                   on 2002/03/27  13:51:52
+        Log: Subject: [PATCH] MANIFES --> MANIFEST
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 27 Mar 2002 10:05:46 +0000
+             Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
+             
+             (plus a few tweaks more)
+     Branch: perl
+          ! Porting/check83.pl
+____________________________________________________________________________
+[ 15545] By: nick                                  on 2002/03/27  07:37:36
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/with_sub.t
+          - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
+          - lib/bignum/t/trace.t
+         !> (integrate 76 files)
+____________________________________________________________________________
+[ 15544] By: jhi                                   on 2002/03/27  03:17:46
+        Log: Obsolete mailing list information.
+     Branch: perl
+          ! README.bs2000 README.os390 README.vmesa
+____________________________________________________________________________
+[ 15543] By: jhi                                   on 2002/03/27  03:11:55
+        Log: More URL "whitespacing".
+     Branch: perl
+          ! README.bs2000 README.hurd README.mpeix README.netware
+          ! README.os390 README.vmesa README.vos README.win32
+          ! pod/perl5004delta.pod pod/perl5005delta.pod
+          ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
+          ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
+          ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
+          ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15542] By: jhi                                   on 2002/03/27  02:40:33
+        Log: I like doubleclicking on URLs in pods to select them.
+     Branch: perl
+          ! README.amiga README.epoc README.vos pod/perl561delta.pod
+          ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
+          ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
+          ! pod/perltodo.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 15541] By: jhi                                   on 2002/03/27  02:04:47
+        Log: Regen modlib.
+     Branch: perl
+          ! pod/perlmodlib.pod
+____________________________________________________________________________
+[ 15540] By: jhi                                   on 2002/03/27  01:43:52
+        Log: Update the CPAN sites list.
+     Branch: perl
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
+____________________________________________________________________________
+[ 15539] By: jhi                                   on 2002/03/27  01:15:11
+        Log: Regen modlib, toc.
+     Branch: perl
+          ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 15538] By: jhi                                   on 2002/03/27  01:13:12
+        Log: s/rationale/rational/
+     Branch: perl
+          ! lib/Math/BigRat.pm lib/bigrat.pm
+____________________________________________________________________________
+[ 15537] By: jhi                                   on 2002/03/27  01:01:33
+        Log: s/done/esac/
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 15536] By: jhi                                   on 2002/03/27  00:54:21
+        Log: Advertise big* and BigRat.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15535] By: jhi                                   on 2002/03/26  22:42:41
+        Log: A missing ) in #15527.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15534] By: jhi                                   on 2002/03/26  22:24:17
+        Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
+             Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
+     Branch: perl
+          ! lib/ExtUtils/typemap
+____________________________________________________________________________
+[ 15533] By: jhi                                   on 2002/03/26  22:19:04
+        Log: Subject: Re: Cygwin PerlIO.t failing
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 27 Mar 2002 01:34:11 +0800
+             Message-ID: <3CA0B113.1070800@stason.org>
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15532] By: jhi                                   on 2002/03/26  22:11:17
+        Log: Subject: [PATCH] safety check for vms/test.com
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 26 Mar 2002 12:15:21 -0600
+             Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 15531] By: jhi                                   on 2002/03/26  22:10:33
+        Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
+             From: PPrymmer@factset.com
+             Date: Tue, 26 Mar 2002 13:04:59 -0500
+             Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15530] By: jhi                                   on 2002/03/26  22:08:35
+        Log: Subject: [PATCH] Minor typo in test harness
+             From: "Paul Marquess" <Paul.Marquess@Openwave.com>
+             Date: Tue, 26 Mar 2002 17:44:06 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
+     Branch: perl
+          ! t/lib/warnings/perlio
+____________________________________________________________________________
+[ 15529] By: jhi                                   on 2002/03/26  22:06:59
+        Log: Subject: PATCH s2p.PL
+             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
+             Date: Tue, 26 Mar 2002 17:16:46 +0100
+             Message-ID: <3CA09EEE.E499DD38@alcatel.at>
+     Branch: perl
+          ! x2p/s2p.PL
+____________________________________________________________________________
+[ 15528] By: jhi                                   on 2002/03/26  22:03:22
+        Log: Retract Math::BigInt::Lite, Tels had second thoughts.
+     Branch: perl
+          - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15527] By: jhi                                   on 2002/03/26  22:01:01
+        Log: Avoid and document a weird bug in UNICOS/mk.
+     Branch: perl
+          ! pod/perldelta.pod pp_sys.c
+____________________________________________________________________________
+[ 15526] By: jhi                                   on 2002/03/26  20:28:45
+        Log: Math::BigInt::Lite 0.09, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15525] By: jhi                                   on 2002/03/26  20:14:38
+        Log: For now disable the test in OS/390; it seems to hang,
+             but frustratingly seems to run from command line and
+             from Perl debugger.
+     Branch: perl
+          ! lib/Math/BigInt/t/mbi_rand.t
+____________________________________________________________________________
+[ 15524] By: jhi                                   on 2002/03/26  19:57:27
+        Log: EPOC update from Olaf Flebbe.
+     Branch: perl
+          ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
+          ! pod/perlport.pod t/io/fs.t
+____________________________________________________________________________
+[ 15523] By: jhi                                   on 2002/03/26  19:54:48
+        Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
+             and bignum 0.11, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/t/with_sub.t
+          - lib/bignum/t/trace.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
+          ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
+          ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
+          ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
+          ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
+          ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
+          ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
+          ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
+          ! lib/bignum/t/bigrat.t lib/bigrat.pm
+          ! t/lib/Math/BigInt/Subclass.pm
+____________________________________________________________________________
+[ 15522] By: jhi                                   on 2002/03/26  16:07:58
+        Log: Integrate perlio;
+             
+             Fix [ID 20020326.001] - cr/lf spanning buffer boundary
+             
+             Testcase for crlf spanning buffer boundary
+     Branch: perl
+         +> t/io/crlf.t
+         !> MANIFEST perlio.c
+____________________________________________________________________________
+[ 15521] By: nick                                  on 2002/03/26  15:31:55
+        Log: Testcase for crlf spanning buffer boundary
+     Branch: perlio
+          + t/io/crlf.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15520] By: nick                                  on 2002/03/26  15:09:52
+        Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 15519] By: jhi                                   on 2002/03/26  14:50:08
+        Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15518] By: jhi                                   on 2002/03/26  14:39:08
+        Log: Document the Configure (really, awk) glitch in
+             UNICOS/mk.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15517] By: jhi                                   on 2002/03/26  13:32:31
+        Log: Subject: [PATCH] Win32 w/o multiplicity build fails
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 22 Mar 2002 16:11:28 +0100
+             Message-ID: <3C9B57B0.31936.496399@localhost>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15516] By: jhi                                   on 2002/03/26  13:29:24
+        Log: Subject: Re: Jarkko likes OOOOs
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Tue, 26 Mar 2002 08:44:02 +0100
+             Message-ID: <40509050505.20020326084402@familiehaase.de>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 15515] By: jhi                                   on 2002/03/26  13:23:32
+        Log: Subject: [patch utils/perlbug] subject header setting problem      
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
+     Branch: perl
+          ! utils/perlbug.PL
+____________________________________________________________________________
+[ 15514] By: jhi                                   on 2002/03/26  13:20:23
+        Log: Subject: [PATCH] win32/makefile.mk
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Tue, 26 Mar 2002 13:56:19 +0100
+             Message-ID: <3CA07E03.13094.8ACAD1@localhost>
+     Branch: perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 15513] By: nick                                  on 2002/03/26  07:17:17
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 39 files)
+          - (delete 109 files)
+         !> (integrate 105 files)
+____________________________________________________________________________
+[ 15512] By: nick                                  on 2002/03/26  06:52:42
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
+         !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
+         !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
+         !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
+         !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
+____________________________________________________________________________
+[ 15511] By: jhi                                   on 2002/03/26  04:25:44
+        Log: Installation advice from Robert Spier. 
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15510] By: jhi                                   on 2002/03/26  04:12:15
+        Log: Stas setting things right.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15509] By: jhi                                   on 2002/03/26  03:57:22
+        Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 25 Mar 02 23:57 est
+             Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/IO/lib/IO/t/io_unix.t
+____________________________________________________________________________
+[ 15508] By: jhi                                   on 2002/03/26  03:55:54
+        Log: Add threads hints for UNICOS/mk and UNICOS.
+             (I'm just guessing on UNICOS.)
+     Branch: perl
+          ! hints/unicos.sh hints/unicosmk.sh
+____________________________________________________________________________
+[ 15507] By: jhi                                   on 2002/03/26  01:19:57
+        Log: Mention the effect of Unicode keys on hashes.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15506] By: jhi                                   on 2002/03/25  22:38:12
+        Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
+             From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
+             Date: Mon, 25 Mar 2002 17:24:33 -0600
+             Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
+     Branch: perl
+          ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
+          ! vms/vms_yfix.pl
+____________________________________________________________________________
+[ 15505] By: jhi                                   on 2002/03/25  22:36:18
+        Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 15504] By: jhi                                   on 2002/03/25  20:39:05
+        Log: The .ucm of Encode are big when uncompressed.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15503] By: jhi                                   on 2002/03/25  19:58:04
+        Log: I don't understand what is going on what these
+             news tests, retracting the whole lot.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15502] By: jhi                                   on 2002/03/25  19:50:32
+        Log: Upgrade to Encode 0.99, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
+          + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
+          + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
+          + ext/Encode/Encode/euc-cn.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/ir-165.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/shiftjis.ucm
+          + ext/Encode/lib/Encode/10646_1.pm
+          + ext/Encode/lib/Encode/CJKConstants.pm
+          + ext/Encode/lib/Encode/CN/2022_CN.pm
+          + ext/Encode/lib/Encode/JP/2022_JP.pm
+          + ext/Encode/lib/Encode/JP/2022_JP1.pm
+          + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
+          + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
+          + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
+          + ext/Encode/ucm2table
+          - (delete 109 files)
+          ! 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/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/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
+          ! ext/Encode/Encode/euc-jp.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/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
+          ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
+          ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
+          ! ext/Encode/Encode/viscii.ucm 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/README
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
+          ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
+          ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
+          ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Details.pod
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
+          ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
+          ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
+          ! ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15501] By: jhi                                   on 2002/03/25  19:16:21
+        Log: Noise with -w.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15500] By: jhi                                   on 2002/03/25  19:02:41
+        Log: If no perlio no perlio warnings, either.
+     Branch: perl
+          ! lib/warnings.t
+____________________________________________________________________________
+[ 15499] By: jhi                                   on 2002/03/25  18:57:47
+        Log: ...and put some of the new perlio tests here.
+             The in-memory ones not yet since my poor brain
+             refuses to find the right TODO incantation.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15498] By: jhi                                   on 2002/03/25  18:23:36
+        Log: Take away the perlio-requiring tests..
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 15497] By: jhi                                   on 2002/03/25  18:04:39
+        Log: More correct now, but actually the two new tests
+             need to be moved, since they are perlio-only...
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 15496] By: jhi                                   on 2002/03/25  17:57:32
+        Log: More neo-io tests from Stas Bekman.
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 15495] By: jhi                                   on 2002/03/25  17:52:33
+        Log: Document the QNX6 sprintf glitch.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15494] By: jhi                                   on 2002/03/25  17:46:27
+        Log: AmigaOS must use the ixemul directly, since there
+             is no more vfork support.
+     Branch: perl
+          ! hints/amigaos.sh
+____________________________________________________________________________
+[ 15493] By: jhi                                   on 2002/03/25  17:39:18
+        Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
+             Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15492] By: jhi                                   on 2002/03/25  17:38:33
+        Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
+             Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15491] By: jhi                                   on 2002/03/25  16:57:10
+        Log: Clarify the 8.3 rule.
+     Branch: perl
+          ! Porting/check83.pl
+____________________________________________________________________________
+[ 15490] By: nick                                  on 2002/03/25  16:05:07
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/lib/Encode/EncFormat.pod
+         +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
+          - ext/Encode/lib/EncodeFormat.pod
+         !> (integrate 41 files)
+____________________________________________________________________________
+[ 15489] By: jhi                                   on 2002/03/25  15:52:33
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15488] By: jhi                                   on 2002/03/25  15:32:39
+        Log: Forgotten from #15486.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15487] By: jhi                                   on 2002/03/25  15:23:56
+        Log: It seems that FreeBSD does not like using Perl's malloc
+             when multithreaded.
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15486] By: jhi                                   on 2002/03/25  14:37:03
+        Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 25 Mar 2002 11:33:17 +0100
+             Message-ID: <20020325113317.A1410@rafael>
+             
+             Apparently VMS does not do YYDEBUG.
+     Branch: perl
+          ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
+____________________________________________________________________________
+[ 15485] By: jhi                                   on 2002/03/25  14:10:20
+        Log: Subject: [PATCH] warnings for perlio + others
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Mon, 25 Mar 2002 13:01:44 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
+          ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
+          ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
+          ! warnings.pl
+____________________________________________________________________________
+[ 15484] By: jhi                                   on 2002/03/25  01:53:29
+        Log: As verified by Doug MacEachern.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15483] By: jhi                                   on 2002/03/24  23:23:50
+        Log: MPE/iX update from Mark Bixby.
+     Branch: perl
+          + mpeix/mpeix.c
+          ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
+          ! hints/mpeix.sh mpeix/mpeixish.h
+____________________________________________________________________________
+[ 15482] By: jhi                                   on 2002/03/24  22:54:00
+        Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 24 Mar 2002 22:50:06 +0000
+             Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
+____________________________________________________________________________
+[ 15481] By: jhi                                   on 2002/03/24  22:35:56
+        Log: Subject: [PATCH] fix warning + carp interaction
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
+             Date: Sun, 24 Mar 2002 23:00:21 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
+          ! warnings.pl
+____________________________________________________________________________
+[ 15480] By: jhi                                   on 2002/03/24  22:30:48
+        Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
+             (All the code changes have already been applied earlier.)
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+____________________________________________________________________________
+[ 15479] By: jhi                                   on 2002/03/24  22:11:46
+        Log: DB_File: for the core version, no need to specify
+             a minimum MM version.
+     Branch: perl
+          ! ext/DB_File/Makefile.PL
+____________________________________________________________________________
+[ 15478] By: jhi                                   on 2002/03/24  21:33:42
+        Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 24 Mar 2002 22:23:08 +0000
+             Message-ID: <20020324222308.B21963@fdgroup.com>
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 15477] By: jhi                                   on 2002/03/24  21:19:45
+        Log: Subject: [PATCH @15450] errno help for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 24 Mar 2002 16:17:52 -0600
+             Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
+     Branch: perl
+          ! ext/POSIX/t/posix.t vms/vms.c
+____________________________________________________________________________
+[ 15476] By: jhi                                   on 2002/03/24  21:18:45
+        Log: Upgrade to Locale::Codes 2.03.
+     Branch: perl
+          ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          ! lib/Locale/Country.pm
+____________________________________________________________________________
+[ 15475] By: jhi                                   on 2002/03/24  20:36:46
+        Log: metaconfig unit change for #15474.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15474] By: jhi                                   on 2002/03/24  20:35:49
+        Log: The #15472 said "properly".  Ha!
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15473] By: jhi                                   on 2002/03/24  20:17:37
+        Log: metaconfig unit change for #15472.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15472] By: jhi                                   on 2002/03/24  20:16:56
+        Log: Properly scan for the subextensions of Encode
+             when doing static builds.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15471] By: jhi                                   on 2002/03/24  19:58:38
+        Log: Tru64: Document the known odbm failure with static builds.
+     Branch: perl
+          ! README.tru64
+____________________________________________________________________________
+[ 15470] By: jhi                                   on 2002/03/24  17:56:01
+        Log: microperl tweaks.
+     Branch: perl
+          ! Makefile.micro locale.c util.c
+____________________________________________________________________________
+[ 15469] By: jhi                                   on 2002/03/24  17:32:36
+        Log: metaconfig unit changes for #15468.
+     Branch: metaconfig
+          ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
+          ! U/modified/libc.U U/modified/libs.U
+          ! U/threads/d_pthread_atfork.U
+____________________________________________________________________________
+[ 15468] By: jhi                                   on 2002/03/24  17:32:05
+        Log: Various metaconfig unit cleanup; only one visible change
+             in Configure, though.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15467] By: jhi                                   on 2002/03/24  15:53:59
+        Log: Upgrade to Encode 0.98, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/EncFormat.pod
+          + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
+          - ext/Encode/lib/EncodeFormat.pod
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
+          ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Details.pod
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15466] By: jhi                                   on 2002/03/24  13:58:44
+        Log: Integrate perlio;
+             
+             Avoid core-dump in Encode with PERLIO=mmap
+     Branch: perl
+         !> ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15465] By: jhi                                   on 2002/03/24  13:51:15
+        Log: In the spirit of #15464.
+     Branch: perl
+          ! perl.c sv.c
+____________________________________________________________________________
+[ 15464] By: jhi                                   on 2002/03/24  13:49:02
+        Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 24 Mar 2002 02:27:25 -0500
+             Message-ID: <20020324072725.GA3554@blackrider>
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15463] By: nick                                  on 2002/03/24  10:24:41
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 28 files)
+          - lib/bigfloat.t lib/bigint.t
+         !> (integrate 59 files)
+____________________________________________________________________________
+[ 15462] By: nick                                  on 2002/03/24  08:59:35
+        Log: Avoid core-dump in Encode with PERLIO=mmap
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15461] By: nick                                  on 2002/03/24  08:58:21
+        Log: Too many machines doing integrate mainline
+     Branch: perlio
+         !> Changes Configure lib/AutoSplit.t
+         !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
+         !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
+         !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
+         !> pp_ctl.c reentr.h reentr.pl t/op/override.t
+____________________________________________________________________________
+[ 15460] By: jhi                                   on 2002/03/24  04:57:48
+        Log: Retract Math::BigInt::Lite for now, seems to confuse
+             bignum and bigrat.
+     Branch: perl
+          - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15459] By: jhi                                   on 2002/03/24  04:48:19
+        Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 23 Mar 2002 23:23:00 -0600
+             Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
+     Branch: perl
+          ! configure.com vms/vms.c
+____________________________________________________________________________
+[ 15458] By: jhi                                   on 2002/03/24  04:46:37
+        Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 23 Mar 2002 21:32:32 -0500
+             Message-ID: <20020324023232.GA29972@blackrider>
+             
+             (with Russ Allbery's simplifications)
+     Branch: perl
+          ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
+____________________________________________________________________________
+[ 15457] By: jhi                                   on 2002/03/24  00:28:47
+        Log: Merge Math::BigInt::Lite 0.08, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15456] By: jhi                                   on 2002/03/24  00:23:49
+        Log: Too chatty.
+     Branch: perl
+          ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
+____________________________________________________________________________
+[ 15455] By: jhi                                   on 2002/03/24  00:21:07
+        Log: Merge bignum 0.10, from Tels.
+     Branch: perl
+          + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
+          + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
+          + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
+          + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
+          + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
+          + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
+          ! MANIFEST
+____________________________________________________________________________
+[ 15454] By: jhi                                   on 2002/03/23  23:58:44
+        Log: Rename the Perl 4 tests in preparation of bignum.
+     Branch: perl
+          + lib/bigfloatpl.t lib/bigintpl.t
+          - lib/bigfloat.t lib/bigint.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15453] By: jhi                                   on 2002/03/23  23:07:04
+        Log: Merge Math::BigRat 0.04, from Tels.
+     Branch: perl
+          + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
+          + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
+          + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
+          + t/lib/Math/BigRat/Test.pm
+          ! MANIFEST
+____________________________________________________________________________
+[ 15452] By: jhi                                   on 2002/03/23  21:44:23
+        Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 23 Mar 2002 22:27:24 +0000
+             Message-ID: <20020323222724.A19425@fdgroup.com>
+     Branch: perl
+          ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
+____________________________________________________________________________
+[ 15451] By: jhi                                   on 2002/03/23  21:40:02
+        Log: Forgotten.
+     Branch: perl
+          ! ext/Unicode/Normalize/README
+____________________________________________________________________________
+[ 15450] By: jhi                                   on 2002/03/23  21:00:05
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15449] By: jhi                                   on 2002/03/23  20:44:57
+        Log: Subject: perldoc -m [PATCH]
+             From: "John L. Allen" <allen@grumman.com>
+             Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
+             Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 15448] By: jhi                                   on 2002/03/23  20:42:30
+        Log: Subject: Re: Copious warnings from Sys::Syslog
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 23 Mar 2002 06:47:08 +0100
+             Message-ID: <m31yebvns3.fsf@anima.de>
+     Branch: perl
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15447] By: jhi                                   on 2002/03/23  20:34:43
+        Log: Upgrade to Math::BigInt 1.55, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
+          + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
+          + lib/Math/BigInt/t/use_lib4.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+          ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
+          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
+          ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
+          ! lib/Math/BigInt/t/upgrade.t
+____________________________________________________________________________
+[ 15446] By: jhi                                   on 2002/03/23  19:50:02
+        Log: Upgrade to Encode 0.97, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
+          ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
+          ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+          ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
+          ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15445] By: jhi                                   on 2002/03/23  17:33:08
+        Log: Slight tweaks on #15443.
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15444] By: nick                                  on 2002/03/23  17:30:42
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
+         +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+         +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
+         !> (integrate 50 files)
+____________________________________________________________________________
+[ 15443] By: jhi                                   on 2002/03/23  17:30:09
+        Log: Subject: patch [bleadperl]: Document %! special variable
+             From: mjd@plover.com
+             Date: 23 Mar 2002 18:25:44 -0000
+             Message-ID: <20020323182544.11741.qmail@plover.com>    
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15442] By: jhi                                   on 2002/03/23  17:17:47
+        Log: Since the Encode::JP is unsupported under EBCDIC we
+             cannot run this test (aliases as such should work fine).
+     Branch: perl
+          ! ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15441] By: jhi                                   on 2002/03/23  17:15:15
+        Log: EBCDIC: the sorting order is different under
+             byte-EBCDIC and Unicode.
+     Branch: perl
+          ! t/op/utfhash.t
+____________________________________________________________________________
+[ 15440] By: jhi                                   on 2002/03/23  17:09:17
+        Log: EBCDIC: the character codes are different.
+     Branch: perl
+          ! lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15439] By: jhi                                   on 2002/03/23  03:05:11
+        Log: Purify: #15434 got the test the wrong.
+             (Is there an approved way of testing "is this an unop"?)
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 15438] By: jhi                                   on 2002/03/23  01:40:53
+        Log: Purify: Array bounds read: could read one character past the end.
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 15437] By: jhi                                   on 2002/03/23  01:22:10
+        Log: Purify: Array bounds read: reading one byte before the buffer.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15436] By: jhi                                   on 2002/03/23  01:14:24
+        Log: Purify: Unitialized memory read.  Too many code paths
+             to keep track of, I guess.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 15435] By: jhi                                   on 2002/03/23  01:00:31
+        Log: Purify: Array bounds write: pre-extend the strxfrm
+             buffer by a factor of four (suggested maximum by HP-UX;
+             Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
+             know how portable that is; locale.c uses yet another trick
+             (not a particularly good trick, I might add))
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 15434] By: jhi                                   on 2002/03/23  00:48:23
+        Log: Purify: Array bounds read: o->op_last was accessed
+             for unops (via newUNOP() and ck_eof()).
+             (analysis okay, patch bad: see #15439)
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 15433] By: jhi                                   on 2002/03/22  23:19:34
+        Log: Subject: [PATCH] vms/test.com, File::Find tests
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 22 Mar 2002 16:52:59 -0600
+             Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 15432] By: jhi                                   on 2002/03/22  23:18:44
+        Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 22 Mar 2002 18:08:19 -0500
+             Message-ID: <20020322230819.GB16454@blackrider>
+     Branch: perl
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15431] By: jhi                                   on 2002/03/22  21:52:56
+        Log: Update the information on Encode.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15430] By: jhi                                   on 2002/03/22  21:48:28
+        Log: Upgrade to Encode 0.96, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
+          + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+          + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.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/KR/KR.pm ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15429] By: jhi                                   on 2002/03/22  20:52:18
+        Log: Subject: [PATCH] h2xs.t fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 22 Mar 2002 15:47:38 -0600
+             Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
+     Branch: perl
+          ! lib/h2xs.t
+____________________________________________________________________________
+[ 15428] By: jhi                                   on 2002/03/22  20:50:42
+        Log: One more pass.
+     Branch: perl
+          ! epoc/config.sh
+____________________________________________________________________________
+[ 15427] By: jhi                                   on 2002/03/22  20:46:43
+        Log: Even better version from Olaf Flebbe.
+     Branch: perl
+          ! epoc/config.sh pp_sys.c util.c
+____________________________________________________________________________
+[ 15426] By: jhi                                   on 2002/03/22  20:34:28
+        Log: EPOC update from Olaf Flebbe.
+     Branch: perl
+          ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
+          ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
+____________________________________________________________________________
+[ 15425] By: jhi                                   on 2002/03/22  20:03:33
+        Log: Tweak from John P. Linderman.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 15424] By: jhi                                   on 2002/03/22  17:08:36
+        Log: Subject: [PATCH pod/perlfunc.pod] doc fix
+             From: Stas Bekman <stas@stason.org>
+             Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15423] By: jhi                                   on 2002/03/22  17:06:42
+        Log: Subject: [PATCH] check sysconf's return value in reentr.c
+             From: <slaven.rezic@berlin.de>
+             Date: Fri, 22 Mar 2002 18:30:36 +0100
+             Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
+             
+             (plus use 4k instead 2k as the "usual" size)
+     Branch: perl
+          ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 15422] By: jhi                                   on 2002/03/22  15:23:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15421] By: jhi                                   on 2002/03/22  15:18:30
+        Log: Forgot from #15416.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15420] By: jhi                                   on 2002/03/22  15:15:37
+        Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 22 Mar 2002 16:27:51 +0100
+             Message-ID: <m3n0x0vczs.fsf@anima.de>
+     Branch: perl
+          ! pod/perlmodstyle.pod
+____________________________________________________________________________
+[ 15419] By: jhi                                   on 2002/03/22  15:14:42
+        Log: metaconfig unit changes for #15418.
+     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
+____________________________________________________________________________
+[ 15418] By: jhi                                   on 2002/03/22  15:14:09
+        Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
+             Also, there's no i_stdio.
+     Branch: perl
+          ! Configure reentr.h reentr.pl
+____________________________________________________________________________
+[ 15417] By: jhi                                   on 2002/03/22  15:07:33
+        Log: Document a known AIX warning.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15416] By: jhi                                   on 2002/03/22  15:03:05
+        Log: Undo #15415, allow the faq people to catch up first.
+     Branch: perl
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
+____________________________________________________________________________
+[ 15415] By: jhi                                   on 2002/03/22  13:30:38
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
+____________________________________________________________________________
+[ 15414] By: jhi                                   on 2002/03/22  13:25:17
+        Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 22 Mar 2002 15:16:19 +0100
+             Message-ID: <m38z8kwuvg.fsf@anima.de>
+             
+             (plus reformat)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15413] By: jhi                                   on 2002/03/22  13:20:48
+        Log: Integrate perlio;
+             
+             Fix [ID 20020318.003] cannot open STDOUT into in memory variable
+             
+             Check for sanity of UTF-8 keys in hashes
+     Branch: perl
+         +> t/op/utfhash.t
+         !> MANIFEST doio.c
+____________________________________________________________________________
+[ 15412] By: nick                                  on 2002/03/22  10:50:53
+        Log: Check for sanity of UTF-8 keys in hashes
+             (feel free to add more tests...)
+     Branch: perlio
+          + t/op/utfhash.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15411] By: ams                                   on 2002/03/22  08:36:33
+        Log: Revert #15200 for backwards compatiblity reasons.
+     Branch: perl
+          ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
+          ! pp_ctl.c t/op/override.t
+____________________________________________________________________________
+[ 15410] By: nick                                  on 2002/03/22  07:47:41
+        Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
+             - when (e.g.) STDOUT is char special file and gets IoOFP
+             created - do _NOT_ pass num_svs as that fopen-s stringified
+             glob, and not fdopen-s the fd.
+     Branch: perlio
+          ! doio.c
+____________________________________________________________________________
+[ 15409] By: nick                                  on 2002/03/22  07:19:33
+        Log: Integrate mainline
+     Branch: perlio
+         +> 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/lib/Encode/Alias.pm
+         +> ext/Encode/lib/Encode/Details.pod
+         +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+         +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
+         +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+         +> lib/Pod/t/pod2html-lib.pl
+          - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
+         !> (integrate 39 files)
+____________________________________________________________________________
+[ 15408] By: jhi                                   on 2002/03/22  04:09:19
+        Log: Win32 tweak from mjd.
+     Branch: perl
+          ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 15407] By: jhi                                   on 2002/03/22  04:07:13
+        Log: If Unicode keys are entered to a hash, a bit is turned on.
+             If the bit is on, when the keys are fetched from the hash
+             (%h, each %h, keys %h), the Unicodified versions of the keys
+             are returned if needed.  This solution errs on the size of
+             over-Unicodifying, the old solution erred on the side of
+             under-Unicodifying.  As long as the hash keys can be a mix
+             of byte and Unicode strings, a perfect fit is hard to come by.
+     Branch: perl
+          ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
+          ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
+____________________________________________________________________________
+[ 15406] By: jhi                                   on 2002/03/22  01:21:57
+        Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 22 Mar 2002 02:08:20 +0000
+             Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15405] By: jhi                                   on 2002/03/21  23:13:44
+        Log: PM_SETRE() fallout.
+     Branch: perl
+          ! ext/ByteLoader/bytecode.h
+____________________________________________________________________________
+[ 15404] By: jhi                                   on 2002/03/21  22:54:42
+        Log: Subject: [PATCH pod/perlxs.pod] doc fix
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 21 Mar 2002 18:47:35 +0800
+             Message-ID: <3C99BA47.9010403@stason.org>
+     Branch: perl
+          ! pod/perlxs.pod
+____________________________________________________________________________
+[ 15403] By: jhi                                   on 2002/03/21  22:53:11
+        Log: Subject: [PATCH]
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 21 Mar 2002 10:19:23 +0100
+             Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
+             
+             Disable gethostbyaddr_r for all 4.x FreeBSD versions.
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15402] By: jhi                                   on 2002/03/21  22:50:19
+        Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
+             From: Tim Bunce <Tim.Bunce@pobox.com>
+             Date: Thu, 21 Mar 2002 21:18:05 +0000
+             Message-ID: <20020321211805.E25276@dansat.data-plan.com>
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 15401] By: jhi                                   on 2002/03/21  20:48:52
+        Log: Reword the Apache^Wmod_perl bit so that Sarathy
+             can sleep easier :-)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15400] By: jhi                                   on 2002/03/21  20:19:31
+        Log: It seems that the strange failure (core dump) of
+             t/uni/fold.t on ithreads Solaris builds is a gcc bug:
+             (1) using Sun's cc helps
+             (2) rewriting the ithreads PM_SETRE() to do the
+             setting in two steps helps
+             (3) no other platforms have the crash
+             (4) Tru64's Third Degree sees nothing evil
+             So we implement (2).
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[ 15399] By: jhi                                   on 2002/03/21  20:09:23
+        Log: Solaris: default to the SUNwspro cc if it is available.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15398] By: jhi                                   on 2002/03/21  18:41:57
+        Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
+             does not get fixed in time.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15397] By: jhi                                   on 2002/03/21  18:19:53
+        Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 21 Mar 2002 17:24:40 +0000
+             Message-ID: <20020321172440.C13683@fdgroup.com>
+     Branch: perl
+          ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
+          ! pod/perlapi.pod proto.h sv.h toke.c
+____________________________________________________________________________
+[ 15396] By: jhi                                   on 2002/03/21  18:00:51
+        Log: One more proto escapee.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15395] By: jhi                                   on 2002/03/21  17:56:57
+        Log: metaconfig unit change for #15394.
+     Branch: metaconfig/U/perl
+          ! Checkcc.U
+____________________________________________________________________________
+[ 15394] By: jhi                                   on 2002/03/21  17:56:34
+        Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 21 Mar 2002 17:35:00 GMT
+             Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15393] By: jhi                                   on 2002/03/21  17:36:06
+        Log: Subject: Re: [tests for Pod::Html]
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
+     Branch: perl
+          + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+          - t/pod2html/README
+          ! MANIFEST lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15392] By: jhi                                   on 2002/03/21  16:17:53
+        Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 21 Mar 2002 18:50:56 +0800
+             Message-ID: <3C99BB10.50004@stason.org>
+     Branch: perl
+          ! ext/Cwd/Cwd.xs
+____________________________________________________________________________
+[ 15391] By: jhi                                   on 2002/03/21  16:16:57
+        Log: Upgrade to Encode 0.95, from Dan Kogai.
+     Branch: perl
+          + 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/lib/Encode/Alias.pm
+          + ext/Encode/lib/Encode/Details.pod
+          + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+          - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 15390] By: jhi                                   on 2002/03/21  14:48:35
+        Log: Mention the new syslog try-harder feature.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15389] By: jhi                                   on 2002/03/21  14:44:56
+        Log: metaconfig unit changes for #15388.
+     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
+____________________________________________________________________________
+[ 15388] By: jhi                                   on 2002/03/21  14:44:09
+        Log: Subject: [PATCH @15373] More HP-UX/IA64 work
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Thu, 21 Mar 2002 09:23:45 -0500
+             Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
+     Branch: perl
+          ! Configure hints/hpux.sh reentr.pl
+____________________________________________________________________________
+[ 15387] By: jhi                                   on 2002/03/21  14:37:56
+        Log: NetWare diff from C Aditya.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15386] By: jhi                                   on 2002/03/21  14:36:05
+        Log: The htmlview test doesn't work yet.
+     Branch: perl
+          + t/pod2html/README
+          - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15385] By: jhi                                   on 2002/03/21  14:15:01
+        Log: Placeholder.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15384] By: jhi                                   on 2002/03/21  14:03:50
+        Log: Integrate perlio: missing tabs in makefile.mk.
+     Branch: perl
+         !> win32/makefile.mk
+____________________________________________________________________________
+[ 15383] By: jhi                                   on 2002/03/21  13:52:18
+        Log: Subject: [tests for Pod::Html]
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
+     Branch: perl
+          + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
+          + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+          + lib/Pod/t/pod2html-lib.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15382] By: nick                                  on 2002/03/21  07:21:57
+        Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
+     Branch: perlio
+         +> ext/Encode/AUTHORS ext/Encode/Changes
+         +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
+         +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+         +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+         +> ext/I18N/Langinfo/fallback/const-c.inc
+         +> ext/I18N/Langinfo/fallback/const-xs.inc
+         +> lib/ExtUtils/t/Constant.t
+          - ext/Encode/Encode/euc-jp-0212.enc
+          - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
+          - ext/Encode/t/table.euc ext/Encode/t/table.ref
+          - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
+         !> (integrate 105 files)
+____________________________________________________________________________
+[ 15381] By: nick                                  on 2002/03/21  06:59:57
+        Log: Restore tabs so dmake will parse file!
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 15380] By: jhi                                   on 2002/03/21  04:26:03
+        Log: Upgrade to Unicode::Normalize 0.16.
+     Branch: perl
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 15379] By: jhi                                   on 2002/03/21  02:59:46
+        Log: Schwern's wallet is a bit more loose.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15378] By: jhi                                   on 2002/03/20  21:57:22
+        Log: Subject: [PATCH]
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Wed, 20 Mar 2002 22:56:17 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
+             
+             packWARN also for subdirs.
+     Branch: perl
+          ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
+          ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15377] By: jhi                                   on 2002/03/20  21:50:11
+        Log: A plan is better.
+     Branch: perl
+          ! ext/Encode/t/CJKalias.t
+____________________________________________________________________________
+[ 15376] By: jhi                                   on 2002/03/20  21:26:09
+        Log: Upgrade to Encode 0.94, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/Description.pod
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
+          ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/t/CJKalias.t
+____________________________________________________________________________
+[ 15375] By: jhi                                   on 2002/03/20  21:09:27
+        Log: Rats' nest.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15374] By: jhi                                   on 2002/03/20  21:01:59
+        Log: Rrright.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15373] By: jhi                                   on 2002/03/20  17:36:43
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15372] By: jhi                                   on 2002/03/20  16:54:35
+        Log: Reapply #15336.
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15371] By: jhi                                   on 2002/03/20  15:28:44
+        Log: Upgrade to Encode 0.93, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
+          ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
+          ! ext/Encode/README ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/JP/Constants.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
+          ! ext/Encode/lib/Encode/iso10646_1.pm
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 15370] By: jhi                                   on 2002/03/20  15:13:42
+        Log: Subject: patch for syslog
+             From: <Nick.Williams@morganstanley.com>
+             Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
+             Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
+     Branch: perl
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15369] By: jhi                                   on 2002/03/20  15:10:17
+        Log: Some failure updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15368] By: jhi                                   on 2002/03/20  15:02:04
+        Log: Getopt::Long 2.29 from Johan Vromans.
+     Branch: perl
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+____________________________________________________________________________
+[ 15367] By: jhi                                   on 2002/03/20  14:58:56
+        Log: Rename ExtUtils.t to Constant.t, as suggested by
+             Nicholas Clark.
+     Branch: perl
+          + lib/ExtUtils/t/Constant.t
+          - lib/ExtUtils/t/ExtUtils.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15366] By: jhi                                   on 2002/03/20  14:56:27
+        Log: Subject: [PATCH] TODO - Make Schwern Poorer
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 19 Mar 2002 22:50:28 +0000
+             Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15365] By: jhi                                   on 2002/03/20  14:47:15
+        Log: Subject: Re: The story of O [PATCH]
+             From: Richard.Foley@t-online.de (Richard Foley)
+             Date: Sun, 17 Mar 2002 08:37:26 +0100
+             Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15364] By: jhi                                   on 2002/03/20  14:43:11
+        Log: Mention the external modules Encode::HanExtra and
+             PadWalker.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15363] By: jhi                                   on 2002/03/20  14:38:23
+        Log: Subject: [PATCH] List lexicals from debugger
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Tue, 19 Mar 2002 12:28:52 -0800
+             Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
+     Branch: perl
+          ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
+____________________________________________________________________________
+[ 15362] By: jhi                                   on 2002/03/20  14:37:05
+        Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
+             and :encoding(xxx) was errorneously parsed.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15361] By: jhi                                   on 2002/03/20  14:34:38
+        Log: Subject: [PATCH bleadperl] exec.t tweak
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 20 Mar 2002 01:21:40 +0100
+             Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
+             
+             4NT returns 2 as error-code for nonexistant file.
+     Branch: perl
+          ! t/op/exec.t
+____________________________________________________________________________
+[ 15360] By: jhi                                   on 2002/03/20  14:33:09
+        Log: minor Tie::File test patch to make win32 happier, from mjd.
+     Branch: perl
+          ! lib/Tie/File/t/30_defer.t
+____________________________________________________________________________
+[ 15359] By: jhi                                   on 2002/03/20  14:31:53
+        Log: Subject: [PATCH bleadperl] magic.t tweak
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 20 Mar 2002 00:39:16 +0100
+             Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 15358] By: jhi                                   on 2002/03/20  14:23:46
+        Log: Typo fix from Andreas Koenig, plus a tweak.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15357] By: jhi                                   on 2002/03/20  14:21:33
+        Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
+             in Mandrake 8.2.  Now we need to figure out a way not to
+             unbreak Apache.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15356] By: jhi                                   on 2002/03/20  13:59:58
+        Log: Fix for "UTF-8 bug with s///" from Hugo.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 15355] By: jhi                                   on 2002/03/20  02:23:23
+        Log: metaconfig unit change for #15354.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 15354] By: jhi                                   on 2002/03/20  02:23:01
+        Log: Installation updates on threads and perlio.
+     Branch: perl
+          ! Configure INSTALL
+____________________________________________________________________________
+[ 15353] By: jhi                                   on 2002/03/20  01:17:27
+        Log: Tpo.
+     Branch: perl
+          ! pod/perlfaq6.pod
+____________________________________________________________________________
+[ 15352] By: jhi                                   on 2002/03/20  01:15:54
+        Log: Regen modlib and toc.
+     Branch: perl
+          ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 15351] By: jhi                                   on 2002/03/20  01:12:28
+        Log: Whitespace tweaks.
+     Branch: perl
+          ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
+          ! pod/perltodo.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 15350] By: jhi                                   on 2002/03/20  00:55:54
+        Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
+             think UTF-8, embrace your inner UTF-8, as suggested by Larry.
+             (And as suggested by Markus Kuhn.)
+             
+             While we are at it, document also the case of
+             mixed hash keys as a known potential troublemaker.
+             (Since it's locale-related, sometimes.)
+     Branch: perl
+          ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
+          ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 15349] By: jhi                                   on 2002/03/20  00:47:17
+        Log: Surely a typo.
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 15348] By: jhi                                   on 2002/03/19  22:05:29
+        Log: Take two.
+     Branch: perl
+          + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15347] By: jhi                                   on 2002/03/19  22:04:45
+        Log: Let's try this from scratch.
+     Branch: perl
+          - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15346] By: jhi                                   on 2002/03/19  21:59:14
+        Log: I could do this all day...
+     Branch: perl
+          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15345] By: jhi                                   on 2002/03/19  21:54:20
+        Log: Grrr.
+     Branch: perl
+          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15344] By: jhi                                   on 2002/03/19  21:49:47
+        Log: Subject: Re: Nearly OK for cygwin@15318
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Tue, 19 Mar 2002 15:58:08 -0500
+             Message-ID: <3C97A660.3060302@rowman.com>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 15343] By: jhi                                   on 2002/03/19  21:47:02
+        Log: Subject: Re: Nearly OK for cygwin@15318
+             From: <slaven.rezic@berlin.de>
+             Date: Tue, 19 Mar 2002 21:47:49 +0100
+             Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
+             
+             Subject: Re: Nearly OK for cygwin@15318
+             From: <slaven.rezic@berlin.de>
+             Date: Tue, 19 Mar 2002 21:37:18 +0100
+             Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
+     Branch: perl
+          ! pod/perlport.pod t/io/fs.t
+____________________________________________________________________________
+[ 15342] By: jhi                                   on 2002/03/19  21:41:12
+        Log: D'oh.
+     Branch: perl
+          + ext/I18N/Langinfo/fallback/const-c.inc
+          + ext/I18N/Langinfo/fallback/const-xs.inc
+____________________________________________________________________________
+[ 15341] By: jhi                                   on 2002/03/19  21:40:49
+        Log: Subject: [PATCH] proper fallback for I18N::Langinfo
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 19 Mar 2002 22:37:08 +0000
+             Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
+             
+             Subject: Re: [PATCH] proper fallback for I18N::Langinfo
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 19 Mar 2002 22:39:55 +0000
+             Message-ID: <20020319223954.G94831@plum.flirble.org>
+     Branch: perl
+          - ext/I18N/Langinfo/fallback.xs
+          ! MANIFEST
+____________________________________________________________________________
+[ 15340] By: jhi                                   on 2002/03/19  21:31:16
+        Log: Text, not binary.
+     Branch: perl
+          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15339] By: jhi                                   on 2002/03/19  21:26:10
+        Log: Subject: Re: perl@15244
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 18 Mar 2002 17:37:31 +0100
+             Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
+             
+             (Goedendag: Dutch whitespace police)
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15338] By: jhi                                   on 2002/03/19  21:10:29
+        Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 19 Mar 2002 21:52:47 +0000
+             Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
+          ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
+          ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
+          ! ext/Sys/Syslog/Makefile.PL
+____________________________________________________________________________
+[ 15337] By: jhi                                   on 2002/03/19  20:09:22
+        Log: More pathname portability checks.
+     Branch: perl
+          ! Porting/check83.pl
+____________________________________________________________________________
+[ 15336] By: jhi                                   on 2002/03/19  18:41:50
+        Log: Begone, Encode::Tcl::Extended.
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15335] By: jhi                                   on 2002/03/19  18:40:10
+        Log: This is like trying to put the shaving cream
+             back to the can...
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15334] By: jhi                                   on 2002/03/19  18:31:59
+        Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
+             types of usleep().  Fun, fun. fun.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15333] By: jhi                                   on 2002/03/19  18:25:21
+        Log: Sarathy's new suggestion for Linux threading flags.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15332] By: jhi                                   on 2002/03/19  18:23:30
+        Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
+     Branch: perl
+          - ext/Encode/Encode/euc-jp-0212.ucm
+          ! MANIFEST ext/Encode/Encode/euc-jp.ucm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15331] By: jhi                                   on 2002/03/19  18:18:21
+        Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 19 Mar 2002 00:42:22 +0100
+             Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
+____________________________________________________________________________
+[ 15330] By: jhi                                   on 2002/03/19  18:00:48
+        Log: "+" is not a valid filename character in VMS.
+     Branch: perl
+          + ext/Encode/Encode/euc-jp-0212.ucm
+          - ext/Encode/Encode/euc-jp+0212.ucm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15329] By: jhi                                   on 2002/03/19  15:49:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15328] By: jhi                                   on 2002/03/19  15:25:58
+        Log: Take away _GNU_SOURCE since that does not seem
+             to play well with other software (like Apache),
+             just hint away the WHOAs.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15327] By: jhi                                   on 2002/03/19  15:17:12
+        Log: metaconfig unit change for #15326.
+     Branch: metaconfig
+          ! U/threads/d_crypt_r.U
+____________________________________________________________________________
+[ 15326] By: jhi                                   on 2002/03/19  15:16:43
+        Log: Support crypt_r(const char*,const char*, CRYPTD*).
+     Branch: perl
+          ! Configure reentr.h reentr.pl
+____________________________________________________________________________
+[ 15325] By: jhi                                   on 2002/03/19  14:54:21
+        Log: VMS acrobatics from Peter Prymmer.
+     Branch: perl
+          ! lib/ExtUtils/t/ExtUtils.t
+____________________________________________________________________________
+[ 15324] By: jhi                                   on 2002/03/19  14:51:56
+        Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15323] By: jhi                                   on 2002/03/19  14:51:09
+        Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 19 Mar 2002 10:49:27 +0100
+             Message-ID: <20020319104927.C705@rafael>   
+     Branch: perl
+          ! ext/B/t/xref.t
+____________________________________________________________________________
+[ 15322] By: jhi                                   on 2002/03/19  14:50:02
+        Log: Integrate perlio;
+             
+             Move docs for Encode::valid_utf8 (which does not exist)
+             to be docs for utf8::valid() (which does).
+     Branch: perl
+         !> ext/Encode/Encode.pm lib/utf8.pm
+____________________________________________________________________________
+[ 15321] By: jhi                                   on 2002/03/19  14:48:57
+        Log: Remove Encode::Tcl::Extended, suggested by
+             SADAHIRO Tomoyuki.
+     Branch: perl
+          - ext/Encode/Encode/euc-jp-0212.enc
+          - ext/Encode/lib/Encode/Tcl/Extended.pm
+          ! MANIFEST ext/Encode/MANIFEST
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15320] By: jhi                                   on 2002/03/19  14:44:18
+        Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
+          + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
+          + ext/Encode/t/jisx0212.ref
+          - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
+          - ext/Encode/t/table.ref
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+          ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/JP/Constants.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Extended.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
+          ! ext/Encode/lib/Encode/iso10646_1.pm
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
+          ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15319] By: jhi                                   on 2002/03/19  14:36:41
+        Log: constness+signedness nit.
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.xs
+____________________________________________________________________________
+[ 15318] By: jhi                                   on 2002/03/19  14:04:55
+        Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
+     Branch: perl
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
+          ! ext/Unicode/Normalize/t/func.t
+____________________________________________________________________________
+[ 15317] By: jhi                                   on 2002/03/19  13:56:27
+        Log: Split the ebcdic details to perlebcdic.
+     Branch: perl
+          ! pod/perlebcdic.pod pod/perluniintro.pod
+____________________________________________________________________________
+[ 15316] By: jhi                                   on 2002/03/19  13:31:55
+        Log: Be explicit.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 15315] By: nick                                  on 2002/03/19  09:24:18
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/List/Util/t/openhan.t
+         !> (integrate 53 files)
+____________________________________________________________________________
+[ 15314] By: nick                                  on 2002/03/19  07:39:07
+        Log: Move docs for Encode::valid_utf8 (which does not exist)
+             to be docs for utf8::valid() (which does).
+     Branch: perlio
+          ! ext/Encode/Encode.pm lib/utf8.pm
+____________________________________________________________________________
+[ 15313] By: jhi                                   on 2002/03/19  04:58:22
+        Log: Update the Unicode vs EBCDIC situation.
+     Branch: perl
+          ! pod/perlebcdic.pod pod/perluniintro.pod
+____________________________________________________________________________
+[ 15312] By: jhi                                   on 2002/03/19  04:01:39
+        Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
+             From: Robert Spier <rspier@pobox.com>
+             Date: Mon, 18 Mar 2002 19:22:55 -0800
+             Message-ID: <15510.44815.383439.823671@rls.cx>
+     Branch: perl
+          ! ext/threads/t/end.t
+____________________________________________________________________________
+[ 15311] By: jhi                                   on 2002/03/19  04:00:38
+        Log: UTF-8 walk errors that become visible in EBCDIC.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15310] By: jhi                                   on 2002/03/19  03:48:27
+        Log: s/regcinclasslen/reginclass/ and remove the old
+             reginclass since nothing is using it.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regexec.c
+____________________________________________________________________________
+[ 15309] By: jhi                                   on 2002/03/18  22:18:37
+        Log: Close the file so it can be (a) removed (b) reopened.
+     Branch: perl
+          ! ext/B/t/xref.t
+____________________________________________________________________________
+[ 15308] By: jhi                                   on 2002/03/18  22:17:25
+        Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 18 Mar 2002 23:14:31 +0100
+             Message-ID: <20020318231431.A699@rafael>
+     Branch: perl
+          ! ext/B/B.xs utf8.c
+____________________________________________________________________________
+[ 15307] By: jhi                                   on 2002/03/18  20:54:07
+        Log: Failed patch hunk reapplied.
+     Branch: perl
+          ! lib/Tie/File/t/32_defer_misc.t
+____________________________________________________________________________
+[ 15306] By: jhi                                   on 2002/03/18  20:18:25
+        Log: For DEBUGGING threaded builds.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 15305] By: jhi                                   on 2002/03/18  19:11:43
+        Log: AUTHORS update.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15304] By: jhi                                   on 2002/03/18  19:08:32
+        Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
+             (Fix from Craig Berry)
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15303] By: jhi                                   on 2002/03/18  18:54:27
+        Log: Subject: [PATCH] configure.com home-grown kill() check
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 18 Mar 2002 13:52:59 -0600
+             Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15302] By: jhi                                   on 2002/03/18  15:58:00
+        Log: Upgrade to Tie::File 0.50.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/32_defer_misc.t
+____________________________________________________________________________
+[ 15301] By: jhi                                   on 2002/03/18  15:54:52
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15300] By: jhi                                   on 2002/03/18  14:58:27
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15299] By: jhi                                   on 2002/03/18  14:53:11
+        Log: OS/390 update.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15298] By: jhi                                   on 2002/03/18  14:44:19
+        Log: Forgot from #15288.
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[ 15297] By: jhi                                   on 2002/03/18  14:39:15
+        Log: Make regex DEBUGGING faster.
+     Branch: perl
+          ! perl.c perl.h regexec.c
+____________________________________________________________________________
+[ 15296] By: jhi                                   on 2002/03/18  14:28:10
+        Log: Undo accidental perl.h part of #15295 (wait for #15297)
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15295] By: jhi                                   on 2002/03/18  14:26:59
+        Log: Subject: prefix slip
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 18 Mar 2002 16:24:46 +0100
+             Message-ID: <m3y9gp3nlt.fsf@anima.de>
+             
+             (perl.h part accidental, undone by #15296)
+     Branch: perl
+          ! INSTALL perl.h
+____________________________________________________________________________
+[ 15294] By: jhi                                   on 2002/03/18  14:19:29
+        Log: Be tidy.
+     Branch: perl
+          ! ext/B/t/xref.t
+____________________________________________________________________________
+[ 15293] By: jhi                                   on 2002/03/18  14:14:17
+        Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Mon, 18 Mar 2002 10:09:50 -0500
+             Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
+     Branch: perl
+          ! README.tru64 hints/dec_osf.sh
+____________________________________________________________________________
+[ 15292] By: jhi                                   on 2002/03/18  13:57:06
+        Log: NetWare tweaks from C Aditya <caditya@novell.com>
+     Branch: perl
+          ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
+____________________________________________________________________________
+[ 15291] By: jhi                                   on 2002/03/18  13:52:40
+        Log: metaconfig unit change for #15290.
+     Branch: metaconfig/U/perl
+          ! perlxv.U
+____________________________________________________________________________
+[ 15290] By: jhi                                   on 2002/03/18  13:52:15
+        Log: Subject: d_nv_preserves_uv_bits
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 14 Mar 2002 22:24:19 +0000
+             Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh config_h.SH
+          ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
+          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.win64
+____________________________________________________________________________
+[ 15289] By: jhi                                   on 2002/03/18  13:44:14
+        Log: Subject: Re: perl@15244
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Mon, 18 Mar 2002 09:38:55 -0500
+             Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
+             
+             (IA64 work.)
+     Branch: perl
+          ! hints/hpux.sh perl.h
+____________________________________________________________________________
+[ 15288] By: jhi                                   on 2002/03/18  13:41:34
+        Log: Subject: [PATCH B] B::perlstring()
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 17 Mar 2002 23:06:12 +0100
+             Message-ID: <20020317230612.A24442@rafael>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
+____________________________________________________________________________
+[ 15287] By: jhi                                   on 2002/03/18  13:40:28
+        Log: Subject: [PATCH] another pack "w" thing
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 16 Mar 2002 21:52:15 +0000
+             Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 15286] By: jhi                                   on 2002/03/18  13:39:20
+        Log: More prototypes blindness in Solaris.
+             (TODO: readdir64_r really needs to be seen.)
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15285] By: jhi                                   on 2002/03/18  13:24:03
+        Log: Integrate perlio;
+             
+             Tidy the "does not map" message for non-characters
+             (e.g. iso-8859-3 "\xA5").
+     Branch: perl
+         !> ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15284] By: nick                                  on 2002/03/18  11:00:31
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+         +> lib/Tie/File/t/32_defer_misc.t
+         !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
+         !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
+         !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
+         !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
+         !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
+         !> reentr.pl regexec.c t/op/pat.t util.c
+____________________________________________________________________________
+[ 15283] By: gbarr                                 on 2002/03/18  10:10:55
+        Log: Sync with Scalar-List-Utils-1.07
+     Branch: perl
+          + ext/List/Util/t/openhan.t
+          ! MANIFEST ext/List/Util/ChangeLog
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 15282] By: nick                                  on 2002/03/18  08:11:28
+        Log: Tidy the "does not map" message for non-characters
+             (e.g. iso-8859-3 "\xA5").
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15281] By: ams                                   on 2002/03/18  04:44:37
+        Log: URL fix from MJD.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15280] By: jhi                                   on 2002/03/18  01:58:51
+        Log: More prototype calming (really should fix the Configure
+             protochk, but not at this point in time).
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15279] By: jhi                                   on 2002/03/18  01:19:40
+        Log: return at the wrong side of #endif.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15278] By: ams                                   on 2002/03/17  23:45:31
+        Log: Typo fix from Stas Bekman.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 15277] By: ams                                   on 2002/03/17  23:41:35
+        Log: Upgrade to Tie::File 0.21.
+     Branch: perl
+          + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+          + lib/Tie/File/t/32_defer_misc.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
+          ! lib/Tie/File/t/22_autochomp.t
+____________________________________________________________________________
+[ 15276] By: jhi                                   on 2002/03/17  21:50:26
+        Log: Simple speed gainback (as it was in 5.6): for non-Unicode
+             character classes use inlined macros instead of the full
+             function call.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15275] By: jhi                                   on 2002/03/17  20:14:18
+        Log: Integrate perlio;
+             
+             Avoid overwrite of un-allocated memory when SvCUR > SvLEN
+             
+             Other :encoding oddities
+             - we should really pop while we can still make method calls
+             in case DESTROY does something.
+             - Provide a no-op DESTROY
+             - Use SvPV_only() rather than just SvPV_on()
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/lib/Encode/Encoding.pm sv.c
+____________________________________________________________________________
+[ 15274] By: nick                                  on 2002/03/17  20:00:12
+        Log: Other :encoding oddities
+             - we should really pop while we can still make method calls
+             in case DESTROY does something.
+             - Provide a no-op DESTROY
+             - Use SvPV_only() rather than just SvPV_on()
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/lib/Encode/Encoding.pm
+____________________________________________________________________________
+[ 15273] By: nick                                  on 2002/03/17  19:53:24
+        Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[ 15272] By: jhi                                   on 2002/03/17  18:39:22
+        Log: Implement the retry-on-ERANGE for the get*_r().
+             The buffer will keep doubling until 64k.
+     Branch: perl
+          ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
+          ! reentr.h reentr.pl
+____________________________________________________________________________
+[ 15271] By: nick                                  on 2002/03/17  17:38:44
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
+         +> t/op/pow.t
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 15270] By: jhi                                   on 2002/03/17  15:49:38
+        Log: Subject: UTF-8 bug (maybe alreayd known?)
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 08 Mar 2002 16:36:01 +0100
+             Message-ID: <m3n0xjul5q.fsf@anima.de>
+     Branch: perl
+          ! pp_hot.c t/op/pat.t
+____________________________________________________________________________
+[ 15269] By: nick                                  on 2002/03/17  09:12:39
+        Log: Integarate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/00_version.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 reentr.c reentr.h reentr.pl
+         !> (integrate 69 files)
+____________________________________________________________________________
+[ 15268] By: jhi                                   on 2002/03/17  04:23:49
+        Log: Subject: SEGV in s/// and UTF-8
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Tue, 12 Mar 2002 00:40:09 +0100
+             Message-ID: <m3r8mqad2e.fsf@anima.de>
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 15267] By: jhi                                   on 2002/03/16  19:57:03
+        Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
+             from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
+             which assume that 2**someinteger is accurate.
+     Branch: perl
+          + t/op/pow.t
+          ! MANIFEST pp.c t/test.pl
+____________________________________________________________________________
+[ 15266] By: jhi                                   on 2002/03/16  18:55:53
+        Log: _r-ify config.win64, too.
+     Branch: perl
+          ! win32/config.win64
+____________________________________________________________________________
+[ 15265] By: jhi                                   on 2002/03/16  18:51:45
+        Log: Better place to initialize (IRIX cc noticed that
+             the many "goto defchars" bypass the initialization)
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15264] By: jhi                                   on 2002/03/16  18:41:19
+        Log: If not building threaded, never mind the threaded prototypes.
+     Branch: perl
+          ! Configure reentr.pl
+____________________________________________________________________________
+[ 15263] By: jhi                                   on 2002/03/16  18:40:53
+        Log: metaconfig: If not using threads, not point probing for the
+             prototypes (since they might be hidden behind many defines
+             we won't have if not building threaded)
+     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
+____________________________________________________________________________
+[ 15262] By: jhi                                   on 2002/03/16  18:29:26
+        Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15261] By: ams                                   on 2002/03/16  18:14:04
+        Log: Upgrade to Tie::File 0.20.
+     Branch: perl
+          + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
+          ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
+          ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/11_rv_splice_rs.t
+          ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
+          ! lib/Tie/File/t/16_handle.t
+____________________________________________________________________________
+[ 15260] By: jhi                                   on 2002/03/16  18:12:25
+        Log: There seems to be a trend for the *time_r to be hidden.
+     Branch: perl
+          ! hints/irix_6.sh
+____________________________________________________________________________
+[ 15259] By: jhi                                   on 2002/03/16  17:58:08
+        Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
+             From: Stas Bekman <stas@stason.org>
+             Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15258] By: jhi                                   on 2002/03/16  17:54:49
+        Log: Subject: [PATCH] Re: dumpvar.pl bug
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Fri, 15 Mar 2002 18:19:21 -0800
+             Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
+     Branch: perl
+          ! lib/dumpvar.pl lib/perl5db.pl
+____________________________________________________________________________
+[ 15257] By: jhi                                   on 2002/03/16  17:52:29
+        Log: More paranoid _r protochecking.  At least Tru64 and
+             Linux need additional hinting help to believe that
+             the time_r protos exist; turn on FreeBSD _THREAD_SAFE
+             to see what goes bang.
+     Branch: perl
+          ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
+          ! reentr.pl
+____________________________________________________________________________
+[ 15256] By: jhi                                   on 2002/03/16  17:51:08
+        Log: metaconfig: more paranoid _r protochecking.
+     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
+____________________________________________________________________________
+[ 15255] By: jhi                                   on 2002/03/16  16:23:07
+        Log: HP-UX gcc 3 warnings found by Sarathy.
+     Branch: perl
+          ! regcomp.c sv.c
+____________________________________________________________________________
+[ 15254] By: jhi                                   on 2002/03/16  16:18:49
+        Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 16 Mar 2002 15:29:18 +0100
+             Message-ID: <877kocwpq9.fsf@vran.herceg.de>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15253] By: jhi                                   on 2002/03/16  16:11:49
+        Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
+     Branch: perl
+          ! Porting/findrfuncs reentr.h reentr.pl
+____________________________________________________________________________
+[ 15252] By: gsar                                  on 2002/03/16  15:36:16
+        Log: UIN32_MAX with borken under HP-UX+gcc
+     Branch: perl
+          ! handy.h
+____________________________________________________________________________
+[ 15251] By: ams                                   on 2002/03/16  02:38:08
+        Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
+             *::DESTROY() is deprecated
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 14 Mar 2002 18:39:22 -0500
+             Message-Id: <20020314183922.A8448@math.ohio-state.edu>
+             
+             Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
+             *::DESTROY() is deprecated
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 15 Mar 2002 19:22:49 +0000
+             Message-Id: <20020315192249.A22389@fdgroup.com>
+     Branch: perl
+          ! gv.c t/op/method.t
+____________________________________________________________________________
+[ 15250] By: ams                                   on 2002/03/16  02:14:41
+        Log: Plural nit.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15249] By: jhi                                   on 2002/03/15  20:46:10
+        Log: Doesn't make sense to test for protos if the
+             functions are not to be used (!= functions exist!)
+             This might be the key (well, a key) to the HP-UX
+             problems.
+     Branch: perl
+          ! reentr.h reentr.pl
+____________________________________________________________________________
+[ 15248] By: jhi                                   on 2002/03/15  20:05:46
+        Log: Typo in #15247.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15247] By: jhi                                   on 2002/03/15  19:41:43
+        Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
+             in HP-UX (from H.Merijn Brand)
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15246] By: ams                                   on 2002/03/15  17:53:23
+        Log: Subject: minor corrections in perldelta.pod
+             From: mjd@plover.com
+             Date: 15 Mar 2002 18:48:42 -0000
+             Message-Id: <20020315184842.13573.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15245] By: ams                                   on 2002/03/15  17:37:52
+        Log: Upgrade to Tie::File 0.19.
+     Branch: perl
+          + lib/Tie/File/t/00_version.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
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
+          ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.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/07_rv_splice.t
+          ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
+          ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
+          ! lib/Tie/File/t/17_misc_meth.t
+____________________________________________________________________________
+[ 15244] By: jhi                                   on 2002/03/15  17:13:33
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15243] By: jhi                                   on 2002/03/15  16:18:16
+        Log: Forgot from #15241.
+     Branch: perl
+          ! win32/config_sh.PL
+____________________________________________________________________________
+[ 15242] By: jhi                                   on 2002/03/15  16:15:52
+        Log: Subject: patch pod/perltodo.pod
+             From: mjd@plover.com
+             Date: 15 Mar 2002 15:42:18 -0000
+             Message-ID: <20020315154218.10163.qmail@plover.com>
+             
+             (With s/WANT/Want/)
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15241] By: jhi                                   on 2002/03/15  16:14:25
+        Log: Subject: [PATCH bleadperl] (revision 5 undef)
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Fri, 15 Mar 2002 00:39:48 +0100
+             Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.win64
+____________________________________________________________________________
+[ 15240] By: jhi                                   on 2002/03/15  16:12:25
+        Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 14 Mar 2002 16:39:29 -0500
+             Message-ID: <20020314213929.GA2912@blackrider>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15239] By: jhi                                   on 2002/03/15  16:11:17
+        Log: Integrate perlio.
+     Branch: perl
+         !> embed.fnc ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 15238] By: jhi                                   on 2002/03/15  16:07:58
+        Log: Monster _r patch: try to scan for all known _r variants,
+             and then use them (under ithreads).  May fail in HP-UX,
+             and the op/groups is known to be fickle everywhere.  Known
+             to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
+             warnings in AIX since the first arguments of getnetbyaddr
+             and getnetbyadd_r are of different types.  Thanks, IBM.)
+             
+             In non-Configure platforms deny the existence of any
+             of the _r thingies.  (Also add the recently introduced
+             d_tm_* to places it wasn't already in.)
+             
+             TODO: the suggested glibc buffer growth retry loop in case
+             some entries (at least for: gr*, host*) are big.
+             Forgot win32/config.win64.
+     Branch: perl
+          + reentr.c reentr.h reentr.pl
+          ! Configure MANIFEST Makefile.SH NetWare/Makefile
+          ! NetWare/config.wc Porting/Glossary Porting/config.sh
+          ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
+          ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
+          ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
+          ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
+          ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
+          ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/makefile.mk wince/Makefile.ce wince/config.ce
+____________________________________________________________________________
+[ 15237] By: jhi                                   on 2002/03/15  15:18:46
+        Log: Be more explicit on when is the $! worth anything.
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15236] By: jhi                                   on 2002/03/15  14:44:09
+        Log: metaconfig: _r _r we go.
+     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
+____________________________________________________________________________
+[ 15235] By: nick                                  on 2002/03/15  07:31:54
+        Log: Add the binmode()s to make JP.t pass on Win32
+     Branch: perlio
+          ! ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 15234] By: nick                                  on 2002/03/15  07:20:49
+        Log: Integrate perlio
+     Branch: perl
+         !> ext/Encode/t/table.euc ext/Encode/t/table.ref
+____________________________________________________________________________
+[ 15233] By: nick                                  on 2002/03/15  07:18:02
+        Log: Mark JP.t's data files as binary
+     Branch: perlio
+          ! ext/Encode/t/table.euc ext/Encode/t/table.ref
+____________________________________________________________________________
+[ 15232] By: nick                                  on 2002/03/15  07:13:38
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/B/t/xref.t
+         !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
+         !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
+         !> perl.c t/op/arith.t
+____________________________________________________________________________
+[ 15231] By: jhi                                   on 2002/03/15  04:49:10
+        Log: The section needs to be in the makedepend script
+             (from Jan-Erik Karlsson).
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[ 15230] By: jhi                                   on 2002/03/15  02:59:46
+        Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 14 Mar 2002 23:05:23 +0000
+             Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Safe/safe2.t
+____________________________________________________________________________
+[ 15229] By: jhi                                   on 2002/03/15  02:55:34
+        Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
+             From: "Brent Dax" <brentdax@cpan.org>
+             Date: Thu, 14 Mar 2002 09:08:41 -0800
+             Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15228] By: jhi                                   on 2002/03/15  02:00:23
+        Log: metaconfig: one round again for the _r.
+     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
+____________________________________________________________________________
+[ 15227] By: jhi                                   on 2002/03/14  17:46:43
+        Log: metaconfig: new round of the _r units.
+     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
+     Branch: metaconfig/U/perl
+          + i_crypt.U
+____________________________________________________________________________
+[ 15226] By: jhi                                   on 2002/03/14  15:12:19
+        Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 12 Mar 02 19:22 est   
+             Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/Benchmark.t t/op/arith.t
+____________________________________________________________________________
+[ 15225] By: jhi                                   on 2002/03/14  14:31:30
+        Log: Subject: Re: Win32: C:\Program Files
+             From: "Ken Williams" <ken@mathforum.org>
+             Date: Wed, 13 Mar 2002 17:50:59 -0600
+             Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
+             
+             Add -t to perl -h.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15224] By: jhi                                   on 2002/03/14  14:24:44
+        Log: Extra paranoia from Nick Clark.
+     Branch: perl
+          ! ext/Safe/safe2.t
+____________________________________________________________________________
+[ 15223] By: jhi                                   on 2002/03/14  14:19:41
+        Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 13 Mar 2002 14:22:50 +0000
+             Message-ID: <20020313142250.G92566@plum.flirble.org>
+     Branch: perl
+          ! ext/Safe/safe2.t
+____________________________________________________________________________
+[ 15222] By: jhi                                   on 2002/03/14  14:00:36
+        Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
+             From: <slaven.rezic@berlin.de>
+             Date: Tue, 12 Mar 2002 13:03:41 +0100      
+             Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15221] By: jhi                                   on 2002/03/14  13:51:17
+        Log: Subject: [PATCH] a test for B::Xref
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 13 Mar 2002 17:18:57 +0100
+             Message-ID: <20020313171857.F1144@rafael>
+     Branch: perl
+          + ext/B/t/xref.t
+          ! MANIFEST ext/B/B/Xref.pm
+____________________________________________________________________________
+[ 15220] By: jhi                                   on 2002/03/14  13:48:46
+        Log: Subject: [PATCH] Exporter.pm POD fixups
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 13 Mar 2002 16:21:42 +0100
+             Message-ID: <20020313162142.A1144@rafael>
+     Branch: perl
+          ! lib/Exporter.pm
+____________________________________________________________________________
+[ 15219] By: nick                                  on 2002/03/14  07:00:16
+        Log: Integrate mainline
+     Branch: perlio
+         !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
+____________________________________________________________________________
+[ 15218] By: jhi                                   on 2002/03/13  22:15:00
+        Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 13 Mar 2002 17:43:00 -0500
+             Message-ID: <20020313224300.GG3311@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[ 15217] By: jhi                                   on 2002/03/13  17:28:36
+        Log: Pod tweak.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15216] By: jhi                                   on 2002/03/13  17:14:51
+        Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 13 Mar 2002 01:44:01 -0600
+             Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 15215] By: nick                                  on 2002/03/13  08:08:36
+        Log: Integrate mainline.
+     Branch: perlio
+         +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
+          - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+          - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+          - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+          - ext/Data/Util/t/Hash.t
+         !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
+         !> ext/Encode/lib/Encode/CN/HZ.pm
+         !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+         !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
+         !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
+         !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+         !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
+         !> t/op/override.t toke.c universal.c
+____________________________________________________________________________
+[ 15214] By: jhi                                   on 2002/03/13  04:38:41
+        Log: metaconfig: three guesses.
+     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
+____________________________________________________________________________
+[ 15213] By: jhi                                   on 2002/03/13  04:05:27
+        Log: metaconfig: regen _r units again.
+     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
+____________________________________________________________________________
+[ 15212] By: jhi                                   on 2002/03/13  03:14:23
+        Log: metaconfig: regen _r units.
+     Branch: metaconfig
+          - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.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
+____________________________________________________________________________
+[ 15211] By: jhi                                   on 2002/03/13  01:11:36
+        Log: metaconfig unit tweaks.
+     Branch: metaconfig
+          + U/threads/d_setprotoent_r.U
+          ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
+          ! U/threads/d_tmpnam_r.U
+____________________________________________________________________________
+[ 15210] By: jhi                                   on 2002/03/13  00:12:13
+        Log: metaconfig: replace the _r units with autogenerated ones.
+     Branch: metaconfig
+          + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
+          + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          + U/threads/d_gethostent_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_getservbyname_r.U U/threads/d_getservbyport_r.U
+          + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
+          + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          + U/threads/d_setservent_r.U
+          - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
+          - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
+          - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
+          - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
+          - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
+          - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
+          - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
+          - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
+          - U/threads/d_setpent_r.U U/threads/d_setsent_r.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_endpwent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
+          ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_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_setpwent_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
+____________________________________________________________________________
+[ 15209] By: jhi                                   on 2002/03/12  23:24:59
+        Log: More known threadsafings.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15208] By: jhi                                   on 2002/03/12  20:43:46
+        Log: Small tweaks.
+     Branch: perl
+          ! lib/Internals.t universal.c
+____________________________________________________________________________
+[ 15207] By: jhi                                   on 2002/03/12  17:38:46
+        Log: VERSIONize.
+     Branch: perl
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm
+____________________________________________________________________________
+[ 15206] By: jhi                                   on 2002/03/12  17:22:49
+        Log: Subject: perl datastructure conversion shortcuts for DDD
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 11 Mar 2002 14:54:31 +0800
+             Message-ID: <3C8C54A7.5020502@stason.org>
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 15205] By: jhi                                   on 2002/03/12  17:09:50
+        Log: Regen modlib.
+     Branch: perl
+          ! pod/perlmodlib.pod
+____________________________________________________________________________
+[ 15204] By: jhi                                   on 2002/03/12  17:07:57
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 15203] By: jhi                                   on 2002/03/12  16:45:32
+        Log: Tiny pod tweaks.
+     Branch: perl
+          ! lib/Hash/Util.pm
+____________________________________________________________________________
+[ 15202] By: jhi                                   on 2002/03/12  16:06:04
+        Log: perldeltaize Hash::Util.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15201] By: jhi                                   on 2002/03/12  15:41:23
+        Log: Move the readonly interface back to universal.c,
+             (new name: Internals::SvREADONLY), remove Data::Util,
+             move Hash::Util to lib, also introduce refcnt interface
+             (Internals::SvREFCNT).    Make both the new interfaces
+             to be more sane so that if they set the value, they return
+             the new value, not the old one.
+     Branch: perl
+          + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
+          - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+          - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+          - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+          - ext/Data/Util/t/Hash.t
+          ! MANIFEST ext/B/t/stash.t universal.c
+____________________________________________________________________________
+[ 15200] By: ams                                   on 2002/03/12  15:16:05
+        Log: Subject: Disambiguate "Can't locate"
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Mar 2002 16:04:23 +0000
+             Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
+          ! pp_ctl.c t/op/override.t
+____________________________________________________________________________
+[ 15199] By: ams                                   on 2002/03/12  15:04:43
+        Log: Subject: [PATCH] perl/lib/File/stat.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 12 Mar 02 11:00 est
+             Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/File/stat.t
+____________________________________________________________________________
+[ 15198] By: ams                                   on 2002/03/12  15:00:44
+        Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 12 Mar 2002 13:31:58 GMT
+             Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15197] By: ams                                   on 2002/03/12  14:57:34
+        Log: Subject: [PATCH toke.c] Inappropriate termination of POD
+             From: "Clinton A. Pierce" <clintp@geeksalad.org>
+             Date: Tue, 12 Mar 2002 10:11:53 -0500
+             Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 15196] By: nick                                  on 2002/03/12  13:40:35
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+         +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+         +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+         +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
+          - t/lib/access.t
+         !> (integrate 96 files)
+____________________________________________________________________________
+[ 15195] By: nick                                  on 2002/03/12  06:08:24
+        Log: Integrate mainline (a while ago)
+     Branch: perlio
+         +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
+         +> ext/Encode/t/TW.t
+          - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
+          - ext/Encode/lib/Encode/Tcl/HanZi.pm
+          - ext/I18N/Langinfo/fallback.c
+         !> (integrate 80 files)
+____________________________________________________________________________
+[ 15194] By: ams                                   on 2002/03/12  06:02:20
+        Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
+             Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! ext/Encode/CN/Makefile.PL
+____________________________________________________________________________
+[ 15193] By: ams                                   on 2002/03/12  05:55:07
+        Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
+             From: Dave Mitchell <davem@fdgroup.co.uk>
+             Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
+             Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15192] By: ams                                   on 2002/03/12  05:50:08
+        Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Tue, 12 Mar 2002 01:40:58 +0300
+             Message-Id: <1194068830.20020312014058@motor.ru>
+             (Applied with tweaks.)
+     Branch: perl
+          ! lib/utf8.pm
+____________________________________________________________________________
+[ 15191] By: ams                                   on 2002/03/12  05:42:21
+        Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 10 Mar 2002 22:10:15 +0100
+             Message-Id: <3C8BD9C7.13988.73992D@localhost>
+     Branch: perl
+          ! iperlsys.h
+____________________________________________________________________________
+[ 15190] By: ams                                   on 2002/03/12  05:38:08
+        Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Mon, 11 Mar 2002 23:27:47 +0300
+             Message-Id: <19414222180.20020311232747@motor.ru>
+     Branch: perl
+          ! pod/perlsub.pod
+____________________________________________________________________________
+[ 15189] By: ams                                   on 2002/03/12  05:34:49
+        Log: Subject: minor patch for comment in utfebcdic.h
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Tue, 12 Mar 2002 00:20:21 +0300
+             Message-Id: <13817376786.20020312002021@motor.ru>
+     Branch: perl
+          ! utfebcdic.h
+____________________________________________________________________________
+[ 15188] By: ams                                   on 2002/03/12  05:32:30
+        Log: Subject: [PATCH ?] B::Xref improvements
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 11 Mar 2002 23:32:20 +0100
+             Message-Id: <20020311233220.A12677@rafael>
+     Branch: perl
+          ! ext/B/B/Xref.pm
+____________________________________________________________________________
+[ 15187] By: ams                                   on 2002/03/12  05:30:02
+        Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 11 Mar 02 17:23 est
+             Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15186] By: ams                                   on 2002/03/12  05:27:06
+        Log: Subject: [PATCH] installperl - minor untangle for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 11 Mar 02 17:05 est
+             Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 15185] By: ams                                   on 2002/03/12  05:25:59
+        Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 11 Mar 2002 22:37:39 +0100
+             Message-Id: <20020311223739.A691@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 15184] By: ams                                   on 2002/03/12  05:20:54
+        Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 12 Mar 2002 01:12:08 -0500
+             Message-Id: <20020312061208.GD904@blackrider>
+     Branch: perl
+          ! hints/netbsd.sh
+____________________________________________________________________________
+[ 15183] By: ams                                   on 2002/03/12  04:12:30
+        Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 12 Mar 2002 13:05:53 +0800
+             Message-Id: <20020312050553.GA7864@not.autrijus.org>
+             (Only doc hunk applied, supplementing #15182.)
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15182] By: ams                                   on 2002/03/12  04:04:34
+        Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 12 Mar 2002 12:56:46 +0800
+             Message-Id: <20020312045646.GA7689@not.autrijus.org>
+             (Private mail.)
+     Branch: perl
+          ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15181] By: ams                                   on 2002/03/12  03:09:20
+        Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 12 Mar 2002 11:55:06 +0800
+             Message-Id: <20020312035506.GA6946@not.autrijus.org>
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15180] By: jhi                                   on 2002/03/11  22:32:10
+        Log: Deypo.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U
+____________________________________________________________________________
+[ 15179] By: jhi                                   on 2002/03/11  21:42:58
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15178] By: jhi                                   on 2002/03/11  17:34:34
+        Log: The test needs perlio.
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 15177] By: ams                                   on 2002/03/11  15:41:08
+        Log: Subject: perlreftut update
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 11 Mar 2002 11:36:27 -0500
+             Message-Id: <20020311163627.31020.qmail@plover.com>
+     Branch: perl
+          ! pod/perlreftut.pod
+____________________________________________________________________________
+[ 15176] By: ams                                   on 2002/03/11  15:35:24
+        Log: Subject: Minor correction in perlfaq5
+             From: mjd@plover.com
+             Date: 11 Mar 2002 16:34:22 -0000
+             Message-Id: <20020311163422.30963.qmail@plover.com>
+     Branch: perl
+          ! pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15175] By: gsar                                  on 2002/03/11  15:11:42
+        Log: number of skipped tests was incorrect
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 15174] By: gsar                                  on 2002/03/11  14:39:11
+        Log: remove doubled CRs
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 15173] By: jhi                                   on 2002/03/11  14:07:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15172] By: jhi                                   on 2002/03/11  13:54:49
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 15171] By: jhi                                   on 2002/03/11  13:48:09
+        Log: Add t/CN.t and t/TW.t; re-sort.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15170] By: jhi                                   on 2002/03/11  13:04:25
+        Log: Document what to do if one yearns back to
+             the old legacy encoding.
+     Branch: perl
+          ! lib/encoding.pm
+____________________________________________________________________________
+[ 15169] By: jhi                                   on 2002/03/11  12:57:45
+        Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
+             as general purpose encoding transformation interfaces
+             since that's not what they are.
+     Branch: perl
+          ! lib/utf8.pm pod/perlunicode.pod sv.c
+____________________________________________________________________________
+[ 15168] By: ams                                   on 2002/03/11  12:54:16
+        Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
+             warnings
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 11 Mar 2002 14:35:22 +0100
+             Message-Id: <20020311143522.A7431@rafael>
+     Branch: perl
+          ! t/lib/warnings/pp_sys
+____________________________________________________________________________
+[ 15167] By: ams                                   on 2002/03/11  04:57:20
+        Log: A little commonsense is better than 1_compile.
+     Branch: perl
+          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 15166] By: ams                                   on 2002/03/11  04:53:50
+        Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 13:27:12 -0500
+             Message-Id: <20020310182712.GC693@blackrider>
+             
+             Subject: [PATCH] Hash::Util part 2
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 15:09:34 -0500
+             Message-Id: <20020310200934.GB27112@blackrider>
+             
+             Subject: [PATCH] Hash::Util MANIFEST correction
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 16:27:07 -0500
+             Message-Id: <20020310212707.GF27112@blackrider>
+             
+             (Also changes find.t and taint.t, which were looking for access.t)
+     Branch: perl
+          + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+          + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+          + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+          + ext/Data/Util/t/Hash.t
+          - t/lib/access.t
+          ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
+          ! pod/perldiag.pod pod/perltodo.pod universal.c
+____________________________________________________________________________
+[ 15165] By: jhi                                   on 2002/03/11  04:52:56
+        Log: metaconfig: more thready fixes.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
+          ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
+          ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
+          ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15163] By: jhi                                   on 2002/03/11  04:39:54
+        Log: Skip obsoleted interfaces.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15162] By: ams                                   on 2002/03/11  03:48:14
+        Log: Typo fixes.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15161] By: jhi                                   on 2002/03/11  03:36:51
+        Log: Upgrade to Locale::Codes 2.02.
+     Branch: perl
+          + lib/Locale/Codes/t/rename.t
+          ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
+          ! lib/Locale/Country.pod
+____________________________________________________________________________
+[ 15160] By: jhi                                   on 2002/03/11  03:36:32
+        Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 10 Mar 2002 18:17:50 +0000
+             Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
+             
+             Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Sun, 10 Mar 2002 13:53:34 -0800
+             Message-ID: <eX9i8gzkg26G092yn@efn.org>
+             
+             (and reenable the feature in freebsd,
+             and move the freebsd pr url to perl.c)
+     Branch: perl
+          ! hints/freebsd.sh perl.c pod/perldelta.pod
+____________________________________________________________________________
+[ 15159] By: ams                                   on 2002/03/11  03:34:13
+        Log: Subject: [PATCH stash.t] access::readonly is gone
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 16:18:14 -0500
+             Message-Id: <20020310211813.GE27112@blackrider>
+     Branch: perl
+          ! ext/B/t/stash.t
+____________________________________________________________________________
+[ 15158] By: ams                                   on 2002/03/11  03:28:04
+        Log: Subject: [PATCH] Raw socket require privileged user on Win2k
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 10 Mar 2002 22:10:15 +0100
+             Message-Id: <3C8BD9C7.610.7398DD@localhost>
+     Branch: perl
+          ! lib/Net/Ping/t/110_icmp_inst.t
+____________________________________________________________________________
+[ 15157] By: jhi                                   on 2002/03/11  03:12:01
+        Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 19:22:33 -0500
+             Message-ID: <20020311002233.GE4927@blackrider>
+     Branch: perl
+          ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
+          ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
+          ! lib/Test/Simple/t/fail-more.t
+____________________________________________________________________________
+[ 15156] By: jhi                                   on 2002/03/11  03:10:55
+        Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 17:14:10 -0500
+             Message-ID: <20020310221410.GA4915@blackrider>
+     Branch: perl
+          ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
+          ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
+____________________________________________________________________________
+[ 15155] By: jhi                                   on 2002/03/11  03:09:16
+        Log: Subject: [PATCH] more warnings tidyup
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Sun, 10 Mar 2002 21:01:39 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
+          ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
+          ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
+          ! util.c
+____________________________________________________________________________
+[ 15154] By: jhi                                   on 2002/03/11  03:07:03
+        Log: Subject: Re: [PATCH] xsubpp prototypes warnings
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 10 Mar 2002 23:21:07 +0000
+             Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
+          ! ext/Encode/TW/Makefile.PL
+____________________________________________________________________________
+[ 15153] By: ams                                   on 2002/03/11  03:06:59
+        Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
+             From: Max Baker <max@warped.org>
+             Date: Fri, 8 Mar 2002 10:56:19 -0800
+             Message-Id: <20020308105619.A15039@warped.org>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 15152] By: jhi                                   on 2002/03/11  03:05:54
+        Log: Subject: [PATCH] spelling correction
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 10 Mar 2002 18:34:42 +0000
+             Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pp.c pp_hot.c
+____________________________________________________________________________
+[ 15151] By: jhi                                   on 2002/03/11  03:04:33
+        Log: DG/UX updates from Takis Psarogiannakopoulos.
+     Branch: perl
+          ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
+____________________________________________________________________________
+[ 15150] By: ams                                   on 2002/03/11  03:02:47
+        Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Mon, 04 Mar 2002 17:48:12 -0500
+             Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
+     Branch: perl
+          ! lib/DB.pm lib/perl5db.pl
+____________________________________________________________________________
+[ 15149] By: jhi                                   on 2002/03/11  03:01:26
+        Log: metaconfig unit changes in preparation of reentrancy changes.
+     Branch: metaconfig
+          + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
+          + U/threads/d_ttyname_r.U
+          ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
+          ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
+          ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_strerror_r.U
+____________________________________________________________________________
+[ 15148] By: jhi                                   on 2002/03/10  22:32:33
+        Log: Mysterious characters.
+     Branch: perl
+          ! utf8.h
+____________________________________________________________________________
+[ 15147] By: jhi                                   on 2002/03/10  17:58:43
+        Log: Unused.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 15146] By: jhi                                   on 2002/03/10  16:35:55
+        Log: Implement :std subpragma of the open pragma
+             that makes the standard filehandles to talk in
+             encodings.  This change set off a weird warning
+             from op.c, though: disabled it now until someone
+             who knows what it is about comes along.
+     Branch: perl
+          ! lib/open.pm op.c
+____________________________________________________________________________
+[ 15145] By: jhi                                   on 2002/03/10  16:00:46
+        Log: Document the logic of :locale better.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15144] By: jhi                                   on 2002/03/10  15:53:57
+        Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 10 Mar 2002 02:49:17 +0100
+             Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15143] By: jhi                                   on 2002/03/10  15:46:22
+        Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 10 Mar 2002 17:08:54 +0900
+             Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Extended.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm
+____________________________________________________________________________
+[ 15142] By: jhi                                   on 2002/03/10  15:43:54
+        Log: The patch does the following:
+             - Nix the unneccessary diagnostics line
+             - Quell -w warnings if the first ENV doesn't exist
+             - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
+             is too baroque and bloated for daily use (and for perl core inclusion).
+             - "Cannot figure out an encoding to use" when locale is 'C' is rendered
+             non-fatal.
+             - Consequently, the ^OPEN bits is set only when needed.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15141] By: jhi                                   on 2002/03/10  05:15:26
+        Log: Misc tiny tweaks from Sarathy, good for threaded builds.
+     Branch: perl
+          ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
+____________________________________________________________________________
+[ 15140] By: jhi                                   on 2002/03/10  05:12:08
+        Log: Precedence problem.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15139] By: jhi                                   on 2002/03/10  04:57:07
+        Log: Renaming tweaks, and split off the reentrant "superbuffer"
+             init routine.
+     Branch: perl
+          ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
+          ! sv.c util.c
+____________________________________________________________________________
+[ 15138] By: jhi                                   on 2002/03/10  00:59:50
+        Log: The 7-bit jis seems to be the hanging one.
+     Branch: perl
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15137] By: jhi                                   on 2002/03/10  00:39:18
+        Log: Begone.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15136] By: jhi                                   on 2002/03/09  23:56:42
+        Log: Better fix from Autrijus.
+     Branch: perl
+          ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
+          ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
+____________________________________________________________________________
+[ 15135] By: jhi                                   on 2002/03/09  18:49:55
+        Log: Not everybody has Encode::HanExtra.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15134] By: jhi                                   on 2002/03/09  18:30:18
+        Log: Decutandpasto.
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15133] By: jhi                                   on 2002/03/09  18:19:38
+        Log: Subject: [PATCH] Data::Dumper
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 9 Mar 2002 19:03:54 +0000
+             Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
+          ! ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 15132] By: jhi                                   on 2002/03/09  16:55:40
+        Log: Subject: [PATCH] socketpair.t w/o fork
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sat, 9 Mar 2002 14:55:11 +0100
+             Message-ID: <3C8A224F.29578.13691BA@localhost>
+             
+             (modified as suggested by Sarathy)
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15131] By: jhi                                   on 2002/03/09  16:05:00
+        Log: Subject: [PATCH perldelta] Mention Change 14727
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Sat, 9 Mar 2002 23:31:40 +0800
+             Message-ID: <20020309153140.GA4224@not.autrijus.org>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15130] By: jhi                                   on 2002/03/09  16:02:58
+        Log: Make Encode.pm implicitly load external CJK tables the first
+             time they're needed (instead of immediately), from Autrijus
+             Tang.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15129] By: jhi                                   on 2002/03/09  16:01:00
+        Log: Subject: Re: Two questions
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 9 Mar 2002 12:42:40 +0000
+             Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 15128] By: jhi                                   on 2002/03/09  04:19:22
+        Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 8 Mar 02 22:34 est
+             Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15127] By: jhi                                   on 2002/03/09  01:34:41
+        Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
+             From: davem@fdgroup.co.uk
+             Date: Sat, 9 Mar 2002 00:13:27 GMT
+             Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! dump.c
+____________________________________________________________________________
+[ 15126] By: jhi                                   on 2002/03/09  01:23:16
+        Log: Deglitch from Rafael.
+     Branch: perl
+          ! ext/B/t/lint.t
+____________________________________________________________________________
+[ 15125] By: jhi                                   on 2002/03/08  23:49:00
+        Log: Still more portability.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15124] By: jhi                                   on 2002/03/08  22:54:50
+        Log: More portability.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15123] By: jhi                                   on 2002/03/08  22:14:37
+        Log: Shared library paths; running tests manually.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15122] By: jhi                                   on 2002/03/08  22:02:37
+        Log: Subject: RE: Two questions
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Fri, 8 Mar 2002 17:55:19 -0500
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 15121] By: jhi                                   on 2002/03/08  21:52:51
+        Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
+             (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
+     Branch: perl
+          + ext/B/t/lint.t
+          ! MANIFEST ext/B/B/Lint.pm
+____________________________________________________________________________
+[ 15120] By: jhi                                   on 2002/03/08  20:27:42
+        Log: metaconfig unit change for #15119.
+     Branch: metaconfig
+          ! U/threads/d_pthread_atfork.U
+____________________________________________________________________________
+[ 15119] By: jhi                                   on 2002/03/08  20:27:17
+        Log: In DG/UX finding pthread_atfork requires a true compile,
+             from Takis Psarogiannakopoulos.
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 15118] By: jhi                                   on 2002/03/08  20:07:07
+        Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Fri, 08 Mar 2002 15:52:41 -0500
+             Message-ID: <3C892499.4050502@rowman.com>
+     Branch: perl
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 15117] By: jhi                                   on 2002/03/08  20:05:41
+        Log: Subject: [PATCH @15109] test numbers for t/op/write.t
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 08 Mar 2002 15:02:51 -0600
+             Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
+     Branch: perl
+          ! t/op/write.t
+____________________________________________________________________________
+[ 15116] By: jhi                                   on 2002/03/08  18:53:42
+        Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 8 Mar 02 14:45 est
+             Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 15115] By: jhi                                   on 2002/03/08  18:52:30
+        Log: Subject: [PATCH @15109] tm_tm_* for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 08 Mar 2002 13:07:52 -0600
+             Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15114] By: jhi                                   on 2002/03/08  18:51:27
+        Log: Detypo.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 15113] By: jhi                                   on 2002/03/08  18:49:56
+        Log: Better test for #14795 (bug id 20020124.005) from Andreas.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 15112] By: jhi                                   on 2002/03/08  17:56:36
+        Log: HP-UX nm seems to repeat itself.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15111] By: jhi                                   on 2002/03/08  17:50:21
+        Log: Nice porting script from Sarathy.  Well, less nice
+             in the sense that it shows the looong road ahead.
+     Branch: perl
+          + Porting/findrfuncs
+          ! MANIFEST Porting/makerel
+____________________________________________________________________________
+[ 15110] By: jhi                                   on 2002/03/08  15:58:25
+        Log: Subject: Re: Performance considerations for UTF-8
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 8 Mar 2002 18:53:28 +0200
+             Message-ID: <20020308185328.D640@alpha.hut.fi>
+             
+             (put all in perlunicode)
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15109] By: jhi                                   on 2002/03/08  15:09:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15108] By: jhi                                   on 2002/03/08  14:59:50
+        Log: Subject: Cygwin cygipc support skipped
+             From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+             Date: Fri, 8 Mar 2002 16:59:34 +0100
+             Message-ID: <113694157285.20020308165934@familiehaase.de>
+     Branch: perl
+          ! hints/cygwin.sh
+____________________________________________________________________________
+[ 15107] By: jhi                                   on 2002/03/08  14:48:36
+        Log: metaconfig unit change for #15106.
+     Branch: metaconfig
+          ! U/compline/d_gconvert.U
+____________________________________________________________________________
+[ 15106] By: jhi                                   on 2002/03/08  14:48:14
+        Log: Subject: Re: [PATCH] tests for Gconvert
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 07 Mar 2002 16:48:10 -0800
+             Message-ID: <KpAi8gzkganW092yn@efn.org>
+     Branch: perl
+          ! Configure config_h.SH t/base/num.t
+____________________________________________________________________________
+[ 15105] By: jhi                                   on 2002/03/08  14:32:55
+        Log: The new test has some teething problems.
+     Branch: perl
+          - ext/B/t/lint.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15104] By: jhi                                   on 2002/03/08  13:42:24
+        Log: Subject: [PATCH] B::Lint tests
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 8 Mar 2002 14:47:19 +0100
+             Message-ID: <20020308144719.A2663@rafael>
+     Branch: perl
+          + ext/B/t/lint.t
+          ! MANIFEST ext/B/B/Lint.pm
+____________________________________________________________________________
+[ 15103] By: jhi                                   on 2002/03/08  13:40:35
+        Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
+             From: Tom Horsley <Tom.Horsley@mail.ccur.com>
+             Date: Fri, 8 Mar 2002 13:24:14 GMT
+             Message-Id: <200203081324.NAA00642@cleo>
+     Branch: perl
+          ! hints/powerux.sh
+____________________________________________________________________________
+[ 15102] By: jhi                                   on 2002/03/08  13:37:04
+        Log: Subject: HP has some new models
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 08 Mar 2002 13:07:02 +0100
+             Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 15101] By: ams                                   on 2002/03/08  09:11:40
+        Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
+             Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15100] By: pudge                                 on 2002/03/08  03:23:17
+        Log: Update Changes
+     Branch: maint-5.6/macperl
+          ! macos/Changes
+____________________________________________________________________________
+[ 15099] By: pudge                                 on 2002/03/08  03:20:06
+        Log: Replace macperlbundled with macperldelta
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 15098] By: pudge                                 on 2002/03/08  03:19:44
+        Log: Comsetic fixes (Thomas Wegner)
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
+____________________________________________________________________________
+[ 15097] By: pudge                                 on 2002/03/08  03:19:08
+        Log: Bump OS version
+     Branch: maint-5.6/macperl
+          ! macos/config.sh
+____________________________________________________________________________
+[ 15096] By: jhi                                   on 2002/03/08  03:14:41
+        Log: Thought I deleted this already?
+     Branch: perl
+          - ext/I18N/Langinfo/fallback.c
+____________________________________________________________________________
+[ 15095] By: jhi                                   on 2002/03/08  03:06:20
+        Log: perlport updates from Pudge.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 15094] By: ams                                   on 2002/03/08  03:06:03
+        Log: Nitpick.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15093] By: jhi                                   on 2002/03/08  03:00:46
+        Log: Wrong test.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15091] By: jhi                                   on 2002/03/08  02:25:23
+        Log: Integrate change 14064 from macperl to blead.
+     Branch: perl
+         !> pod/perlmodinstall.pod pod/perlport.pod
+____________________________________________________________________________
+[ 15090] By: pudge                                 on 2002/03/08  02:15:01
+        Log: Integrate recent perlport changes
+     Branch: maint-5.6/macperl
+         !> pod/perlport.pod
+____________________________________________________________________________
+[ 15089] By: ams                                   on 2002/03/08  01:54:03
+        Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
+             minor typo in perlguts.pod
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Fri, 8 Mar 2002 05:26:59 +0300
+             Message-Id: <4649821189.20020308052659@motor.ru>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15088] By: jhi                                   on 2002/03/08  01:40:41
+        Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
+             From: Anton Tagunov <tagunov@newmail.ru>
+             Date: Fri, 8 Mar 2002 04:31:44 +0300
+             Message-ID: <13946506773.20020308043144@newmail.ru>
+             
+             (one test changed)
+     Branch: perl
+          ! lib/encoding.t sv.c
+____________________________________________________________________________
+[ 15087] By: jhi                                   on 2002/03/08  00:15:08
+        Log: Subject: [PATCH perldelta] some more deltas
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 7 Mar 2002 23:13:23 +0100
+             Message-ID: <20020307231323.A13068@rafael>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15086] By: jhi                                   on 2002/03/07  22:43:31
+        Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 7 Mar 02 14:25 est
+             Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 15085] By: jhi                                   on 2002/03/07  22:37:51
+        Log: As suggested by Anton Tagunov, eq and cmp now obey the
+             encoding pragma (by remapping their byte argument if the
+             other argument is in Unicode).  Also fix a bug found by
+             Anton where ord undef under the encoding pragma would barf.
+             ([ID 20020307.009] A null pointer dereference with 'use encoding')
+             Finally, use the nicer form of sv_recode_to_utf8.
+     Branch: perl
+          ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
+____________________________________________________________________________
+[ 15084] By: jhi                                   on 2002/03/07  20:54:02
+        Log: Retract #14985, #14899, and #14990, following the principles
+             "Do no harm." and "If it ain't broke, don't fix it."
+             
+             Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
+             some, but still broken, and I do not have the extra brain
+             cells for the EBCDIC backport.  Secondly, the old version
+             worked both in EBCDIC and non-.  Thirdly, the old version
+             may be more amenable for the behaviour suggsted by Anton
+             Tagunov regarding the encoding pragma.
+     Branch: perl
+          ! embed.fnc embed.h global.sym proto.h sv.c util.c
+____________________________________________________________________________
+[ 15083] By: jhi                                   on 2002/03/07  20:26:36
+        Log: Long doubles give you long doubles.
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 15082] By: jhi                                   on 2002/03/07  18:16:39
+        Log: Forgotten deMANIFESTation.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15081] By: jhi                                   on 2002/03/07  17:29:17
+        Log: Obsolete unused file, noticed by Dank Kogai.
+     Branch: perl
+          - ext/Encode/lib/Encode/JP/Tr.pm
+____________________________________________________________________________
+[ 15080] By: ams                                   on 2002/03/07  11:31:46
+        Log: Subject: [PATCH Changes] Changes should mirror version number
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 7 Mar 2002 11:04:24 GMT
+             Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 15079] By: jhi                                   on 2002/03/07  04:40:06
+        Log: metaconfig unit change for #15078.
+     Branch: metaconfig
+          ! U/compline/d_gconvert.U
+____________________________________________________________________________
+[ 15078] By: jhi                                   on 2002/03/07  04:39:39
+        Log: Subject: Re: [PATCH] tests for Gconvert
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 06 Mar 2002 20:22:54 -0800
+             Message-ID: <esuh8gzkg2/b092yn@efn.org>
+     Branch: perl
+          ! Configure pod/perldelta.pod t/base/num.t
+____________________________________________________________________________
+[ 15077] By: jhi                                   on 2002/03/07  03:27:38
+        Log: Mac OS X UFS does not do ctime.
+     Branch: perl
+          ! pod/perldelta.pod pod/perlport.pod
+____________________________________________________________________________
+[ 15076] By: jhi                                   on 2002/03/07  02:40:09
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15075] By: jhi                                   on 2002/03/07  01:48:46
+        Log: Continued Chinese puzzles from Autrijus.
+     Branch: perl
+          + ext/Encode/t/CN.t ext/Encode/t/TW.t
+          ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
+____________________________________________________________________________
+[ 15074] By: jhi                                   on 2002/03/07  00:16:10
+        Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 6 Mar 2002 18:13:51 +0100
+             Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 15073] By: jhi                                   on 2002/03/07  00:15:11
+        Log: perlport tweaks.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 15072] By: jhi                                   on 2002/03/07  00:05:11
+        Log: Subject: Re: [PATCH docs] Re: Bug with -M
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 6 Mar 2002 16:20:27 -0500
+             Message-ID: <20020306212027.GC4257@blackrider>
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlport.pod
+____________________________________________________________________________
+[ 15071] By: jhi                                   on 2002/03/06  20:20:29
+        Log: perldelta updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15070] By: jhi                                   on 2002/03/06  20:06:37
+        Log: 5005threads wasn't even compiling.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15069] By: jhi                                   on 2002/03/06  15:06:33
+        Log: Subject: Re: perl@15047 New format tests for still existing bugs
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 12:59:29 +0100
+             Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! t/op/write.t
+____________________________________________________________________________
+[ 15068] By: jhi                                   on 2002/03/06  15:04:41
+        Log: Regen Glossary et al.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 15067] By: jhi                                   on 2002/03/06  14:39:58
+        Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
+             [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15066] By: jhi                                   on 2002/03/06  14:39:40
+        Log: metaconfig unit change for #15065.
+     Branch: metaconfig
+          ! U/compline/i_time.U
+____________________________________________________________________________
+[ 15065] By: jhi                                   on 2002/03/06  14:39:18
+        Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 15064] By: jhi                                   on 2002/03/06  14:14:02
+        Log: Must remove fallback.c also from here.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15063] By: jhi                                   on 2002/03/06  13:37:31
+        Log: Subject: Re: perl@15047 WinCE
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:41:30 +0100
+             Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
+             
+             Subject: Re: perl@15047 Win32
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:46:02 +0100
+             Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
+             
+             Subject: Re: perl@15047 Epoc
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:48:31 +0100
+             Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
+             
+             Subject: Re: perl@15047 NetWare
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:55:46 +0100
+             Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! NetWare/config_H.wc epoc/config.sh win32/Makefile
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! wince/Makefile.ce wince/config.h
+____________________________________________________________________________
+[ 15062] By: ams                                   on 2002/03/06  09:26:49
+        Log: Subject: Re: perl@15047
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 11:25:50 +0100
+             Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! cygwin/perlld.in
+____________________________________________________________________________
+[ 15061] By: ams                                   on 2002/03/06  08:44:12
+        Log: Subject: Re: perl@15047
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 10:38:02 +0100
+             Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15060] By: ams                                   on 2002/03/06  08:30:33
+        Log: Subject: Update perlhist.pod
+             From: mjd@plover.com
+             Date: 6 Mar 2002 07:11:55 -0000
+             Message-Id: <20020306071155.10240.qmail@plover.com>
+             
+             Subject: [PATCH pod/perlvar.pod] $^V => string
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 06 Mar 2002 14:56:55 +0800
+             Message-Id: <3C85BDB7.7050700@stason.org>
+     Branch: perl
+          ! pod/perlhist.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 15059] By: ams                                   on 2002/03/06  04:15:38
+        Log: Subject: [PATCH] assorted configure.com fix-ups
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 5 Mar 2002 23:11:22 -0600
+             Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15058] By: jhi                                   on 2002/03/06  04:01:27
+        Log: IRIX failure with long doubles.
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 15057] By: jhi                                   on 2002/03/06  03:12:15
+        Log: Make reality and Changes coincide.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 15056] By: jhi                                   on 2002/03/06  00:49:03
+        Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Wed, 6 Mar 2002 02:10:21 +0300
+             Message-ID: <11152782757.20020306021021@motor.ru>
+             
+             (reworded)
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 15055] By: jhi                                   on 2002/03/06  00:35:22
+        Log: Subject: [PATCH] B::Lint doesn't work
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 5 Mar 2002 22:51:18 +0100
+             Message-ID: <20020305225118.C733@rafael>
+     Branch: perl
+          ! ext/B/B/Lint.pm
+____________________________________________________________________________
+[ 15054] By: jhi                                   on 2002/03/06  00:34:32
+        Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 04 Mar 2002 16:24:32 -0800
+             Message-ID: <ABBh8gzkgezX092yn@efn.org>
+     Branch: perl
+          ! op.h pp_ctl.c t/op/flip.t
+____________________________________________________________________________
+[ 15053] By: jhi                                   on 2002/03/06  00:31:02
+        Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 5 Mar 2002 22:30:49 +0000
+             Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15052] By: jhi                                   on 2002/03/06  00:28:40
+        Log: Subject: [PATCH] tests for Gconvert
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 05 Mar 2002 16:35:45 -0800
+             Message-ID: <hRWh8gzkgONX092yn@efn.org>
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 15051] By: jhi                                   on 2002/03/06  00:25:27
+        Log: Subject: [PATCH] toplevel Makefile.SH
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 5 Mar 02 17:34 est
+             Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15050] By: jhi                                   on 2002/03/05  20:46:40
+        Log: Subject: [PATCH] pointer to perldelta in Changes
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Tue, 05 Mar 2002 16:04:50 -0500
+             Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 15049] By: jhi                                   on 2002/03/05  20:45:33
+        Log: Subject: [PATCH perldelta] chom?p overridability is the other way
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 5 Mar 2002 22:26:20 +0100
+             Message-ID: <20020305222620.A733@rafael>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15048] By: jhi                                   on 2002/03/05  20:43:45
+        Log: Solaris: allow for /usr/bin/df not to exist.
+             
+             Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
+             From: Kingpin <mthurn@copper.dulles.tasc.com>
+             Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
+             Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15047] By: jhi                                   on 2002/03/05  15:36:10
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15046] By: jhi                                   on 2002/03/05  14:56:19
+        Log: Double MANIFESTing.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15045] By: jhi                                   on 2002/03/05  14:29:41
+        Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
+     Branch: perl
+          - ext/Encode/Encode/7bit-kr.enc
+          - ext/Encode/lib/Encode/Tcl/HanZi.pm
+          ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15044] By: jhi                                   on 2002/03/05  13:40:31
+        Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 5 Mar 2002 14:35:57 +0100
+             Message-ID: <20020305143557.C695@rafael>   
+     Branch: perl
+          ! pp_sys.c t/lib/warnings/pp_sys
+____________________________________________________________________________
+[ 15043] By: jhi                                   on 2002/03/05  13:36:30
+        Log: Subject: [PATCH Devel::PPPort]
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 5 Mar 2002 13:37:59 GMT
+             Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 15042] By: jhi                                   on 2002/03/05  13:33:55
+        Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
+     Branch: perl
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15041] By: nick                                  on 2002/03/05  07:23:58
+        Log: Integrate mainline (5.7.3)
+     Branch: perlio
+         +> ext/Encode/lib/Encode/CN/HZ.pm
+          - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
+         !> (integrate 54 files)
+____________________________________________________________________________
+[ 15040] By: ams                                   on 2002/03/05  05:10:33
+        Log: Subject: DOC PATCH 5.7.3 (perldelta)
+             From: mjd@plover.com
+             Date: 5 Mar 2002 05:35:58 -0000
+             Message-Id: <20020305053558.31677.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15039] By: jhi                                   on 2002/03/05  03:32:07
+        Log: This is 5.7.3.
+     Branch: perl
+          ! patchlevel.h
+____________________________________________________________________________
+[ 15038] By: jhi                                   on 2002/03/05  03:31:32
+        Log: Shoo.
+     Branch: perl
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15037] By: jhi                                   on 2002/03/05  03:15:17
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
         Log: Regen perlapi.
      Branch: perl