List lexicals from debugger
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index cb8ccc9..e20b7af 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,3361 @@ 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
 --------------
 ____________________________________________________________________________
+[ 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
+          ! pod/perlapi.pod
+____________________________________________________________________________
+[ 15035] By: jhi                                   on 2002/03/05  03:08:50
+        Log: Tie::File doc tweak for Win32 from mjd. 
+     Branch: perl
+          ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 15034] By: jhi                                   on 2002/03/05  02:51:47
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 15033] By: jhi                                   on 2002/03/05  02:34:32
+        Log: Decommission Encode::Tcl HZ testing for now.
+     Branch: perl
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15032] By: jhi                                   on 2002/03/05  02:05:23
+        Log: Must have a return.
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 15031] By: jhi                                   on 2002/03/05  01:45:21
+        Log: The very latest win32 score from Jan Dubois.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15030] By: ams                                   on 2002/03/05  01:40:01
+        Log: Subject: [PATCH] README.macos
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Mon, 04 Mar 2002 17:37:59 -0500
+             Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
+     Branch: perl
+          ! README.macos
+____________________________________________________________________________
+[ 15029] By: jhi                                   on 2002/03/05  01:39:29
+        Log: "The last pieces of Chinese puzzle" from Autrijus.
+     Branch: perl
+          + ext/Encode/lib/Encode/CN/HZ.pm
+          - ext/Encode/Encode/HZ.enc
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
+          ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+____________________________________________________________________________
+[ 15028] By: jhi                                   on 2002/03/05  00:53:36
+        Log: Known test failures updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15027] By: jhi                                   on 2002/03/04  23:48:07
+        Log: One more nit from mjd.
+     Branch: perl
+          ! lib/Tie/File/t/16_handle.t
+____________________________________________________________________________
+[ 15026] By: jhi                                   on 2002/03/04  23:42:28
+        Log: Upgrade to Tie::File 0.17 from mjd.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
+          ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
+____________________________________________________________________________
+[ 15025] By: jhi                                   on 2002/03/04  23:14:54
+        Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 4 Mar 2002 23:33:52 +0000
+             Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15024] By: jhi                                   on 2002/03/04  22:21:44
+        Log: Escapee.
+     Branch: perl
+          ! proto.h
+____________________________________________________________________________
+[ 15023] By: jhi                                   on 2002/03/04  22:17:56
+        Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 4 Mar 2002 22:48:38 +0000
+             Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
+          ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
+          ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
+          ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
+          ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
+          ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
+          ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
+____________________________________________________________________________
+[ 15022] By: jhi                                   on 2002/03/04  22:09:39
+        Log: Cleaner.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15021] By: jhi                                   on 2002/03/04  22:06:22
+        Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
+             From: Jeffrey Friedl <jfriedl@yahoo.com>
+             Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
+             Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
+     Branch: perl
+          ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15020] By: jhi                                   on 2002/03/04  21:44:42
+        Log: More Han tweaks from Autrjius Tang: most importantly,
+             gbk is identical to cp936, so gbk can be removed and
+             taken care of by an alias.
+     Branch: perl
+          - ext/Encode/Encode/gbk.enc
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
+____________________________________________________________________________
+[ 15019] By: jhi                                   on 2002/03/04  21:23:42
+        Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 4 Mar 2002 22:20:13 +0000
+             Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15018] By: jhi                                   on 2002/03/04  21:19:31
+        Log: Based on
+             
+             Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Mon, 4 Mar 2002 21:14:39 +0300
+             Message-ID: <1814137429.20020304211439@motor.ru>
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15017] By: jhi                                   on 2002/03/04  20:43:05
+        Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 04 Mar 2002 16:18:42 -0500
+             Message-ID: <3C83E4B2.3060700@rowman.com>
+             
+             Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 04 Mar 2002 16:42:55 -0500
+             Message-ID: <3C83EA5F.80303@rowman.com>
+     Branch: perl
+          ! lib/ExtUtils/xsubpp pod/perlxs.pod
+____________________________________________________________________________
+[ 15016] By: jhi                                   on 2002/03/04  20:07:04
+        Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 04 Mar 2002 14:47:59 -0600
+             Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
+             
+             Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 04 Mar 2002 15:04:58 -0600
+             Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
+     Branch: perl
+          ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
+____________________________________________________________________________
+[ 15015] By: jhi                                   on 2002/03/04  18:58:03
+        Log: metaconfig unit change for #15014.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15014] By: jhi                                   on 2002/03/04  18:57:23
+        Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
+             of known extensions, where Encode::JP already is.
+     Branch: perl
+          ! Configure Porting/config.sh Porting/config_H uconfig.h
+____________________________________________________________________________
+[ 15013] By: jhi                                   on 2002/03/04  18:36:05
+        Log: SJIS, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
+____________________________________________________________________________
+[ 15012] By: nick                                  on 2002/03/04  17:35:50
+        Log: Intergrate perlio's Encode/compile
+     Branch: perl
+         !> ext/Encode/compile
+____________________________________________________________________________
+[ 15011] By: nick                                  on 2002/03/04  17:29:54
+        Log: Avoid $Id$ cleverness and just have a $VERSION.
+     Branch: perlio
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 15010] By: nick                                  on 2002/03/04  17:29:14
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/isa.t
+         !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
+         !> lib/warnings.pm op.c perly.c pod/perldelta.pod
+         !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
+         !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
+         !> warnings.pl
+____________________________________________________________________________
+[ 15009] By: jhi                                   on 2002/03/04  17:24:30
+        Log: Integrate ext/Encode/compile from perlio.
+     Branch: perl
+         !> ext/Encode/compile
+____________________________________________________________________________
+[ 15008] By: jhi                                   on 2002/03/04  17:11:19
+        Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
+             updates not integrated, something odd going on in there.)
+     Branch: perl
+         !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
+         !> lib/Tie/File/t/16_handle.t
+____________________________________________________________________________
+[ 15007] By: nick                                  on 2002/03/04  17:08:17
+        Log: Integrate mainline
+     Branch: perlio
+         !> AUTHORS Changes Porting/Glossary Porting/config.sh
+         !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
+         !> pod/perltoc.pod
+____________________________________________________________________________
+[ 15006] By: jhi                                   on 2002/03/04  16:46:49
+        Log: A new M::BI test.
+     Branch: perl
+          + lib/Math/BigInt/t/isa.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15005] By: jhi                                   on 2002/03/04  16:43:53
+        Log: Subject: VMS test and perldelta update
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 04 Mar 2002 11:03:37 -0600
+             Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
+     Branch: perl
+          ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
+____________________________________________________________________________
+[ 15004] By: jhi                                   on 2002/03/04  16:41:50
+        Log: Needed for threaded builds.
+     Branch: perl
+          ! embed.fnc embed.h
+____________________________________________________________________________
+[ 15003] By: jhi                                   on 2002/03/04  16:37:13
+        Log: Subject: [PATCH] taint + deprecated warnings
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Mon, 4 Mar 2002 16:33:23 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
+          ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
+          ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
+____________________________________________________________________________
+[ 15002] By: nick                                  on 2002/03/04  16:19:06
+        Log: Win32 tweak
+     Branch: perlio
+          ! lib/Tie/File/t/16_handle.t
+____________________________________________________________________________
+[ 15001] By: jhi                                   on 2002/03/04  15:39:11
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15000] By: jhi                                   on 2002/03/04  15:28:01
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14999] By: nick                                  on 2002/03/04  15:26:43
+        Log: Win32 hack
+     Branch: perlio
+          ! ext/Encode/compile ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 14998] By: jhi                                   on 2002/03/04  15:23:35
+        Log: Encode doc tweak from Autrijus Tang.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 14997] By: jhi                                   on 2002/03/04  14:53:38
+        Log: Regen Glossary et al.  (It seems the #14875 didn't
+             quite work in removing the double-dot?)
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 14996] By: jhi                                   on 2002/03/04  14:46:29
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 14995] By: nick                                  on 2002/03/04  14:42:09
+        Log: Remove debugging assert
+     Branch: perlio
+          ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 14994] By: nick                                  on 2002/03/04  14:41:54
+        Log: Integrate mainline
+     Branch: perlio
+         !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
+         !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
+         !> lib/Tie/File/t/15_pushpop.t util.c
+____________________________________________________________________________
+[ 14993] By: jhi                                   on 2002/03/04  14:10:07
+        Log: Han update from Autrijus Tang. 
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 14992] By: nick                                  on 2002/03/04  14:08:38
+        Log: Integrate mainline - all tests pass - some noise from threads
+             av_simple (SuSE7.3).
+     Branch: perlio
+         +> 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/11_rv_splice_rs.t
+         +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
+         +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
+         +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
+          - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
+          - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
+          - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
+          - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
+          - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
+          - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
+          - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
+          - lib/Tie/File/15_pushpop.t
+         !> (integrate 47 files)
+____________________________________________________________________________
+[ 14991] By: jhi                                   on 2002/03/04  13:37:52
+        Log: Missing MANIFESTations.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14990] By: jhi                                   on 2002/03/04  13:34:15
+        Log: Attempt at portability.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 14989] By: jhi                                   on 2002/03/04  13:04:06
+        Log: Needed by #14985.
+     Branch: perl
+          ! embed.h global.sym proto.h
+____________________________________________________________________________
+[ 14988] By: ams                                   on 2002/03/04  08:59:27
+        Log: Upgrade to Tie::File 0.16.
+     Branch: perl
+          + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
+          ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
+          ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
+          ! lib/Tie/File/t/15_pushpop.t
+____________________________________________________________________________
+[ 14987] By: ams                                   on 2002/03/04  08:48:11
+        Log: Subject: [PATCH @14577] perly-fixer
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 4 Mar 2002 02:28:51 -0500
+             Message-Id: <20020304022851.A14119@math.ohio-state.edu>
+     Branch: perl
+          ! Makefile.SH perly.fixer
+____________________________________________________________________________
+[ 14986] By: ams                                   on 2002/03/04  08:43:37
+        Log: Subject: [PATCH @14577] xsubpp
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 4 Mar 2002 02:25:52 -0500
+             Message-Id: <20020304022552.A14106@math.ohio-state.edu>
+     Branch: perl
+          ! lib/ExtUtils/xsubpp pod/perlxs.pod
+____________________________________________________________________________
+[ 14985] By: ams                                   on 2002/03/04  08:40:46
+        Log: Subject: [PATCH @14577] sv_cmp and friends
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 4 Mar 2002 02:31:04 -0500
+             Message-Id: <20020304023103.A14140@math.ohio-state.edu>
+     Branch: perl
+          ! embed.fnc sv.c util.c
+____________________________________________________________________________
+[ 14984] By: ams                                   on 2002/03/04  08:16:06
+        Log: Fix File::Path docs as suggested by Ronald Kimball.
+     Branch: perl
+          ! lib/File/Path.pm
+____________________________________________________________________________
+[ 14983] By: ams                                   on 2002/03/04  08:11:20
+        Log: Update perldata fix as suggested by Benjamin Goldberg.
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[ 14982] By: jhi                                   on 2002/03/04  03:56:46
+        Log: Faulty skip.
+     Branch: perl
+          ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 14981] By: jhi                                   on 2002/03/04  03:46:31
+        Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Mon, 4 Mar 2002 05:41:41 +0300
+             Message-Id: <7916563907.20020304054141@motor.ru>
+             
+             Subject: [ID 20020303.005] Patch perlinicode C API description
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Mon, 4 Mar 2002 06:08:23 +0300
+             Message-Id: <2018165510.20020304060823@motor.ru>
+     Branch: perl
+          ! lib/utf8.pm pod/perlunicode.pod
+____________________________________________________________________________
+[ 14980] By: ams                                   on 2002/03/04  02:19:20
+        Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Mon, 4 Mar 2002 02:17:40 +0300
+             Message-Id: <1344322124.20020304021740@motor.ru>
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[ 14979] By: ams                                   on 2002/03/04  02:17:54
+        Log: Subject: RE: [PATCH] RE: DB_File breakage
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Sun, 3 Mar 2002 23:56:31 -0000
+             Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 14978] By: ams                                   on 2002/03/04  02:07:16
+        Log: Subject: [PATCH] docs for ExtUtils::Manifest
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 3 Mar 2002 23:29:25 +0000
+             Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/ExtUtils/Manifest.pm
+____________________________________________________________________________
+[ 14977] By: jhi                                   on 2002/03/04  02:07:06
+        Log: Forgot from the M::BI 1.54 update.
+     Branch: perl
+          ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/upgrade.inc
+____________________________________________________________________________
+[ 14976] By: ams                                   on 2002/03/04  02:04:32
+        Log: Subject: [PATCH] attr
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Sun, 3 Mar 2002 22:09:58 -0000
+             Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! lib/warnings.pm warnings.pl
+____________________________________________________________________________
+[ 14975] By: ams                                   on 2002/03/04  02:01:27
+        Log: Subject: [PATCH] File::Path documentation
+             From: Colin Meyer <cmeyer@helvella.org>
+             Date: Sun, 3 Mar 2002 14:54:24 -0800
+             Message-Id: <20020303145424.A21774@hobart.helvella.org>
+     Branch: perl
+          ! lib/File/Path.pm
+____________________________________________________________________________
+[ 14974] By: jhi                                   on 2002/03/04  01:54:17
+        Log: Typo.
+     Branch: perl
+          ! lib/Math/BigInt/t/upgrade.t
+____________________________________________________________________________
+[ 14973] By: jhi                                   on 2002/03/04  01:30:49
+        Log: Editing errors.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14972] By: jhi                                   on 2002/03/04  01:18:02
+        Log: Upgrade to Math::BigInt 1.54.
+     Branch: perl
+          ! 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.t
+          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
+          ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
+____________________________________________________________________________
+[ 14971] By: jhi                                   on 2002/03/04  01:06:53
+        Log: Test tweak from Craig Berry.
+     Branch: perl
+          ! lib/Tie/File/t/15_pushpop.t
+____________________________________________________________________________
+[ 14970] By: jhi                                   on 2002/03/04  01:05:17
+        Log: Upgrade to Tie::File 0.15.
+     Branch: perl
+          + 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/11_rv_splice_rs.t
+          + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
+          + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
+          - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
+          - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
+          - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
+          - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
+          - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
+          - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
+          - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
+          - lib/Tie/File/15_pushpop.t
+          ! MANIFEST lib/Tie/File.pm
+____________________________________________________________________________
+[ 14969] By: jhi                                   on 2002/03/04  00:25:33
+        Log: The EBCDIC gaps apply only to the real A-Z.
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14968] By: jhi                                   on 2002/03/03  19:00:06
+        Log: EBCDIC: deparse \cX correctly.
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14967] By: ams                                   on 2002/03/03  18:18:00
+        Log: Subject: [PATCH] nit in perlsyn.pod
+             From: "Wolfgang Laun" <wolfgang.laun@chello.at>
+             Date: Sun, 03 Mar 2002 20:16:10 +0100
+             Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
+     Branch: perl
+          ! pod/perlsyn.pod
+____________________________________________________________________________
+[ 14966] By: ams                                   on 2002/03/03  18:06:32
+        Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 3 Mar 2002 13:33:28 -0500
+             Message-Id: <20020303183328.GA3296@blackrider>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 14965] By: ams                                   on 2002/03/03  18:00:03
+        Log: Subject: [ PATCH ] HP back to default
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 03 Mar 2002 18:48:34 +0100
+             Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 14964] By: jhi                                   on 2002/03/03  16:54:55
+        Log: EBCDIC: special cases of special cases.
+     Branch: perl
+          ! t/uni/case.pl
+____________________________________________________________________________
+[ 14963] By: jhi                                   on 2002/03/03  16:11:07
+        Log: EBCDIC: the v-string components cannot exceed 2147483647.
+     Branch: perl
+          ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
+____________________________________________________________________________
+[ 14962] By: jhi                                   on 2002/03/03  15:06:55
+        Log: Remove the bogus "incorrect case" warning completely.
+             The problem exists, but the cure, in which ever form
+             it will be, needs to be something more subtle.
+     Branch: perl
+          ! op.c pod/perldiag.pod
+____________________________________________________________________________
+[ 14961] By: ams                                   on 2002/03/03  13:39:09
+        Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 03 Mar 2002 09:32:16 -0500
+             Message-Id: <20020303143216.10536.qmail@plover.com>
+     Branch: perl
+          ! t/op/tiearray.t
+____________________________________________________________________________
+[ 14960] By: nick                                  on 2002/03/03  09:59:59
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
+          - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
+          ! ext/Encode/compile
+         !> (integrate 27 files)
+____________________________________________________________________________
+[ 14959] By: ams                                   on 2002/03/03  08:11:34
+        Log: Fix #14957.
+     Branch: perl
+          ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 14958] By: ams                                   on 2002/03/03  05:51:00
+        Log: Subject: [PATCH @14577] NL in debugger
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 2 Mar 2002 05:34:12 -0500
+             Message-Id: <20020302053412.A5465@math.ohio-state.edu>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 14957] By: ams                                   on 2002/03/03  05:00:04
+        Log: Subject: Re: DB_File breakage
+             From: Schuyler Erle <schuyler@oreilly.com>
+             Date: Sat, 02 Mar 2002 21:50:30 -0800
+             Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
+     Branch: perl
+          ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 14956] By: ams                                   on 2002/03/03  04:40:08
+        Log: Subject: [PATCH @14577] Debugging OPs
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 2 Mar 2002 05:49:58 -0500
+             Message-Id: <20020302054958.A5511@math.ohio-state.edu>
+     Branch: perl
+          ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
+          ! pod/perlrun.pod sv.h
+____________________________________________________________________________
+[ 14955] By: ams                                   on 2002/03/03  04:34:41
+        Log: Subject: Tie::Array doc patch
+             From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
+             Date: Sat, 02 Mar 2002 08:42:56 +0900
+             Message-Id: <863czj97nj.wl@mail.edge.co.jp>
+     Branch: perl
+          ! lib/Tie/Array.pm
+____________________________________________________________________________
+[ 14954] By: ams                                   on 2002/03/03  04:23:33
+        Log: Subject: Re: Smoke 14870
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 2 Mar 2002 20:00:53 +0000
+             Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 14953] By: ams                                   on 2002/03/03  04:15:49
+        Log: Subject: RE: VERSION core
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Sat, 2 Mar 2002 22:50:44 -0000
+             Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! t/comp/use.t
+____________________________________________________________________________
+[ 14952] By: jhi                                   on 2002/03/02  23:41:54
+        Log: The #14949 removed this error from non-Win32.
+     Branch: perl
+          ! t/lib/warnings/op
+____________________________________________________________________________
+[ 14951] By: jhi                                   on 2002/03/02  19:54:15
+        Log: BeOS back on track.
+     Branch: perl
+          ! README.beos
+____________________________________________________________________________
+[ 14950] By: jhi                                   on 2002/03/02  19:52:58
+        Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
+             higher is okay.
+     Branch: perl
+          ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 14949] By: jhi                                   on 2002/03/02  19:33:29
+        Log: For now, make "incorrect case" a Win32-only warning.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14948] By: jhi                                   on 2002/03/02  17:55:48
+        Log: Demand more before attempting socketpair().
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 14947] By: jhi                                   on 2002/03/02  17:35:09
+        Log: Remove obsolete hack.
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[ 14946] By: ams                                   on 2002/03/02  16:00:32
+        Log: Forgot to delete encode.* from MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14945] By: ams                                   on 2002/03/02  14:41:03
+        Log: Delete ex-test output.
+     Branch: perl
+          - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
+____________________________________________________________________________
+[ 14944] By: ams                                   on 2002/03/02  13:54:35
+        Log: Subject: [PATCH] DB_File 1.803
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Sat, 2 Mar 2002 14:33:32 -0000
+             Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
+____________________________________________________________________________
+[ 14943] By: ams                                   on 2002/03/02  13:43:06
+        Log: Upgrade to Tie::File 0.14.
+     Branch: perl
+          + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
+          ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
+____________________________________________________________________________
+[ 14942] By: nick                                  on 2002/03/02  11:05:53
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
+         +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
+         +> ext/Encode/t/table.utf8
+         !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
+         !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
+         !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
+         !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
+         !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
+         !> universal.c utils/perldoc.PL
+____________________________________________________________________________
+[ 14941] By: jhi                                   on 2002/03/02  02:40:01
+        Log: More CJK (just C, really) tables from Autrijus Tang
+             (originally from iconv, used with permission of Bruno Haible)
+     Branch: perl
+          + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
+          + ext/Encode/Encode/iso-ir-165.enc
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
+          ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
+____________________________________________________________________________
+[ 14940] By: jhi                                   on 2002/03/02  02:29:11
+        Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
+             From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+             Date: Fri, 1 Mar 2002 15:32:13 -0500
+             Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 14939] By: jhi                                   on 2002/03/02  02:27:05
+        Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
+             From: Schuyler Erle <schuyler@oreilly.com>
+             Date: Fri, 01 Mar 2002 14:22:19 -0800
+             Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
+             
+             Subject: Re: PATCH: "splice() offset past end of array" warning.
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Fri, 01 Mar 2002 17:19:49 -0500
+             Message-ID: <20020301221949.7610.qmail@plover.com>
+     Branch: perl
+          ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
+____________________________________________________________________________
+[ 14938] By: jhi                                   on 2002/03/02  02:24:25
+        Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Fri, 01 Mar 2002 18:35:35 -0500
+             Message-ID: <20020301233535.15969.qmail@plover.com>
+     Branch: perl
+          ! av.c
+____________________________________________________________________________
+[ 14937] By: jhi                                   on 2002/03/01  23:00:08
+        Log: Subject: RE: VERSION core
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Fri, 1 Mar 2002 23:47:48 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! pod/perldiag.pod universal.c
+____________________________________________________________________________
+[ 14936] By: pudge                                 on 2002/03/01  18:02:45
+        Log: Update Changes
+     Branch: maint-5.6/macperl
+          ! macos/Changes
+____________________________________________________________________________
+[ 14935] By: pudge                                 on 2002/03/01  17:58:11
+        Log: Fix update to resources
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MacPerl.r
+____________________________________________________________________________
+[ 14934] By: jhi                                   on 2002/03/01  17:35:14
+        Log: metaconfig unit change for #14930.
+     Branch: metaconfig
+          ! U/modified/Init.U
+____________________________________________________________________________
+[ 14933] By: pudge                                 on 2002/03/01  17:32:52
+        Log: Fix debugger to handle Mac OS psedofiles
+     Branch: maint-5.6/macperl
+          ! lib/DB.pm lib/perl5db.pl
+____________________________________________________________________________
+[ 14932] By: pudge                                 on 2002/03/01  17:32:02
+        Log: Various fixes from Thomas Wegner
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
+____________________________________________________________________________
+[ 14931] By: pudge                                 on 2002/03/01  17:30:00
+        Log: Some resource updates
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
+          ! macos/macperl/MacPerl.rsrc
+____________________________________________________________________________
+[ 14930] By: jhi                                   on 2002/03/01  17:29:32
+        Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Fri, 01 Mar 2002 09:38:59 -0800
+             Message-ID: <zy7f8gzkgWgY092yn@efn.org>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14928] By: pudge                                 on 2002/03/01  17:28:09
+        Log: Add some missing sfio symbols (Alan Fry)
+     Branch: maint-5.6/macperl
+          ! macos/macperl.sym
+____________________________________________________________________________
+[ 14927] By: pudge                                 on 2002/03/01  17:27:29
+        Log: Update version and README
+     Branch: maint-5.6/macperl
+          ! README.macos macos/MPVersion.r
+____________________________________________________________________________
+[ 14926] By: nick                                  on 2002/03/01  15:56:41
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
+         +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
+         +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
+         +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
+         +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
+         +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
+         +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
+         +> lib/Tie/File/13_size_rs.t
+         !> (integrate 80 files)
+____________________________________________________________________________
+[ 14925] By: jhi                                   on 2002/03/01  15:28:10
+        Log: Better advertising.
+     Branch: perl
+          ! pod/perldelta.pod pod/perlfaq5.pod
+____________________________________________________________________________
+[ 14924] By: jhi                                   on 2002/03/01  14:32:16
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14923] By: jhi                                   on 2002/03/01  14:17:54
+        Log: Lost in the shuffle.
+     Branch: perl
+          + lib/Math/BigInt/t/downgrade.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14922] By: jhi                                   on 2002/03/01  13:23:41
+        Log: Advertise Tie::File.
+     Branch: perl
+          ! pod/perldelta.pod pod/perlfaq5.pod
+____________________________________________________________________________
+[ 14921] By: jhi                                   on 2002/03/01  13:14:18
+        Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Thu, 28 Feb 2002 18:55:48 +0100
+             Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! x2p/walk.c
+____________________________________________________________________________
+[ 14920] By: ams                                   on 2002/03/01  09:06:01
+        Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 26 Feb 2002 19:54:31 -0500
+             Message-Id: <20020226195431.A9625@math.ohio-state.edu>
+     Branch: perl
+          ! embed.fnc ext/B/B/Deparse.pm gv.c
+____________________________________________________________________________
+[ 14919] By: ams                                   on 2002/03/01  03:03:12
+        Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/01_gen.t
+          ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
+          ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
+          ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
+          ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
+          ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
+          ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
+____________________________________________________________________________
+[ 14918] By: ams                                   on 2002/03/01  02:36:58
+        Log: Add Tie::File 0.12 from MJD.
+     Branch: perl
+          + lib/Tie/File.pm lib/Tie/File/01_gen.t
+          + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
+          + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
+          + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
+          + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
+          + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
+          + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14917] By: jhi                                   on 2002/03/01  02:13:24
+        Log: Encoding name mapping tweaks.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 14916] By: jhi                                   on 2002/02/28  21:26:07
+        Log: metaconfig unit change for #14915.
+     Branch: metaconfig
+          ! U/modified/Init.U
+____________________________________________________________________________
+[ 14915] By: jhi                                   on 2002/02/28  21:25:23
+        Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 28 Feb 02 15:05 est
+             Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14914] By: jhi                                   on 2002/02/28  14:10:44
+        Log: PL_bostr was pointing to the wrong string
+             (a string left around from the loading of the Unicode \w)
+             "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14913] By: gbarr                                 on 2002/02/28  13:06:11
+        Log: Sync with libnet-1.10
+     Branch: perl
+          ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
+          ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
+          ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
+          ! lib/Net/t/netrc.t
+____________________________________________________________________________
+[ 14912] By: ams                                   on 2002/02/28  13:02:50
+        Log: Subject: [PATCH] perldelta.pod fixes
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Thu, 28 Feb 2002 21:44:15 +0800
+             Message-Id: <20020228134415.GB16422@not.autrijus.org>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14911] By: ams                                   on 2002/02/28  11:31:44
+        Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 04 Feb 2002 16:18:53 +0800
+             Message-Id: <3C7E1E5F.1000605@stason.org>
+             (Applied by hand).
+     Branch: perl
+          ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 14910] By: ams                                   on 2002/02/28  11:26:47
+        Log: Subject: [PATCH lib/Pod/Html.pm]
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 28 Feb 2002 20:05:01 +0800
+             Message-Id: <3C7E1CED.7000307@stason.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 14909] By: jhi                                   on 2002/02/28  05:50:24
+        Log: Tests for #14908.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14908] By: jhi                                   on 2002/02/28  05:43:45
+        Log: Make shared hash keys to be \0-terminated:
+             one possible resolution for
+             "UTF-8, weird \w behaviour after HASH-KEY-ification"
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
+             The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
+             The hash keys weren't \0-terminated.  This meant that the EOL ($)
+             in regmatch() got the nextchr beyond the last character.  Since
+             the keys were UTF-8, the nextchr was \1, not the usual
+             string-terminating \0.  Wham, no match.
+             
+             I think another possible resolution could be to stop the nextchr
+             computation in regmatch() from peeking beyond the last character
+             of the string:
+             
+             nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
+     Branch: perl
+          ! hv.c hv.h
+____________________________________________________________________________
+[ 14907] By: jhi                                   on 2002/02/28  03:25:44
+        Log: Subject: [PATCH] Perl interface to newIO()
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 27 Feb 2002 20:15:27 -0800
+             Message-ID: <f7af8gzkgaET092yn@efn.org>
+     Branch: perl
+          ! lib/Symbol.pm
+____________________________________________________________________________
+[ 14906] By: jhi                                   on 2002/02/28  00:50:01
+        Log: The "list" part of
+             
+             Subject: [PATCH perlop] .. returns a *list* of *integers*
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 26 Feb 2002 18:30:22 +0000
+             Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
+             
+             plus few nits.
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 14905] By: jhi                                   on 2002/02/27  22:44:52
+        Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Thu, 28 Feb 2002 00:04:06 +0100
+             Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
+     Branch: perl
+          ! lib/File/stat.t
+____________________________________________________________________________
+[ 14904] By: pudge                                 on 2002/02/27  21:25:39
+        Log: Integrate from maintperl.
+     Branch: maint-5.6/macperl
+         !> doio.c op.c t/io/open.t t/pragma/strict-subs
+____________________________________________________________________________
+[ 14903] By: jhi                                   on 2002/02/27  21:23:14
+        Log: Upgrade to Math::BigInt 1.53.
+     Branch: perl
+          ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
+          ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
+          ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
+          ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
+____________________________________________________________________________
+[ 14902] By: jhi                                   on 2002/02/27  21:17:38
+        Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 27 Feb 2002 15:36:38 -0600
+             Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
+     Branch: perl
+          ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
+          ! vms/ext/filespec.t
+____________________________________________________________________________
+[ 14901] By: jhi                                   on 2002/02/27  21:14:22
+        Log: Subject: [PATCH] Some minor changes for Cygwin
+             From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+             Date: Wed, 27 Feb 2002 22:25:41 +0100
+             Message-ID: <14296492589.20020227222541@familiehaase.de>
+     Branch: perl
+          ! Makefile.SH README.cygwin cygwin/perlld.in
+____________________________________________________________________________
+[ 14900] By: jhi                                   on 2002/02/27  19:06:39
+        Log: Update the UTF-8 explanation table.
+     Branch: perl
+          ! pod/perlunicode.pod utf8.h
+____________________________________________________________________________
+[ 14899] By: jhi                                   on 2002/02/27  17:50:09
+        Log: Repatch from Robin Barker: anon subs in C<package;> are
+             now __ANON__::__ANON__ (should help for mod_perl package
+             since #12251)
+     Branch: perl
+          ! gv.c op.c t/op/runlevel.t toke.c
+____________________________________________________________________________
+[ 14898] By: jhi                                   on 2002/02/27  16:01:47
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
         Log: perldelta updates.
      Branch: perl