Avoid potentially empty struct.
[p5sagit/p5-mst-13.2.git] / Changes
diff --git a/Changes b/Changes
index f9ac711..1f3fdee 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,19970 @@ 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
 --------------
 ____________________________________________________________________________
+[ 16572] By: sky                                   on 2002/05/13  12:30:35
+        Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
+             Message-Id: <20020510235227.J12298@fdgroup.com>
+     Branch: perl
+          ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
+          ! ext/threads/shared/t/av_refs.t
+          ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
+          ! ext/threads/shared/t/hv_refs.t
+          ! ext/threads/shared/t/hv_simple.t
+          ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
+          ! ext/threads/shared/t/semaphore.t
+          ! ext/threads/shared/t/shared_attr.t
+          ! ext/threads/shared/t/sv_refs.t
+          ! ext/threads/shared/t/sv_simple.t xsutils.c
+____________________________________________________________________________
+[ 16571] By: nick                                  on 2002/05/13  07:54:10
+        Log: Integrate Mainline
+     Branch: perlio
+         +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
+          - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
+          - wince/include/cectype.h wince/include/errno.h
+          - wince/include/sys/types.h wince/include/sys/utime.h
+          - wince/include/time.h
+         !> (integrate 51 files)
+____________________________________________________________________________
+[ 16570] By: jhi                                   on 2002/05/13  00:46:11
+        Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 12 May 2002 19:32:58 -0400
+             Message-ID: <20020512233258.GK696@blackrider>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 16569] By: jhi                                   on 2002/05/12  23:49:00
+        Log: Be clean.
+     Branch: perl
+          ! Makefile.SH ext/B/t/o.t
+____________________________________________________________________________
+[ 16568] By: gsar                                  on 2002/05/12  23:34:06
+        Log: change#8666 ($Config{perllibs}) apparently never got into
+             mainline--merge, and add other missing entries; regen
+             config_H.* files
+     Branch: perl
+          ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc win32/config_H.vc64
+____________________________________________________________________________
+[ 16567] By: jhi                                   on 2002/05/12  23:28:43
+        Log: Elaborate on the exit/wait plan a bit.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 16566] By: jhi                                   on 2002/05/12  22:26:17
+        Log: Slight doc tweaks.
+     Branch: perl
+          ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 16565] By: jhi                                   on 2002/05/12  19:56:56
+        Log: OS/390: update the test results.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16564] By: jhi                                   on 2002/05/12  19:48:40
+        Log: Add threadsafety caveats.
+     Branch: perl
+          ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
+____________________________________________________________________________
+[ 16563] By: jhi                                   on 2002/05/12  19:34:31
+        Log: Update the Mac OS X situation.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16562] By: sky                                   on 2002/05/12  19:10:27
+        Log: Update todo, removing things done and adding new things.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 16561] By: jhi                                   on 2002/05/12  19:02:24
+        Log: Reword the "threads still running" cleanup message.
+     Branch: perl
+          ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 16560] By: jhi                                   on 2002/05/12  18:39:48
+        Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
+             (The manifestation: running pat.t core dumps after test 639.
+             Removing everything after 639 makes core go away, as does
+             removing everything before 640.  I did say "weird".  Some
+             sort of a memory corruption, no doubt, but no time to debug
+             in more detail.)
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 16559] By: sky                                   on 2002/05/12  17:59:41
+        Log: Add emulation layer for Thread/Semaphore and Thread/Queue
+     Branch: perl
+          + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
+          - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
+          ! MANIFEST
+____________________________________________________________________________
+[ 16558] By: sky                                   on 2002/05/12  17:57:51
+        Log: Fixed bug where tmpsv would be null after the return of the 
+             amagic. Now check for that and allocate the tmpsv afterwards, 
+             this is done in all other places that use amagic.
+             Fixes bug when threads->unknownfunction() was called and
+             we coredumped on the stringification somewhere deep in the
+             autoloader/dynaloader something. Far to deep for me to provide
+             a test case.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 16557] By: jhi                                   on 2002/05/12  15:37:40
+        Log: (retracted by #16560)
+             EBCDIC: must protect also compile time so that
+             the illegal UTF-EBCDIC is not seen.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 16556] By: jhi                                   on 2002/05/12  15:29:36
+        Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
+     Branch: perl
+          ! pod/perlebcdic.pod regcomp.c
+____________________________________________________________________________
+[ 16555] By: jhi                                   on 2002/05/12  13:50:20
+        Log: As suggested by Dave Mitchell, adding yield()s at
+             appropriate spots helps non-preemptive thread
+             implementations, like the GNU pth.  Tested at NetBSD
+             by Martin Weber <Ephaeton@gmx.net>.
+     Branch: perl
+          ! ext/threads/t/basic.t ext/threads/t/list.t
+          ! ext/threads/t/thread.t
+____________________________________________________________________________
+[ 16554] By: rgs                                   on 2002/05/12  12:14:06
+        Log: Subject: RE: VOS bleadperl test failure on 16539
+             From: chromatic <chromatic@rmci.net>
+             Date: Sat, 11 May 2002 23:23:54 -0700
+             Message-ID: <20020512072814.50744.qmail@onion.perl.org>
+     Branch: perl
+          ! ext/B/t/o.t
+____________________________________________________________________________
+[ 16553] By: jhi                                   on 2002/05/12  04:27:16
+        Log: There's no rest for the wicked misspellers.
+     Branch: perl
+          ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 16552] By: jhi                                   on 2002/05/12  01:38:15
+        Log: Detypos (and sticking with US spelling since Dan Sugalski
+             wrote the original text of perlthrtut)
+     Branch: perl
+          ! ext/threads/threads.pm pod/perlthrtut.pod
+____________________________________________________________________________
+[ 16551] By: jhi                                   on 2002/05/11  22:26:38
+        Log: Because of #16550 these tests would now spew
+             "Malformed UTF-8" in EBCDIC.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 16550] By: jhi                                   on 2002/05/11  22:24:31
+        Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
+             scripts does not apply any more.  (The utf8.t needed a little
+             bit of relaxing to work in EBCDIC, since *both* the bytes in
+             subtest #30 are illegal UTF-EBCDIC, and the error message
+             matched is slightly different.)  The utf8.t now passes.
+     Branch: perl
+          ! lib/utf8.t toke.c
+____________________________________________________________________________
+[ 16549] By: jhi                                   on 2002/05/11  21:41:11
+        Log: Subject: [PATCH] a bit more for WinCE
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Sun, 12 May 2002 02:34:24 +0400
+             Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
+     Branch: perl
+          ! wince/wince.c
+____________________________________________________________________________
+[ 16548] By: jhi                                   on 2002/05/11  19:54:43
+        Log: Subject: [PATCH] for WinCE cross-build, another one
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
+             Date: Sun, 12 May 2002 00:02:47 +0400
+             Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
+     Branch: perl
+          - wince/include/cectype.h wince/include/errno.h
+          - wince/include/sys/types.h wince/include/sys/utime.h
+          - wince/include/time.h
+          ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
+          ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
+          ! wince/wince.c
+____________________________________________________________________________
+[ 16547] By: jhi                                   on 2002/05/11  19:46:23
+        Log: Explicit casts due to #16542.
+     Branch: perl
+          ! ext/B/B.xs hv.c op.c sv.c
+____________________________________________________________________________
+[ 16546] By: jhi                                   on 2002/05/11  19:35:54
+        Log: Upgrade to Test::Harness 2.21.
+     Branch: perl
+          ! lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
+          ! lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 16545] By: jhi                                   on 2002/05/11  19:04:39
+        Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
+             but keep up with the $VERSION)
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+____________________________________________________________________________
+[ 16544] By: jhi                                   on 2002/05/11  18:45:30
+        Log: metaconfig unit change for #16543.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 16543] By: jhi                                   on 2002/05/11  18:43:58
+        Log: Subject: [PATCH] updated threads docs
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 11 May 2002 20:00:51 +0100
+             Message-ID: <20020511200050.D14841@fdgroup.com>
+     Branch: perl
+          ! Configure README.threads pod/perlothrtut.pod
+          ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 16542] By: jhi                                   on 2002/05/11  17:06:19
+        Log: Subject: unsigned char hashes (Re: perl@16539)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 11 May 2002 17:54:44 +0100
+             Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
+             
+             Be explicitly unsigned char in the hash calculation.
+     Branch: perl
+          ! hv.h
+____________________________________________________________________________
+[ 16541] By: nick                                  on 2002/05/11  08:21:00
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/B/t/o.t
+         !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
+         !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
+         !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
+____________________________________________________________________________
+[ 16540] By: jhi                                   on 2002/05/10  16:45:53
+        Log: Subject: more os x test output cosmetics
+             From: Kay Röpke <kroepke@dolphin-services.de>
+             Date: Fri, 10 May 2002 14:07:34 +0200
+             Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
+     Branch: perl
+          ! ext/DB_File/t/db-btree.t
+____________________________________________________________________________
+[ 16539] By: jhi                                   on 2002/05/10  15:16:44
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16538] By: jhi                                   on 2002/05/10  15:08:51
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 16537] By: jhi                                   on 2002/05/10  15:06:52
+        Log: Move pod, add $VERSION.
+     Branch: perl
+          ! ext/threads/shared/queue.pm
+____________________________________________________________________________
+[ 16536] By: jhi                                   on 2002/05/10  14:42:10
+        Log: Unused variables.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16535] By: jhi                                   on 2002/05/10  13:52:34
+        Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
+             From: chromatic <chromatic@rmci.net>
+             Date: Fri, 10 May 2002 07:43:25 -0700
+             Message-ID: <20020510144325.26245.qmail@firewheel>
+     Branch: perl
+          + ext/B/t/o.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 16534] By: jhi                                   on 2002/05/10  13:48:10
+        Log: Don't do JAPHs unless doing "make torturetest".
+             Document the less obvious make test targets.
+     Branch: perl
+          ! Makefile.SH pod/perlhack.pod t/TEST t/harness
+____________________________________________________________________________
+[ 16533] By: nick                                  on 2002/05/10  06:02:58
+        Log: Integrate mainline
+     Branch: perlio
+         !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
+         !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
+         !> ext/Storable/Storable.pm ext/Storable/Storable.xs
+         !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
+         !> ext/threads/shared/t/cond.t ext/threads/threads.xs
+         !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
+         !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
+         !> t/run/fresh_perl.t util.c
+____________________________________________________________________________
+[ 16532] By: jhi                                   on 2002/05/10  03:38:40
+        Log: Subject: [PATCH] format and other warnings
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
+             Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
+     Branch: perl
+          ! Porting/pumpkin.pod ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
+          ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 16531] By: jhi                                   on 2002/05/10  03:26:11
+        Log: Move the noisy tie core dump test to fresh_perl from op/tie.
+     Branch: perl
+          ! t/op/tie.t t/run/fresh_perl.t
+____________________________________________________________________________
+[ 16530] By: jhi                                   on 2002/05/10  03:23:17
+        Log: Subject: Re: [PATCH] Re: perl@16433
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
+             Date: Thu, 09 May 2002 16:24:59 -0700
+             Message-ID: <LVw28gzkguhE092yn@efn.org>
+     Branch: perl
+          ! t/op/tie.t
+____________________________________________________________________________
+[ 16529] By: jhi                                   on 2002/05/09  21:39:04
+        Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 9 May 2002 17:18:42 +0100
+             Message-ID: <20020509171842.C9836@fdgroup.com>
+     Branch: perl
+          ! ext/threads/shared/t/cond.t
+____________________________________________________________________________
+[ 16528] By: nick                                  on 2002/05/09  16:40:39
+        Log: Integrate maint branch io (pipe) fixes.
+     Branch: perl
+         !> doio.c pp_sys.c util.c
+____________________________________________________________________________
+[ 16527] By: jhi                                   on 2002/05/09  14:09:00
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq4.pod
+____________________________________________________________________________
+[ 16526] By: jhi                                   on 2002/05/09  14:06:53
+        Log: metaconfig unit changes for #16525, plus extra linting.
+     Branch: metaconfig
+          ! U/compline/ptrsize.U U/protos/Protochk.U
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 16525] By: jhi                                   on 2002/05/09  14:06:11
+        Log: metaconfig unit linting.
+     Branch: perl
+          ! reentr.pl
+____________________________________________________________________________
+[ 16524] By: jhi                                   on 2002/05/09  13:49:01
+        Log: metaconfig unit changes for #16523.
+     Branch: metaconfig
+          ! U/compline/ptrsize.U
+     Branch: metaconfig/U/perl
+          ! use64bits.U
+____________________________________________________________________________
+[ 16523] By: jhi                                   on 2002/05/09  13:48:20
+        Log: ptrsize should depend on use64bitall, not the other
+             way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 16522] By: jhi                                   on 2002/05/09  13:07:58
+        Log: Integrate #16510 from macperl;
+             
+             Tell IO.xs that MacOS sometimes doesn't need extra help
+     Branch: perl
+         !> ext/IO/IO.xs
+____________________________________________________________________________
+[ 16521] By: ams                                   on 2002/05/09  12:42:12
+        Log: Subject: Re: Storable doc patches
+             From: "Philip Newton" <Philip.Newton@gmx.net>
+             Date: Thu, 9 May 2002 14:32:29 +0200
+             Message-Id: 
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 16520] By: rgs                                   on 2002/05/09  11:43:12
+        Log: cmp() compares chars, not bytes.
+     Branch: perl
+          ! pod/perllocale.pod
+____________________________________________________________________________
+[ 16519] By: rgs                                   on 2002/05/09  10:19:04
+        Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 16518] By: ams                                   on 2002/05/09  09:04:31
+        Log: Subject: Storable doc patches
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Thu, 09 May 2002 12:00:45 +0200
+             Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
+     Branch: perl
+          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 16517] By: ams                                   on 2002/05/09  08:53:50
+        Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Thu, 09 May 2002 11:16:06 +0200
+             Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
+     Branch: perl
+          ! ext/Storable/README
+____________________________________________________________________________
+[ 16516] By: nick                                  on 2002/05/09  08:13:39
+        Log: Integrate mainline
+     Branch: perlio
+         !> pod/perlxstut.pod
+____________________________________________________________________________
+[ 16515] By: nick                                  on 2002/05/09  07:29:53
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 27 files)
+____________________________________________________________________________
+[ 16514] By: ams                                   on 2002/05/09  06:50:24
+        Log: Subject: [Patch] perlxstut.pod
+             From: lupe@lupe-christoph.de (Lupe Christoph)
+             Date: Thu, 9 May 2002 09:42:02 +0200
+             Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
+             (Applied with tweaks.)
+     Branch: perl
+          ! pod/perlxstut.pod
+____________________________________________________________________________
+[ 16513] By: ams                                   on 2002/05/09  06:04:47
+        Log: Subject: [Patch] perlapio.pod
+             From: lupe@lupe-christoph.de (Lupe Christoph)
+             Date: Thu, 9 May 2002 09:01:50 +0200
+             Message-Id: <20020509070150.GI1087@lupe-christoph.de>
+             (Applied with tweaks.)
+     Branch: perl
+          ! pod/perlapio.pod
+____________________________________________________________________________
+[ 16512] By: pudge                                 on 2002/05/09  03:44:21
+        Log: Integrate from macperl
+     Branch: maint-5.6/macperl
+         !> macos/macperl/MPConsole.cp
+____________________________________________________________________________
+[ 16511] By: pudge                                 on 2002/05/09  03:34:14
+        Log: Make interrupt act as end of file, MacPerl Bug #542154
+     Branch: macperl
+          ! macos/macperl/MPConsole.cp
+____________________________________________________________________________
+[ 16510] By: pudge                                 on 2002/05/09  03:33:34
+        Log: Tell IO.xs that MacOS sometimes doesn't need extra help
+     Branch: macperl
+          ! ext/IO/IO.xs
+____________________________________________________________________________
+[ 16509] By: pudge                                 on 2002/05/09  03:32:47
+        Log: Make perlio (!sfio) work on MacOS
+     Branch: macperl
+          ! macos/config.h macos/config.sh macos/macish.c
+____________________________________________________________________________
+[ 16508] By: gsar                                  on 2002/05/09  00:24:00
+        Log: integrate maint-5.6/macperl contents
+     Branch: maint-5.6/perl
+         !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
+         !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
+         !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
+____________________________________________________________________________
+[ 16507] By: jhi                                   on 2002/05/08  23:48:12
+        Log: Rework #16506 some more.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs win32/win32.c
+____________________________________________________________________________
+[ 16506] By: jhi                                   on 2002/05/08  23:20:29
+        Log: Rework #16503 a bit to keep all the HiRes implementation
+             in one place, assuming we want to re-CPAN Time::HiRes at
+             some point.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs win32/win32.c
+____________________________________________________________________________
+[ 16505] By: jhi                                   on 2002/05/08  22:52:17
+        Log: metaconfig unit change for #16504.
+     Branch: metaconfig
+          ! U/modified/Cppsym.U
+____________________________________________________________________________
+[ 16504] By: jhi                                   on 2002/05/08  22:51:54
+        Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
+             From: Pixel <pixel@mandrakesoft.com>
+             Date: 08 May 2002 18:19:51 +0200
+             Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 16503] By: gsar                                  on 2002/05/08  22:49:33
+        Log: make the gettimeofday() implementation in Time::HiRes available
+             from perl
+     Branch: perl
+          ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
+          ! win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 16502] By: jhi                                   on 2002/05/08  22:41:42
+        Log: Subject: Test output update for OS X 10.1.4
+             From: Kay Röpke <kroepke@dolphin-services.de>
+             Date: Wed, 8 May 2002 22:23:36 +0200
+             Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
+     Branch: perl
+          ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 16501] By: jhi                                   on 2002/05/08  22:39:11
+        Log: Subject: [PATCH] Re: perl@16433
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 07 May 2002 18:40:44 -0700
+             Message-ID: <cII28gzkgaOS092yn@efn.org>
+             
+             Subject: Re: [PATCH] Re: perl@16433
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 08 May 2002 10:16:42 -0700
+             Message-ID: <61V28gzkg+jG092yn@efn.org>
+     Branch: perl
+          ! pp_sys.c sv.c t/op/tie.t
+____________________________________________________________________________
+[ 16500] By: jhi                                   on 2002/05/08  22:25:01
+        Log: Subject: [DOC PATCH] Minor threads::shared nits
+             From: Simon Glover <scog@amnh.org>
+             Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
+     Branch: perl
+          ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
+          ! ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 16499] By: jhi                                   on 2002/05/08  22:22:30
+        Log: Subject: [DOC PATCH] perlthrtut proofreading
+             From: Simon Glover <scog@amnh.org>
+             Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
+             Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
+     Branch: perl
+          ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 16498] By: jhi                                   on 2002/05/08  22:19:45
+        Log: Deprecate 5.005threads.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16497] By: jhi                                   on 2002/05/08  22:11:21
+        Log: Integrate perlio;
+             
+             PerlIO/XS interface routine and doc updates from
+             lupe@lupe-christoph.de (Lupe Christoph) in mail
+             Subject: [For Review] Patch for perlio.c and pods
+             Message-Id: <20020505084315.GA23900@lupe-christoph.de>
+             Date: Sun, 5 May 2002 10:43:15 +0200
+             (Minor tweaks to follow.)
+             
+             Portability and doc tweaks to PerlIO/XS stuff.
+             We are still "papering over the cracks" a bit,
+             but now it is good stiff card held on with epoxy.
+     Branch: perl
+         !> perlio.c pod/perlapio.pod pod/perlxstut.pod
+____________________________________________________________________________
+[ 16496] By: nick                                  on 2002/05/08  19:08:43
+        Log: Portability and doc tweaks to PerlIO/XS stuff.
+             We are still "papering over the cracks" a bit,
+             but now it is good stiff card held on with epoxy.
+     Branch: perlio
+          ! perlio.c pod/perlapio.pod pod/perlxstut.pod
+____________________________________________________________________________
+[ 16495] By: nick                                  on 2002/05/08  17:56:43
+        Log: PerlIO/XS interface routine and doc updates from
+             lupe@lupe-christoph.de (Lupe Christoph) in mail
+             Subject: [For Review] Patch for perlio.c and pods
+             Message-Id: <20020505084315.GA23900@lupe-christoph.de>
+             Date: Sun, 5 May 2002 10:43:15 +0200
+             (Minor tweaks to follow.)
+     Branch: perlio
+          ! perlio.c pod/perlapio.pod pod/perlxstut.pod
+____________________________________________________________________________
+[ 16494] By: nick                                  on 2002/05/08  17:40:34
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
+         !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
+         !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
+         !> t/run/fresh_perl.t
+____________________________________________________________________________
+[ 16493] By: jhi                                   on 2002/05/08  14:25:31
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16492] By: gsar                                  on 2002/05/08  14:00:54
+        Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
+             don't unlink /dev/null
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16491] By: jhi                                   on 2002/05/08  13:59:16
+        Log: Integrate perlio; 
+             
+             Avoid pointless re-encode of data in :encoding's read buffer
+             on a close
+     Branch: perl
+         !> ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16490] By: jhi                                   on 2002/05/08  13:55:05
+        Log: The base.pm changes need this, too?
+     Branch: perl
+          ! lib/diagnostics.t
+____________________________________________________________________________
+[ 16489] By: gsar                                  on 2002/05/08  13:33:41
+        Log: fix p4genpatch breakage (missing slash in patch headers)
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16488] By: jhi                                   on 2002/05/08  13:24:15
+        Log: Integrate #14679 from macperl;
+             
+             Skip layer symbols for sfio
+     Branch: perl
+         !> makedef.pl
+____________________________________________________________________________
+[ 16487] By: nick                                  on 2002/05/08  13:12:47
+        Log: Avoid pointless re-encode of data in :encoding's read buffer
+             on a close
+     Branch: perlio
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16486] By: jhi                                   on 2002/05/08  13:09:24
+        Log: Integrate #16481 from macperl;
+             
+             p4genpatch Mac OS fixes (paths, utime)
+     Branch: perl
+         !> Porting/p4genpatch
+____________________________________________________________________________
+[ 16485] By: jhi                                   on 2002/05/08  13:06:30
+        Log: Storable doc tweaks.
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 16484] By: jhi                                   on 2002/05/08  12:57:32
+        Log: Subject: Re: [PATCH] use base Notexists
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Wed, 08 May 2002 15:57:53 +0200
+             Message-ID: <m34rhi91y6.fsf@anima.de>
+     Branch: perl
+          ! lib/base.pm lib/fields.t
+____________________________________________________________________________
+[ 16483] By: jhi                                   on 2002/05/08  12:44:46
+        Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
+             From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
+             Date: Wed, 8 May 2002 10:47:51 +0400
+             Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
+     Branch: perl
+          ! t/run/fresh_perl.t
+____________________________________________________________________________
+[ 16482] By: jhi                                   on 2002/05/08  12:41:51
+        Log: Document how even "ASCII" locales can have problems
+             if \w includes some of the regex metacharacters.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 16481] By: pudge                                 on 2002/05/08  12:31:12
+        Log: p4genpatch Mac OS fixes (paths, utime)
+     Branch: macperl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16480] By: jhi                                   on 2002/05/08  12:30:53
+        Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
+             From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
+             Date: Wed, 8 May 2002 10:33:14 +0400
+             Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
+     Branch: perl
+          ! ext/File/Glob/bsd_glob.c
+____________________________________________________________________________
+[ 16479] By: pudge                                 on 2002/05/08  12:30:41
+        Log: Skip layer symbols for sfio
+     Branch: macperl
+          ! makedef.pl
+____________________________________________________________________________
+[ 16478] By: jhi                                   on 2002/05/08  12:25:04
+        Log: Bump up the Storable $VERSION to 2.0.
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 16477] By: nick                                  on 2002/05/08  06:21:18
+        Log: Integrate mainline  - win2k, MinGW all tests pass :-)
+     Branch: perlio
+         !> (integrate 36 files)
+____________________________________________________________________________
+[ 16476] By: pudge                                 on 2002/05/08  04:34:12
+        Log: Oops, add back
+     Branch: macperl
+          + macos/MacPerlTests.cmd
+____________________________________________________________________________
+[ 16475] By: pudge                                 on 2002/05/08  04:31:10
+        Log: Integrate with perl
+     Branch: macperl
+         +> Porting/p4genpatch ext/Digest/MD5/README
+         +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
+         +> ext/threads/shared/semaphore.pm
+         +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
+         +> t/comp/hints.t vos/compile_full_perl.cm
+         +> vos/configure_full_perl.sh vos/make_full_perl.sh
+         +> wince/compile.bat wince/win32io.c
+          - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
+          - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
+         !> (integrate 206 files)
+____________________________________________________________________________
+[ 16474] By: pudge                                 on 2002/05/08  04:00:04
+        Log: Update README (integrate from macperl)
+     Branch: maint-5.6/macperl
+         !> README.macos
+____________________________________________________________________________
+[ 16473] By: pudge                                 on 2002/05/08  03:52:28
+        Log: Various syncs from macperl/ -> maint-5.6/macperl/
+             File::Copy, File::Spec updates
+             Test script modifications
+             pp_require path bugfixes
+     Branch: maint-5.6/macperl
+          ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
+          ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
+____________________________________________________________________________
+[ 16472] By: pudge                                 on 2002/05/08  03:51:06
+        Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
+     Branch: macperl
+          ! macos/macperl/MacPerl.podhelp
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 16471] By: pudge                                 on 2002/05/08  03:50:25
+        Log: Reset Mac::err flag in app, MacPerl Bug #546065
+     Branch: macperl
+          ! macos/macperl/MPScript.c
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPScript.c
+____________________________________________________________________________
+[ 16470] By: pudge                                 on 2002/05/08  03:49:32
+        Log: Fix for some module install paths, MacPerl Bug #549611
+     Branch: macperl
+          ! macos/macperl/Droplets/installme.plx
+          ! macos/macperl/Droplets/untarzipme.plx
+     Branch: maint-5.6/macperl
+          ! macos/macperl/Droplets/installme.plx
+          ! macos/macperl/Droplets/untarzipme.plx
+____________________________________________________________________________
+[ 16469] By: pudge                                 on 2002/05/08  03:48:53
+        Log: Stupid Mac::OSA::Simple bugs
+     Branch: macperl
+          ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
+     Branch: maint-5.6/macperl
+          ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
+____________________________________________________________________________
+[ 16468] By: pudge                                 on 2002/05/08  03:48:15
+        Log: Various BuildTools fixes, MacPerl Bug #545341
+     Branch: macperl
+          ! macos/lib/Mac/BuildTools.pm
+     Branch: maint-5.6/macperl
+          ! macos/lib/Mac/BuildTools.pm
+____________________________________________________________________________
+[ 16467] By: pudge                                 on 2002/05/08  03:47:26
+        Log: MM_MacOS has been moved from macos/lib/ to lib/
+     Branch: macperl
+          - macos/lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 16466] By: pudge                                 on 2002/05/08  03:46:24
+        Log: Oops, add Digest::MD5 Makefile.mk back in
+     Branch: macperl
+          + macos/bundled_ext/Digest/MD5/Makefile.mk
+____________________________________________________________________________
+[ 16465] By: pudge                                 on 2002/05/08  03:45:47
+        Log: Allow focus of first item, MacPerl Bug #529102
+     Branch: macperl
+          ! macos/ext/Mac/Windows/Windows.pm
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Windows/Windows.pm
+____________________________________________________________________________
+[ 16464] By: pudge                                 on 2002/05/08  03:43:39
+        Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
+     Branch: macperl
+          ! macos/lib/Mac/Glue.pm
+     Branch: maint-5.6/macperl
+          ! macos/lib/Mac/Glue.pm
+____________________________________________________________________________
+[ 16463] By: gsar                                  on 2002/05/08  01:34:45
+        Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 16462] By: gsar                                  on 2002/05/08  00:46:34
+        Log: aTHX may be empty
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 16461] By: gsar                                  on 2002/05/08  00:32:47
+        Log: 5005threads builds again on windows
+     Branch: perl
+          ! win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 16460] By: gsar                                  on 2002/05/07  23:42:42
+        Log: fixes for various warnings identified by Visual C++
+     Branch: perl
+          ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
+          ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
+          ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/win32.c win32/win32iop.h
+____________________________________________________________________________
+[ 16459] By: gsar                                  on 2002/05/07  23:42:11
+        Log: keep paths consistently slashed on windows
+     Branch: perl
+          ! t/harness
+____________________________________________________________________________
+[ 16458] By: gsar                                  on 2002/05/07  22:33:20
+        Log: integrate makefile.mk changes into Makefile
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 16457] By: jhi                                   on 2002/05/07  22:26:38
+        Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 7 May 2002 23:26:01 +0100
+             Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
+          ! ext/Storable/README ext/Storable/Storable.pm
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16456] By: jhi                                   on 2002/05/07  22:24:59
+        Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 8 May 2002 00:11:02 +0100
+             Message-ID: <20020508001102.D4118@fdgroup.com>
+     Branch: perl
+          ! pp_hot.c scope.c
+____________________________________________________________________________
+[ 16455] By: jhi                                   on 2002/05/07  22:23:34
+        Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 7 May 2002 23:13:10 +0100
+             Message-ID: <20020507231310.B4118@fdgroup.com>
+     Branch: perl
+          ! pp_hot.c
+____________________________________________________________________________
+[ 16454] By: sky                                   on 2002/05/07  21:18:44
+        Log: Documentation of async
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 16453] By: sky                                   on 2002/05/07  21:16:28
+        Log: Documentation added.
+     Branch: perl
+          ! ext/threads/shared/semaphore.pm
+____________________________________________________________________________
+[ 16452] By: sky                                   on 2002/05/07  21:15:34
+        Log: Add support for async.
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 16451] By: sky                                   on 2002/05/07  21:01:47
+        Log: Add documentation.
+     Branch: perl
+          ! ext/threads/shared/queue.pm
+____________________________________________________________________________
+[ 16450] By: sky                                   on 2002/05/07  20:24:08
+        Log: Fix bad assumptions in test case.
+             a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
+             b) $var++ is not atomic
+             c) the creating of the string to print and the actuall printing 
+             could be preempted by another thread
+     Branch: perl
+          ! ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16449] By: jhi                                   on 2002/05/07  19:17:41
+        Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Tue, 07 May 2002 19:41:03 +0200
+             Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[ 16448] By: jhi                                   on 2002/05/07  19:16:00
+        Log: Upgrade to Encode 1.71.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 16447] By: nick                                  on 2002/05/07  18:39:47
+        Log: Integrate mainline
+     Branch: perlio
+         !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
+         !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
+         !> lib/User/pwent.t
+____________________________________________________________________________
+[ 16446] By: jhi                                   on 2002/05/07  14:34:01
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 16445] By: jhi                                   on 2002/05/07  14:14:28
+        Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
+             Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16444] By: jhi                                   on 2002/05/07  13:57:25
+        Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
+             From: Michael A Chase <mchase@ix.netcom.com>
+             Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
+             Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
+             
+             (plus add what POSIX says)
+     Branch: perl
+          ! lib/File/Spec/Unix.pm
+____________________________________________________________________________
+[ 16443] By: jhi                                   on 2002/05/07  13:50:35
+        Log: Subject: Re: lib/User/pwent.t on Cygwin
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Mon, 06 May 2002 10:14:21 -0400
+             Message-ID: <3CD68FBD.8020502@rowman.com>
+     Branch: perl
+          ! lib/User/pwent.t
+____________________________________________________________________________
+[ 16442] By: jhi                                   on 2002/05/07  12:50:26
+        Log: Subject: [PATCH] Storable (Re: perl@16433)
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Tue, 7 May 2002 11:37:03 +0300
+             Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
+             
+             Subject: Re: [PATCH] Storable (Re: perl@16433)
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Tue, 7 May 2002 12:49:24 +0300
+             Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
+             
+             Plug the Storable memory leaks.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 16441] By: jhi                                   on 2002/05/07  12:48:30
+        Log: Upgrade to CPAN 1.61.
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm
+____________________________________________________________________________
+[ 16440] By: nick                                  on 2002/05/07  07:07:58
+        Log: Integrate mainline
+     Branch: perlio
+         +> Porting/p4genpatch vos/compile_full_perl.cm
+         +> vos/configure_full_perl.sh vos/make_full_perl.sh
+         +> wince/compile.bat wince/win32io.c
+          - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
+         !> (integrate 74 files)
+____________________________________________________________________________
+[ 16439] By: jhi                                   on 2002/05/07  02:49:47
+        Log: Document the bad behaviour of for(1..5){$_++}
+             (it works but it should fail)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16438] By: jhi                                   on 2002/05/07  00:14:12
+        Log: README.ko update from Jungshik Shin.
+     Branch: perl
+          ! README.ko
+____________________________________________________________________________
+[ 16437] By: jhi                                   on 2002/05/06  22:38:26
+        Log: Subject: Re: perl@16433
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 7 May 2002 00:21:46 +0100
+             Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/Storable.pm ext/Storable/Storable.xs
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16436] By: jhi                                   on 2002/05/06  21:05:20
+        Log: Subject:  two and a half steps further for WinCE cross-build
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Mon, 6 May 2002 23:54:24 +0400
+             Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
+     Branch: perl
+          - wince/config.h
+          ! MANIFEST configpm wince/Makefile.ce wince/README.compile
+____________________________________________________________________________
+[ 16435] By: jhi                                   on 2002/05/06  15:30:29
+        Log: Detypo.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16434] By: jhi                                   on 2002/05/06  15:29:58
+        Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Mon, 6 May 2002 17:17:00 +0100
+             Message-ID: <20020506171700.A256@fdgroup.com>
+     Branch: perl
+          ! pod/perldelta.pod t/op/local.t
+____________________________________________________________________________
+[ 16433] By: jhi                                   on 2002/05/06  13:38:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16432] By: jhi                                   on 2002/05/06  13:29:22
+        Log: Add a test for #16431, and document Dave's campaign
+             against localised hash element bugs.
+     Branch: perl
+          ! pod/perldelta.pod t/op/tie.t
+____________________________________________________________________________
+[ 16431] By: jhi                                   on 2002/05/06  13:13:00
+        Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 4 May 2002 00:34:18 +0100
+             Message-ID: <20020504003418.F22026@fdgroup.com>
+     Branch: perl
+          ! pp_hot.c t/op/local.t
+____________________________________________________________________________
+[ 16430] By: jhi                                   on 2002/05/06  12:39:31
+        Log: Regen uconfig.h.
+     Branch: perl
+          ! uconfig.h
+____________________________________________________________________________
+[ 16429] By: jhi                                   on 2002/05/06  12:18:23
+        Log: Unfortunately AmigaOS has been broken since 11423
+             and is unlikely to get fixed in time for 5.8.0.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16428] By: jhi                                   on 2002/05/06  12:12:59
+        Log: Ultimate discouragement for the old tools, from Andreas.
+     Branch: perl
+          - Porting/p4d2p Porting/p4desc
+          ! MANIFEST Porting/repository.pod
+____________________________________________________________________________
+[ 16427] By: jhi                                   on 2002/05/06  12:01:36
+        Log: Upgrade to Digest::MD5 2.20.
+     Branch: perl
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
+____________________________________________________________________________
+[ 16426] By: ams                                   on 2002/05/06  09:48:42
+        Log: Subject: [Encode] 1.70 released
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Mon, 6 May 2002 19:36:15 +0900
+             Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
+____________________________________________________________________________
+[ 16425] By: ams                                   on 2002/05/06  09:40:42
+        Log: Subject: [PATCH] PerlIO::Via reference
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 05 May 2002 22:50:23 -0700
+             Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
+     Branch: perl
+          ! pod/perliol.pod
+____________________________________________________________________________
+[ 16424] By: ams                                   on 2002/05/06  09:37:58
+        Log: Subject: [PATCH] Term/Complete.pm: quote metachars
+             From: Brendan O'Dea <bod@debian.org>
+             Date: Mon, 6 May 2002 14:04:48 +1000
+             Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
+     Branch: perl
+          ! lib/Term/Complete.pm
+____________________________________________________________________________
+[ 16423] By: gsar                                  on 2002/05/06  05:25:59
+        Log: p4genpatch: avoid stderr noise during adds
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16422] By: jhi                                   on 2002/05/06  02:16:31
+        Log: Subject: [PATCH] Fixup VOS builds of miniperl
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sun, 5 May 02 23:11 edt
+             Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
+     Branch: perl
+          ! vos/build.cm vos/compile_perl.cm vos/perl.bind
+____________________________________________________________________________
+[ 16421] By: jhi                                   on 2002/05/06  01:09:24
+        Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
+             From: Radu Greab <radu@netsoft.ro>
+             Date: Mon, 6 May 2002 04:23:10 +0300
+             Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
+     Branch: perl
+          ! pp_sys.c t/op/exec.t
+____________________________________________________________________________
+[ 16420] By: jhi                                   on 2002/05/05  22:35:58
+        Log: Further comment tweak, to agree with perlxs.pod.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 16419] By: jhi                                   on 2002/05/05  22:15:48
+        Log: Subject: [PATCH] Update README.vos and release vos build macros
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sun, 5 May 02 17:15 edt
+             Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
+             To: perl5-porters@perl.org
+     Branch: perl
+          + vos/compile_full_perl.cm vos/configure_full_perl.sh
+          + vos/make_full_perl.sh
+          ! MANIFEST README.vos vos/Changes
+____________________________________________________________________________
+[ 16418] By: jhi                                   on 2002/05/05  22:09:27
+        Log: Retract MM_NW5.pm part of #16371, at the request
+             of Michael Schwern.
+     Branch: perl
+          ! lib/ExtUtils/MM_NW5.pm
+____________________________________________________________________________
+[ 16417] By: jhi                                   on 2002/05/05  17:57:04
+        Log: Comment tweaks.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 16416] By: gsar                                  on 2002/05/05  17:00:33
+        Log: a few more p4genpatch fixes:
+             
+             don't assume previous revision exists, let p4 compute it from
+             the one-less-change number instead
+             
+             the time part in timestamps were always 00:00:00; fix by
+             fetching metadata via "p4 fsync" rather than "p4 filelog"
+             
+             quote all file names used in external commands to make them
+             them work when there are spaces in those file names
+             
+             looks production worthy now :)
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16415] By: jhi                                   on 2002/05/05  15:51:01
+        Log: The #16401 was far from enough, and mostly in a wrong direction.
+             The right thing to do would be to convert Storable into using
+             the new MY_CXT scheme (no static data, and memory management
+             using SVs).
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 16414] By: gsar                                  on 2002/05/05  08:41:22
+        Log: p4genpatch diffs against depot files from //depot/perl when called
+             with -b //depot/maint-5.6/perl
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16413] By: gsar                                  on 2002/05/05  07:50:53
+        Log: p4genpatch: current directory may not be writable, so don't
+             create temp files there
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16412] By: gsar                                  on 2002/05/05  07:34:33
+        Log: p4genpatch now works on windows
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16411] By: gsar                                  on 2002/05/05  07:16:37
+        Log: p4genpatch: tweak from Andreas to strip leading portion of
+             path specified in -b (so patch can be applied with "patch -p1")
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16410] By: jhi                                   on 2002/05/05  03:04:56
+        Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
+             From: PPrymmer@factset.com
+             Date: Fri, 3 May 2002 14:52:12 -0400
+             Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
+     Branch: perl
+          ! t/op/pwent.t
+____________________________________________________________________________
+[ 16409] By: jhi                                   on 2002/05/05  01:53:24
+        Log: Upgrade to Net::Ping 2.17.
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+____________________________________________________________________________
+[ 16408] By: jhi                                   on 2002/05/05  01:38:39
+        Log: Upgrade to Getopt::Long 2.31.
+     Branch: perl
+          ! lib/Getopt/Long.pm
+____________________________________________________________________________
+[ 16407] By: jhi                                   on 2002/05/05  01:05:17
+        Log: Subject: Re: Cross-compiling as of WinCE
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Sat, 4 May 2002 03:49:11 +0400
+             Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
+     Branch: perl
+          + wince/compile.bat wince/win32io.c
+          - wince/perldll.def
+          ! MANIFEST configpm makedef.pl wince/Makefile.ce
+          ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
+          ! wince/config_h.PL wince/wince.c
+____________________________________________________________________________
+[ 16406] By: jhi                                   on 2002/05/05  00:23:16
+        Log: The loclibpth is always set by Configure.
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 16405] By: jhi                                   on 2002/05/05  00:13:04
+        Log: Subject: Re: [Unicode::Collate] UCA Version number    
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 05 May 2002 10:07:57 +0900
+             Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
+     Branch: perl
+          ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
+          ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
+____________________________________________________________________________
+[ 16404] By: rgs                                   on 2002/05/04  19:35:13
+        Log: Subject: [PATCH sv.c] delete inaccurate comment
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 3 May 2002 21:17:00 +0100
+             Message-ID: <20020503211700.C22026@fdgroup.com>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 16403] By: jhi                                   on 2002/05/04  19:02:56
+        Log: Solaris: show what 'that' is.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 16402] By: rgs                                   on 2002/05/04  18:25:25
+        Log: Syntax fix.
+     Branch: perl
+          ! t/op/arith.t
+____________________________________________________________________________
+[ 16401] By: jhi                                   on 2002/05/04  18:25:01
+        Log: (retracted by #16415) Storable: try to free what we allocated.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 16400] By: jhi                                   on 2002/05/04  17:15:10
+        Log: UNICOS: division is really sloppy.
+     Branch: perl
+          ! t/op/arith.t
+____________________________________________________________________________
+[ 16399] By: jhi                                   on 2002/05/04  17:00:58
+        Log: Subject: fix t/io/fs.t for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 4 May 02 14:01 edt
+             Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 16398] By: jhi                                   on 2002/05/04  16:57:05
+        Log: Subject: [Unicode::Collate] UCA Version number
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 04 May 2002 16:07:07 +0900
+             Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
+     Branch: perl
+          ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
+____________________________________________________________________________
+[ 16397] By: jhi                                   on 2002/05/04  16:54:40
+        Log: Subject: [PATCH lib/overload.pm] "\"\""
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 4 May 2002 13:17:44 -0400
+             Message-ID: <20020504171743.GD640@blackrider>
+     Branch: perl
+          ! lib/overload.pm
+____________________________________________________________________________
+[ 16396] By: jhi                                   on 2002/05/04  16:32:45
+        Log: Add the EBCDIC test data to downgrade.t.
+     Branch: perl
+          ! ext/Storable/t/downgrade.t
+____________________________________________________________________________
+[ 16395] By: jhi                                   on 2002/05/04  16:25:37
+        Log: EBCDIC tweak.
+     Branch: perl
+          ! ext/Storable/t/utf8hash.t
+____________________________________________________________________________
+[ 16394] By: jhi                                   on 2002/05/04  16:09:15
+        Log: Allow p4genpatch to use diff programs other than 'diff'.
+     Branch: perl
+          ! Porting/p4genpatch
+____________________________________________________________________________
+[ 16393] By: jhi                                   on 2002/05/04  16:03:56
+        Log: Add p4genpatch from Andreas; obsoletes both
+             p4d2p and p4desc.
+     Branch: perl
+          + Porting/p4genpatch
+          ! MANIFEST Porting/makerel
+____________________________________________________________________________
+[ 16392] By: jhi                                   on 2002/05/04  15:58:53
+        Log: Upgrade to Encode 1.69.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode/Makefile_PL.e2x
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/lib/Encode/MIME/Header.pm
+          ! ext/Encode/t/mime-header.t
+____________________________________________________________________________
+[ 16391] By: jhi                                   on 2002/05/04  15:51:52
+        Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 4 May 2002 16:09:26 +0100
+             Message-ID: <20020504160926.A24990@fdgroup.com>
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 16390] By: jhi                                   on 2002/05/04  15:47:49
+        Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 4 May 2002 12:38:58 +0100
+             Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 16389] By: jhi                                   on 2002/05/04  15:40:26
+        Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 4 May 2002 00:30:43 +0100
+             Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 16388] By: jhi                                   on 2002/05/04  15:28:56
+        Log: Doc tweak from Elizabeth Mattijsen.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 16387] By: rgs                                   on 2002/05/04  13:29:33
+        Log: Subject: [PATCH] channames.pm doc tweaks
+             From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
+             Date: Sat, 04 May 2002 11:45:18 +0900
+             Message-ID: <86it64d41t.wl@mail.edge.co.jp>
+     Branch: perl
+          ! lib/charnames.pm
+____________________________________________________________________________
+[ 16386] By: rgs                                   on 2002/05/04  13:22:41
+        Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 3 May 2002 23:51:10 +0100
+             Message-ID: <20020503235110.E22026@fdgroup.com>
+     Branch: perl
+          ! pp_hot.c scope.c
+____________________________________________________________________________
+[ 16385] By: nick                                  on 2002/05/04  09:29:41
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 47 files)
+____________________________________________________________________________
+[ 16384] By: jhi                                   on 2002/05/03  21:00:27
+        Log: Subject: Re: perl@16307
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 3 May 2002 21:49:04 +0100
+             Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
+             
+             canonical #3 was failing under -Mutf8.
+     Branch: perl
+          ! ext/Storable/t/canonical.t
+____________________________________________________________________________
+[ 16383] By: rgs                                   on 2002/05/03  20:45:58
+        Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 3 May 2002 21:12:10 +0100
+             Message-ID: <20020503211210.B22026@fdgroup.com>
+     Branch: perl
+          ! scope.c
+____________________________________________________________________________
+[ 16382] By: rgs                                   on 2002/05/03  20:14:07
+        Log: Subject: [PATCH] perl -i clobbers files on Cygwin
+             From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+             Date: Fri, 3 May 2002 20:30:25 +0200
+             Message-ID: <190109228332.20020503203025@familiehaase.de>
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[ 16381] By: rgs                                   on 2002/05/03  20:07:44
+        Log: Subject: t/TestInit.pm - clean up comments
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 3 May 02 14:51 edt
+             Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
+     Branch: perl
+          ! t/TestInit.pm
+____________________________________________________________________________
+[ 16380] By: jhi                                   on 2002/05/03  15:47:38
+        Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sat, 4 May 2002 01:46:35 +0900
+             Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/Encode/Makefile_PL.e2x
+____________________________________________________________________________
+[ 16379] By: jhi                                   on 2002/05/03  15:43:47
+        Log: Forgotten test arrangement.
+     Branch: perl
+          ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16378] By: jhi                                   on 2002/05/03  14:54:19
+        Log: Comedy of typing errors.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 16377] By: jhi                                   on 2002/05/03  14:45:26
+        Log: Let's try the "no Net:: if no Socket" again.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 16376] By: jhi                                   on 2002/05/03  14:11:42
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16375] By: jhi                                   on 2002/05/03  14:09:38
+        Log: Oops.
+     Branch: perl
+          ! lib/ExtUtils/MM_BeOS.pm
+____________________________________________________________________________
+[ 16374] By: jhi                                   on 2002/05/03  13:58:08
+        Log: EBCDIC tweak.
+     Branch: perl
+          ! ext/Digest/MD5/t/utf8.t
+____________________________________________________________________________
+[ 16373] By: jhi                                   on 2002/05/03  13:51:11
+        Log: Update the EBCDIC MD5 checksums, and automate the process.
+     Branch: perl
+          ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16372] By: jhi                                   on 2002/05/03  13:01:23
+        Log: The EBCDIC remapping of the low 256 bites again.
+     Branch: perl
+          ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
+          ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
+____________________________________________________________________________
+[ 16371] By: jhi                                   on 2002/05/03  12:49:58
+        Log: NetWare updates from C Aditya.
+     Branch: perl
+          ! lib/ExtUtils/MM_NW5.pm makedef.pl
+____________________________________________________________________________
+[ 16370] By: jhi                                   on 2002/05/03  12:36:54
+        Log: DJGPP updates from Laszlo Molnar.
+     Branch: perl
+          ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
+____________________________________________________________________________
+[ 16369] By: jhi                                   on 2002/05/03  12:34:01
+        Log: Upgrade to Encode 1.68.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 16368] By: jhi                                   on 2002/05/03  12:31:52
+        Log: Integrate perlio;
+             
+             Several of non-default builds now seem to work reasonably well
+             English.t seems to fail on an errno test, and socketpair blathers
+             about something.
+             Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
+             back door, and instead have perlsdio.h vector stdio via iperlsys.h
+             function tables (latter was done in earlier change).
+             Update comments in Makefile.mk 
+             
+             Finish off 16350 for non-PERLIO build on linux,
+             non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
+             for some slots which now perlsdio.h is targeting.
+             
+             setbuf / setvbuf are not PerlIO_ concepts
+             
+             perl_clone is a threads thing
+             
+             Have perlsdio.h use the iperlsys.h aliases and see
+             if that helps non-PERLIO IMP_SYS on Win32.
+             (Miniperl okay on linux).
+             
+             More layer syms
+             
+             Use PerlSIO_fdupopen() if not using PerlIO
+             
+             Do not build if not using layers
+     Branch: perl
+         !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
+         !> win32/makefile.mk win32/perlhost.h win32/win32.c
+         !> win32/win32io.c
+____________________________________________________________________________
+[ 16367] By: nick                                  on 2002/05/03  07:25:13
+        Log: Several of non-default builds now seem to work reasonably well
+             English.t seems to fail on an errno test, and socketpair blathers
+             about something.
+             Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
+             back door, and instead have perlsdio.h vector stdio via iperlsys.h
+             function tables (latter was done in earlier change).
+             Update comments in Makefile.mk 
+     Branch: perlio
+          ! perlio.h win32/makefile.mk win32/win32.c
+____________________________________________________________________________
+[ 16366] By: nick                                  on 2002/05/03  07:07:36
+        Log: Finish off 16350 for non-PERLIO build on linux,
+             non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
+             for some slots which now perlsdio.h is targeting.
+     Branch: perlio
+          ! iperlsys.h
+____________________________________________________________________________
+[ 16365] By: jhi                                   on 2002/05/03  03:52:08
+        Log: If no Socket should not try to test Net::
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 16364] By: jhi                                   on 2002/05/03  02:22:56
+        Log: Integrate macperl #16360 and #16363;
+             
+             Make op/alarm.t pass
+             
+             README.macos update
+     Branch: perl
+         !> README.macos t/op/alarm.t
+____________________________________________________________________________
+[ 16363] By: pudge                                 on 2002/05/03  01:57:04
+        Log: README.macos update
+     Branch: macperl
+          ! README.macos
+____________________________________________________________________________
+[ 16362] By: pudge                                 on 2002/05/03  01:56:52
+        Log: Config / test updates
+     Branch: macperl
+          ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
+          ! macos/Makefile.mk
+____________________________________________________________________________
+[ 16361] By: pudge                                 on 2002/05/03  01:56:24
+        Log: Safe signals for Mac OS
+     Branch: macperl
+          ! macos/macish.c macos/macish.h
+____________________________________________________________________________
+[ 16360] By: pudge                                 on 2002/05/03  01:55:27
+        Log: Make op/alarm.t pass
+     Branch: macperl
+          ! t/op/alarm.t
+____________________________________________________________________________
+[ 16359] By: gsar                                  on 2002/05/02  22:52:09
+        Log: a tweak to change#13584: need to avoid pad-walking during
+             global destruction
+     Branch: maint-5.6/perl
+          ! op.c
+____________________________________________________________________________
+[ 16358] By: jhi                                   on 2002/05/02  22:35:31
+        Log: Forgot the most important part of #16357.
+     Branch: perl
+          ! lib/Unicode/Collate.pm
+____________________________________________________________________________
+[ 16357] By: jhi                                   on 2002/05/02  22:33:28
+        Log: Subject: Unicode::Collate 0.11 Released
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Fri, 03 May 2002 03:19:29 +0900
+             Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
+     Branch: perl
+          ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
+          ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
+____________________________________________________________________________
+[ 16356] By: jhi                                   on 2002/05/02  22:30:10
+        Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! Makefile.SH ext/util/make_ext
+____________________________________________________________________________
+[ 16355] By: jhi                                   on 2002/05/02  22:26:38
+        Log: Integrate #16353 from macperl;
+             
+             "fix" for utf8_heavy.pl, lexical UTF8 var crashed
+             in test 92 of run/fresh_perl.t on MacOS
+             
+             (as pudge rightfully points out, this is voodoo
+             programming at it best, the real bug is somewhere else,
+             now we just happened to shake the chicken the right way)
+     Branch: perl
+         !> lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 16354] By: jhi                                   on 2002/05/02  22:22:42
+        Log: Subject: Re: Encode, charnames and utf8heavy
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Thu, 2 May 2002 00:44:30 +0900
+             Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
+             
+             (plus a respective perlunicode tweak)
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perlunicode.pod
+____________________________________________________________________________
+[ 16353] By: pudge                                 on 2002/05/02  19:55:39
+        Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
+             in test 92 of run/fresh_perl.t on MacOS
+     Branch: macperl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 16352] By: nick                                  on 2002/05/02  17:48:31
+        Log: setbuf / setvbuf are not PerlIO_ concepts
+     Branch: perlio
+          ! XSUB.h
+____________________________________________________________________________
+[ 16351] By: nick                                  on 2002/05/02  17:12:21
+        Log: perl_clone is a threads thing
+     Branch: perlio
+          ! makedef.pl
+____________________________________________________________________________
+[ 16350] By: nick                                  on 2002/05/02  17:09:43
+        Log: *** EXPERIMENTAL ***
+             Have perlsdio.h use the iperlsys.h aliases and see
+             if that helps non-PERLIO IMP_SYS on Win32.
+             (Miniperl okay on linux).
+     Branch: perlio
+          ! iperlsys.h perlsdio.h
+____________________________________________________________________________
+[ 16349] By: nick                                  on 2002/05/02  16:10:15
+        Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
+             - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
+             - use it in perlio.c
+     Branch: perlio
+          ! perlio.c win32/perlhost.h win32/win32.c
+____________________________________________________________________________
+[ 16348] By: gsar                                  on 2002/05/02  15:44:48
+        Log: manual integrate of change#16332 from maint-5.6 branch
+     Branch: perl
+          ! mg.c perl.c sv.c util.c
+____________________________________________________________________________
+[ 16347] By: nick                                  on 2002/05/02  15:19:59
+        Log: More layer syms
+     Branch: perlio
+          ! makedef.pl
+____________________________________________________________________________
+[ 16346] By: nick                                  on 2002/05/02  15:19:20
+        Log: Use PerlSIO_fdupopen() if not using PerlIO
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 16345] By: nick                                  on 2002/05/02  15:18:12
+        Log: Do not build if not using layers
+     Branch: perlio
+          ! win32/win32io.c
+____________________________________________________________________________
+[ 16344] By: jhi                                   on 2002/05/02  14:02:51
+        Log: Upgrade to Encode 1.67.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/lib/Encode/Guess.pm
+____________________________________________________________________________
+[ 16343] By: jhi                                   on 2002/05/02  13:14:39
+        Log: Integrate perlio;
+             
+             Remove show-stoppers to non-PERLIO Win32 builds
+             (still not a very good show).
+     Branch: perl
+         !> makedef.pl win32/makefile.mk
+____________________________________________________________________________
+[ 16342] By: jhi                                   on 2002/05/02  13:06:18
+        Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Thu, 02 May 2002 04:22:02 +0100
+             Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
+     Branch: perl
+          ! malloc.c
+____________________________________________________________________________
+[ 16341] By: nick                                  on 2002/05/02  12:57:23
+        Log: Remove show-stoppers to non-PERLIO Win32 builds
+             (still not a very good show).
+     Branch: perlio
+          ! makedef.pl win32/makefile.mk
+____________________________________________________________________________
+[ 16340] By: jhi                                   on 2002/05/02  12:44:23
+        Log: Subject: [PATCH] 1/3rd of utf8
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 1 May 2002 22:58:42 +0100
+             Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16339] By: jhi                                   on 2002/05/02  12:41:18
+        Log: Integrate #16334 from maint-5.6;
+             
+             don't pad $0 with spaces when setting it, use nulls instead (the
+             spaces show up as a very long line in a ps listing)
+     Branch: perl
+         !> mg.c
+____________________________________________________________________________
+[ 16338] By: jhi                                   on 2002/05/02  12:37:22
+        Log: Integrate perlio;
+             
+             Fix the "PerlIO require leak". Snag was that clean_objs
+             autoloaded DESTROY (needing IO) after known layers had
+             been freed. Postpone layer list free to PerlIO_cleanup,
+             rather than PerlIO_destruct. Tweak sequence in perl_destruct
+             so that sv_undef is immortal till layer list is done with it.
+     Branch: perl
+         !> perl.c perlio.c
+____________________________________________________________________________
+[ 16337] By: ams                                   on 2002/05/02  08:21:42
+        Log: Subject: Re: [PATCH] Storable docs
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Thu, 02 May 2002 07:58:38 +0200
+             Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
+             (Applied mostly with tweaks by hand.)
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 16336] By: nick                                  on 2002/05/02  07:59:16
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
+         +> ext/Digest/MD5/t/utf8.t
+          - ext/Digest/MD5/t/aaa.t
+         !> Configure MANIFEST Makefile.SH config_h.SH
+         !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+         !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
+         !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
+         !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
+         !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
+         !> lib/Thread.pm util.c
+____________________________________________________________________________
+[ 16335] By: nick                                  on 2002/05/02  07:54:51
+        Log: Fix the "PerlIO require leak". Snag was that clean_objs
+             autoloaded DESTROY (needing IO) after known layers had
+             been freed. Postpone layer list free to PerlIO_cleanup,
+             rather than PerlIO_destruct. Tweak sequence in perl_destruct
+             so that sv_undef is immortal till layer list is done with it.
+     Branch: perlio
+          ! perl.c perlio.c
+____________________________________________________________________________
+[ 16334] By: gsar                                  on 2002/05/02  07:10:52
+        Log: don't pad $0 with spaces when setting it, use nulls instead (the
+             spaces show up as a very long line in a ps listing)
+     Branch: maint-5.6/perl
+          ! mg.c
+____________________________________________________________________________
+[ 16333] By: gsar                                  on 2002/05/02  07:08:42
+        Log: fix yet more race conditions related to fdopen() and dup2():
+             
+             fclose() is not thread-safe when two FILE* structures point
+             to the same underlying fd, as it happens in perl's socket
+             handles; need to invalidate the fileno slot of one of the
+             FILE* structures, but unfortunately stdio has no interface
+             to do this; we can do little else but fiddle with the
+             FILE* structure directly (yuck! hope this could be done better
+             under native PerlIO in 5.8)
+     Branch: maint-5.6/perl
+          ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
+____________________________________________________________________________
+[ 16332] By: gsar                                  on 2002/05/02  06:49:17
+        Log: isolate all environ diddling to the initial interpreter; any
+             additional interpreters created after the first one cannot
+             propagate %ENV changes down to the real environment; this
+             should fix %ENV related races (e.g. multiple threads attempting
+             to free() environ entries when they run C<%ENV = ()>)
+     Branch: maint-5.6/perl
+          ! mg.c perl.c sv.c util.c
+____________________________________________________________________________
+[ 16331] By: gsar                                  on 2002/05/02  06:39:27
+        Log: fix race condition in my_popen(): parent may dup2() into an fd
+             that got opened by another thread because it closes it
+             beforehand; instead, let the dup2() itself close the fd
+     Branch: maint-5.6/perl
+          ! util.c
+____________________________________________________________________________
+[ 16330] By: gsar                                  on 2002/05/02  06:34:26
+        Log: pipe() IO structures were not fully initialized
+     Branch: maint-5.6/perl
+          ! doio.c pp_sys.c
+____________________________________________________________________________
+[ 16329] By: gsar                                  on 2002/05/02  06:32:46
+        Log: fix handle leak in my_popen() if the fork() fails
+     Branch: maint-5.6/perl
+          ! util.c
+____________________________________________________________________________
+[ 16328] By: nick                                  on 2002/05/02  06:08:22
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/shared/semaphore.pm
+         +> ext/threads/shared/t/semaphore.t
+         !> MANIFEST ext/threads/shared/Makefile.PL
+         !> ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16327] By: jhi                                   on 2002/05/02  03:47:07
+        Log: Cleanup threads dirs.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 16326] By: jhi                                   on 2002/05/02  03:41:39
+        Log: Add the new Digest::MD5 test.
+     Branch: perl
+          + ext/Digest/MD5/t/utf8.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 16325] By: jhi                                   on 2002/05/02  03:33:14
+        Log: New try at the Class::DBI core dump at global cleanup.
+     Branch: perl
+          ! gv.h util.c
+____________________________________________________________________________
+[ 16324] By: jhi                                   on 2002/05/02  02:47:38
+        Log: Upgrade to Digest::MD5 2.19.
+     Branch: perl
+          ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16323] By: jhi                                   on 2002/05/02  02:47:22
+        Log: Ooops.  Not everybody does threads.
+     Branch: perl
+          ! ext/threads/shared/t/semaphore.t
+____________________________________________________________________________
+[ 16322] By: jhi                                   on 2002/05/01  23:40:47
+        Log: Fix files.t for blead.
+     Branch: perl
+          + ext/Digest/MD5/README
+          ! MANIFEST ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16321] By: jhi                                   on 2002/05/01  23:11:54
+        Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
+             work yet with blead, my bad.
+     Branch: perl
+          + ext/Digest/MD5/t/md5-aaa.t
+          - ext/Digest/MD5/t/aaa.t
+          ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
+          ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
+          ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16320] By: jhi                                   on 2002/05/01  21:40:04
+        Log: metaconfig unit change for #16319.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
+[ 16319] By: jhi                                   on 2002/05/01  21:39:51
+        Log: Somebody might be compiling a newer Digest::MD5.
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 16318] By: jhi                                   on 2002/05/01  21:17:55
+        Log: Until Arthur fills in semaphore.t.
+     Branch: perl
+          ! ext/threads/shared/Makefile.PL
+          ! ext/threads/shared/t/semaphore.t
+____________________________________________________________________________
+[ 16317] By: sky                                   on 2002/05/01  19:36:33
+        Log: Fix emulation case when loading both Thread and threads::shared
+             would get awkward.
+     Branch: perl
+          ! lib/Thread.pm
+____________________________________________________________________________
+[ 16316] By: ams                                   on 2002/05/01  19:35:25
+        Log: Subject: [PATCH] Storable docs
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 1 May 2002 20:44:42 +0100
+             Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 16315] By: sky                                   on 2002/05/01  19:15:46
+        Log: Now passes old test case.
+     Branch: perl
+          ! ext/threads/shared/semaphore.pm
+____________________________________________________________________________
+[ 16314] By: sky                                   on 2002/05/01  19:15:26
+        Log: Cleanup memory a bit better in some cases.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 16313] By: nick                                  on 2002/05/01  18:38:03
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes ext/Encode/Changes ext/Encode/Encode.pm
+         !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
+         !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
+         !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
+         !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
+         !> pod/perl.pod pod/perlthrtut.pod toke.c
+         !> vms/descrip_mms.template vms/perlvms.pod
+____________________________________________________________________________
+[ 16312] By: sky                                   on 2002/05/01  18:12:37
+        Log: Don't forget to add it to the MANIFEST
+     Branch: perl
+          + ext/threads/shared/t/semaphore.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 16311] By: sky                                   on 2002/05/01  17:54:19
+        Log: Add semaphore.pm
+     Branch: perl
+          + ext/threads/shared/semaphore.pm
+____________________________________________________________________________
+[ 16310] By: sky                                   on 2002/05/01  17:13:57
+        Log: Fix makefile to put queue.pm correctly, update test script.
+     Branch: perl
+          ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16309] By: jhi                                   on 2002/05/01  15:29:44
+        Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Thu, 2 May 2002 00:14:41 +0900
+             Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/PerlIO/t/fallback.t
+____________________________________________________________________________
+[ 16308] By: jhi                                   on 2002/05/01  15:27:52
+        Log: Encode tweak from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16307] By: sky                                   on 2002/05/01  13:40:58
+        Log: Flush directly to avoid erros when running from test harness
+     Branch: perl
+          ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16306] By: jhi                                   on 2002/05/01  13:37:34
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16305] By: jhi                                   on 2002/05/01  13:16:12
+        Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
+             From: PPrymmer@factset.com
+             Date: Wed, 1 May 2002 10:12:53 -0400
+             Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
+     Branch: perl
+          ! lib/User/pwent.t
+____________________________________________________________________________
+[ 16304] By: jhi                                   on 2002/05/01  13:14:44
+        Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
+             From: PPrymmer@factset.com
+             Date: Wed, 1 May 2002 09:54:51 -0400
+             Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 16303] By: sky                                   on 2002/05/01  13:00:57
+        Log: First attempt at updating perlthrtut for ithreaded threads.pm
+     Branch: perl
+          ! pod/perlthrtut.pod
+____________________________________________________________________________
+[ 16302] By: jhi                                   on 2002/05/01  12:54:24
+        Log: Provide the \N{U+HHHH} syntax before we forget.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t toke.c
+____________________________________________________________________________
+[ 16301] By: jhi                                   on 2002/05/01  12:03:03
+        Log: Subject: Copy-and-Pasto in perl.pod     
+             From: lupe@lupe-christoph.de (Lupe Christoph)    
+             Date: Wed, 1 May 2002 13:31:47 +0200
+             Message-ID: <20020501113147.GA31125@lupe-christoph.de>
+     Branch: perl
+          ! pod/perl.pod
+____________________________________________________________________________
+[ 16300] By: jhi                                   on 2002/05/01  12:01:11
+        Log: Upgrade to Encode 1.66.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
+____________________________________________________________________________
+[ 16299] By: jhi                                   on 2002/05/01  11:53:21
+        Log: Integrate perlio; symbol cleanups.
+     Branch: perl
+         !> global.sym makedef.pl
+____________________________________________________________________________
+[ 16298] By: ams                                   on 2002/05/01  09:42:27
+        Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 01 May 2002 12:41:10 +0200
+             Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
+     Branch: perl
+          ! vms/perlvms.pod
+____________________________________________________________________________
+[ 16297] By: nick                                  on 2002/05/01  06:50:24
+        Log: Remove "spurious" (and unnecessary) variables from layer_syms
+             Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
+     Branch: perlio
+          ! makedef.pl
+____________________________________________________________________________
+[ 16296] By: nick                                  on 2002/05/01  06:21:28
+        Log: perl embed.pl to update global.sym
+     Branch: perlio
+          ! global.sym
+____________________________________________________________________________
+[ 16295] By: nick                                  on 2002/05/01  06:16:18
+        Log: Raw integrate of mainline (global.sym wrong on Win32)
+     Branch: perlio
+         +> t/comp/hints.t
+         !> (integrate 45 files)
+____________________________________________________________________________
+[ 16294] By: jhi                                   on 2002/05/01  02:39:54
+        Log: metaconfig unit change for #16293.
+     Branch: metaconfig/U/perl
+          ! bincompat5005.U
+____________________________________________________________________________
+[ 16293] By: jhi                                   on 2002/05/01  02:39:32
+        Log: Try #2 of getting rid of bincompat5005.
+     Branch: perl
+          ! Configure NetWare/config_H.wc Porting/Glossary
+          ! Porting/config.sh Porting/config_H config_h.SH embed.h
+          ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
+          ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
+          ! wince/config.h wince/config_H.ce
+____________________________________________________________________________
+[ 16292] By: jhi                                   on 2002/05/01  02:04:49
+        Log: metaconfig unit changes for #16291.
+     Branch: metaconfig
+          ! U/installdirs/inc_version_list.U
+     Branch: metaconfig/U/perl
+          ! bincompat5005.U xs_apiversion.U
+____________________________________________________________________________
+[ 16291] By: jhi                                   on 2002/05/01  02:04:22
+        Log: No bincompat5005.
+     Branch: perl
+          ! Configure INSTALL NetWare/config.wc Porting/Glossary
+          ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
+          ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
+          ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
+          ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.vc64 wince/config.ce
+____________________________________________________________________________
+[ 16290] By: jhi                                   on 2002/05/01  01:17:53
+        Log: Remove sv_setpviv{_,mg}; regen perlapi.
+     Branch: perl
+          ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
+____________________________________________________________________________
+[ 16289] By: jhi                                   on 2002/05/01  01:10:52
+        Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Tue, 30 Apr 2002 23:55:43 +0100
+             Message-ID: <20020430235543.A27796@fdgroup.com>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 16288] By: jhi                                   on 2002/05/01  01:06:31
+        Log: Update to Getopt::Long 2.30.
+     Branch: perl
+          ! lib/Getopt/Long.pm
+____________________________________________________________________________
+[ 16287] By: jhi                                   on 2002/04/30  19:51:08
+        Log: Integrate perlio;
+             
+             Attempt at sanity in PerlIO/makedef.pl world:
+             1. Add comments to what each clump of symbols is for
+             2. Explicitly export layer syms like I thought they were
+             3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
+             section.
+             4. Re-sort perlio.sym
+     Branch: perl
+         !> makedef.pl perlio.sym
+____________________________________________________________________________
+[ 16286] By: rgs                                   on 2002/04/30  19:03:34
+        Log: Fix bug id 20020427.004 on %^H.
+             Add a regression test for %^H.
+             Change the sort pragma implementation to use a
+             global variable instead of %^H.
+     Branch: perl
+          + t/comp/hints.t
+          ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
+____________________________________________________________________________
+[ 16285] By: nick                                  on 2002/04/30  19:00:03
+        Log: Attempt at sanity in PerlIO/makedef.pl world:
+             1. Add comments to what each clump of symbols is for
+             2. Explicitly export layer syms like I thought they were
+             3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
+             section.
+             4. Re-sort perlio.sym
+     Branch: perlio
+          ! makedef.pl perlio.sym
+____________________________________________________________________________
+[ 16284] By: nick                                  on 2002/04/30  18:10:23
+        Log: Rest of integrate
+     Branch: perlio
+         +> lib/ExtUtils/MM_MacOS.pm
+         !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+         !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
+         !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
+         !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
+         !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+         !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
+         !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
+         !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
+         !> lib/Test/Harness/t/strap-analyze.t
+         !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
+         !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
+____________________________________________________________________________
+[ 16283] By: nick                                  on 2002/04/30  17:53:37
+        Log: Integrate mailine makedef.pl so I can look at it
+     Branch: perlio
+         !> makedef.pl
+____________________________________________________________________________
+[ 16282] By: jhi                                   on 2002/04/30  15:46:38
+        Log: Upgrade to Encode 1.65.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
+____________________________________________________________________________
+[ 16281] By: jhi                                   on 2002/04/30  13:50:54
+        Log: Missing PerlIO symbols found by Richard Hatch in AIX.
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 16280] By: jhi                                   on 2002/04/30  13:04:45
+        Log: NetWare: disable DEBUG/ASSERT for now.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 16279] By: jhi                                   on 2002/04/30  12:57:12
+        Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 30 Apr 2002 01:05:41 -0400
+             Message-ID: <20020430050541.GL756@blackrider>
+     Branch: perl
+          ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
+          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
+          ! lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 16278] By: jhi                                   on 2002/04/30  12:38:50
+        Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 30 Apr 2002 00:24:59 -0400
+             Message-ID: <20020430042459.GJ756@blackrider>
+     Branch: perl
+          + lib/ExtUtils/MM_MacOS.pm
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 16277] By: jhi                                   on 2002/04/30  12:32:27
+        Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
+             0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 16276] By: ams                                   on 2002/04/30  08:42:32
+        Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 29 Apr 2002 23:37:06 -0500
+             Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
+     Branch: perl
+          ! t/pod/testp2pt.pl
+____________________________________________________________________________
+[ 16275] By: jhi                                   on 2002/04/29  23:28:05
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 16274] By: jhi                                   on 2002/04/29  23:14:47
+        Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
+             From: PPrymmer@factset.com
+             Date: Mon, 29 Apr 2002 17:58:06 -0400
+             Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
+     Branch: perl
+          ! vms/perlvms.pod
+____________________________________________________________________________
+[ 16273] By: jhi                                   on 2002/04/29  21:43:18
+        Log: OpenBSD: dynamic loading fix plus a MIPS tweak
+             from Todd Miller.
+     Branch: perl
+          ! hints/openbsd.sh
+____________________________________________________________________________
+[ 16272] By: jhi                                   on 2002/04/29  20:14:39
+        Log: Integrate perlio;
+             
+             Adding Encode::* to .pm creates stash at compile time
+             which means we need a stronger check on Encode at boot time.
+     Branch: perl
+         !> ext/PerlIO/encoding/encoding.pm
+         !> ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16271] By: jhi                                   on 2002/04/29  20:07:38
+        Log: OpenBSD hints update from Todd Miller.
+             
+             - old versions of OpenBSD don't have 'arch -s'
+             - OpenBSD 3.1 and higher don't use libdl but users may have
+             and old libdl on the system so we need to avoid using it.
+     Branch: perl
+          ! hints/openbsd.sh
+____________________________________________________________________________
+[ 16270] By: nick                                  on 2002/04/29  17:33:38
+        Log: Adding Encode::* to .pm creates stash at compile time
+             which means we need a stronger check on Encode at boot time.
+     Branch: perlio
+          ! ext/PerlIO/encoding/encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16269] By: jhi                                   on 2002/04/29  16:28:44
+        Log: Detypo by Ronald Kimball.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 16268] By: nick                                  on 2002/04/29  15:47:00
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes ext/Encode/Changes ext/Encode/Encode.pm
+         !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
+         !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
+         !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
+         !> pod/perlfaq2.pod pod/perlfaq3.pod
+____________________________________________________________________________
+[ 16267] By: jhi                                   on 2002/04/29  13:46:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16266] By: jhi                                   on 2002/04/29  13:25:03
+        Log: MM_NW5 update from C Aditya.
+     Branch: perl
+          ! lib/ExtUtils/MM_NW5.pm
+____________________________________________________________________________
+[ 16265] By: jhi                                   on 2002/04/29  12:59:01
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq2.pod pod/perlfaq3.pod
+____________________________________________________________________________
+[ 16264] By: jhi                                   on 2002/04/29  12:52:01
+        Log: NetBSD hints rewrite from Johnny Lam.
+     Branch: perl
+          ! hints/netbsd.sh
+____________________________________________________________________________
+[ 16263] By: jhi                                   on 2002/04/29  12:18:31
+        Log: Upgrade to Encode 1.64.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
+____________________________________________________________________________
+[ 16262] By: jhi                                   on 2002/04/29  12:12:37
+        Log: Subject: [Unicode::Normalize] mkheader tweak
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Mon, 29 Apr 2002 12:58:01 +0900
+             Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 16261] By: nick                                  on 2002/04/29  06:29:48
+        Log: Integrate mainline
+     Branch: perlio
+          - macos/MacPerlTests.cmd macos/xsubpp.patch
+         !> (integrate 40 files)
+____________________________________________________________________________
+[ 16260] By: jhi                                   on 2002/04/29  01:11:10
+        Log: Upgrade to Unicode::Normalize 0.76,
+             from SADAHIRO Tomoyuki.
+     Branch: perl
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
+          ! ext/Unicode/Normalize/t/func.t
+____________________________________________________________________________
+[ 16259] By: jhi                                   on 2002/04/28  22:22:44
+        Log: Subject: [PATCH: perl@16189] updates to perlport.pod
+             From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
+             Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
+             Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 16258] By: jhi                                   on 2002/04/28  20:34:12
+        Log: Sigh.  #16249 didn't help NetBSD (made it worse,
+             the basic and list tests started hanging).
+     Branch: perl
+          ! ext/threads/t/basic.t ext/threads/t/list.t
+          ! ext/threads/t/thread.t
+____________________________________________________________________________
+[ 16257] By: jhi                                   on 2002/04/28  20:26:30
+        Log: Integrate #16254 from macperl;
+             
+             Fix most tests on MacOS (not yet ext/ or /lib)
+     Branch: perl
+         !> (integrate 30 files)
+____________________________________________________________________________
+[ 16256] By: jhi                                   on 2002/04/28  19:43:02
+        Log: As requested by pudge.
+     Branch: perl
+          - macos/MacPerlTests.cmd macos/xsubpp.patch
+          ! MANIFEST
+____________________________________________________________________________
+[ 16255] By: pudge                                 on 2002/04/28  19:25:04
+        Log: Integrate perl
+     Branch: macperl
+         +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
+         +> wince/cecopy-lib.pl wince/comp.pl
+         !> (integrate 38 files)
+____________________________________________________________________________
+[ 16254] By: pudge                                 on 2002/04/28  19:12:05
+        Log: Fix most tests on MacOS (not yet ext/ or /lib)
+     Branch: macperl
+          ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
+          ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
+          ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
+          ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
+          ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
+          ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
+          ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
+          ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
+____________________________________________________________________________
+[ 16253] By: nick                                  on 2002/04/28  19:10:50
+        Log: Integrate mainline
+     Branch: perlio
+         +> wince/cecopy-lib.pl wince/comp.pl
+         !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
+         !> ext/threads/t/basic.t ext/threads/t/list.t
+         !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
+         !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
+         !> wince/win32.h wince/wince.c
+____________________________________________________________________________
+[ 16252] By: pudge                                 on 2002/04/28  19:07:33
+        Log: More configuration/build changes
+     Branch: macperl
+          ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
+          ! macos/Makefile.mk macos/config.h macos/config.sh
+          ! macos/macish.h
+____________________________________________________________________________
+[ 16251] By: jhi                                   on 2002/04/28  18:23:52
+        Log: Subject: WinCE many fixes
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Sun, 28 Apr 2002 21:54:31 +0400
+             Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
+     Branch: perl
+          + wince/cecopy-lib.pl wince/comp.pl
+          ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
+          ! wince/config_h.PL wince/perldll.def wince/win32.h
+          ! wince/wince.c
+____________________________________________________________________________
+[ 16250] By: jhi                                   on 2002/04/28  17:35:12
+        Log: Retract the cond.t part of #16249 since the nature
+             of the test changed.
+     Branch: perl
+          ! ext/threads/shared/t/cond.t
+____________________________________________________________________________
+[ 16249] By: jhi                                   on 2002/04/28  16:13:34
+        Log: (retracted by #16258)
+             
+             Fix thread tests not to depend on sleep() as
+             a scheduling aid.  In two tests (basic and list)
+             I had to change from sleep() hack to another hack...
+             basically, using the filesystem as a semaphore.
+             The assumption made is that rmdir() is atomic.
+             (The sleep() scheduling assumption broke with the
+             GNU pth in NetBSD.)
+             
+             (the cond.t part retracted by #16250)
+     Branch: perl
+          ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
+          ! ext/threads/t/list.t ext/threads/t/thread.t
+____________________________________________________________________________
+[ 16248] By: jhi                                   on 2002/04/28  16:04:23
+        Log: Be tidy.
+     Branch: perl
+          ! ext/PerlIO/t/fallback.t
+____________________________________________________________________________
+[ 16247] By: jhi                                   on 2002/04/28  15:26:39
+        Log: Integrate perlio;
+             
+             Builds under -Uuseperlio
+             Uses PUSHSTACK/POPSTACK in :encoding and :Via
+             
+             Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
+             as gate on layer tests which fail on -Dusesfio
+             (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
+             
+             Have :encoding() default to perlqq style fallbacks.
+             Add test for that.
+     Branch: perl
+         +> ext/PerlIO/t/fallback.t
+         !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
+         !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
+         !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
+         !> t/io/binmode.t t/io/crlf.t
+____________________________________________________________________________
+[ 16246] By: nick                                  on 2002/04/28  10:08:05
+        Log: Have :encoding() default to perlqq style fallbacks.
+             Add test for that.
+     Branch: perlio
+          + ext/PerlIO/t/fallback.t
+          ! MANIFEST ext/PerlIO/encoding/encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16245] By: nick                                  on 2002/04/28  08:57:54
+        Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
+             as gate on layer tests which fail on -Dusesfio
+             (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
+     Branch: perlio
+          ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
+          ! t/io/crlf.t
+____________________________________________________________________________
+[ 16244] By: nick                                  on 2002/04/28  08:22:07
+        Log: Builds under -Uuseperlio
+             Uses PUSHSTACK/POPSTACK in :encoding and :Via
+     Branch: perlio
+          ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16243] By: nick                                  on 2002/04/28  07:19:01
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/t/list.t
+         !> (integrate 40 files)
+____________________________________________________________________________
+[ 16242] By: jhi                                   on 2002/04/28  02:49:28
+        Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
+     Branch: perl
+          ! hints/netbsd.sh
+____________________________________________________________________________
+[ 16241] By: jhi                                   on 2002/04/28  02:22:00
+        Log: Plan better.
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 16240] By: jhi                                   on 2002/04/28  02:20:18
+        Log: No trunc worries.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16239] By: jhi                                   on 2002/04/28  02:19:45
+        Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 27 Apr 2002 23:20:19 -0400
+             Message-ID: <20020428032019.GF1821@blackrider>
+     Branch: perl
+          ! pod/perlfunc.pod t/io/fs.t
+____________________________________________________________________________
+[ 16238] By: jhi                                   on 2002/04/28  01:55:10
+        Log: More valgrind findings: e.g. t/op/utfhash.t.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 16237] By: jhi                                   on 2002/04/28  01:44:37
+        Log: Unused variables now that "did you use incorrect case" is gone;
+             and valgrind claims that the savepvn() in utilize() leaks in e.g.
+             lib/blib.t.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 16236] By: sky                                   on 2002/04/28  00:15:45
+        Log: Added test cases and fixed some obvious things.
+     Branch: perl
+          + ext/threads/t/list.t
+          ! MANIFEST ext/threads/threads.xs
+____________________________________________________________________________
+[ 16235] By: sky                                   on 2002/04/27  23:50:11
+        Log: Removed last traces of autodetach.
+             Added list() methid.
+             Changed documentation.
+     Branch: perl
+          ! ext/threads/threads.pm ext/threads/threads.xs
+____________________________________________________________________________
+[ 16234] By: jhi                                   on 2002/04/27  22:19:08
+        Log: Subject: [PATCH] FileCache 1.02 -> 1.021
+             From: Jerrad Pierce <belg4mit@MIT.EDU>
+             Date: Sat, 27 Apr 2002 19:14:17 -0400
+             Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
+     Branch: perl
+          ! lib/FileCache.pm
+____________________________________________________________________________
+[ 16233] By: jhi                                   on 2002/04/27  22:17:57
+        Log: More NetBSD patches from Johnny Lam.
+             
+             Remove the need for a $prefix setting that was added in the
+             previous patch I sent.    Also add the proper rpath options
+             to the linker flags depending on whether we're on a ELF or
+             a.out platform.    These were tested both in a non-pkgsrc and
+             pkgsrc build.
+             
+             Append to $libs instead of overwriting its value.  This was
+             causing $(LDLOADLIBS) to not get added to the dynamic_libs
+             link command on NetBSD systems and was the cause of the GDBM
+             problems reported.  Also use '$(LDLOADLIBS)' instead of
+             expanding its value so that it is more easily overridden in
+             the Makefile by "make all LDLOADLIBS=...".
+             
+             Remove "-L/usr/local/lib" because the location of libgdbm.so
+             is already added during the Configure process, and this
+             spurious addition may cause the wrong libgdbm.so to be linked
+             against as a result.
+     Branch: perl
+          ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16232] By: jhi                                   on 2002/04/27  22:08:08
+        Log: More VC5-induced casting found by Nikola Knezevic.
+     Branch: perl
+          ! av.c hv.c mg.c sv.c
+____________________________________________________________________________
+[ 16231] By: jhi                                   on 2002/04/27  21:56:22
+        Log: More U32 regflags.
+     Branch: perl
+          ! op.h regcomp.c thrdvar.h
+____________________________________________________________________________
+[ 16230] By: pudge                                 on 2002/04/27  21:50:45
+        Log: Integrate from bleadperl
+     Branch: macperl
+         +> ext/Encode/lib/Encode/Guess.pm
+         +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
+         +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
+         +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
+         +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
+         +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
+         +> lib/ExtUtils/t/zz_cleanup_dummy.t
+         +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
+         +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
+         +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
+         +> t/lib/sample-tests/die_last_minute t/win32/system_tests
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+          - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+          - lib/ExtUtils/t/Problem-Module/Makefile.PL
+          - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+          - t/op/system_tests
+         !> (integrate 133 files)
+____________________________________________________________________________
+[ 16229] By: jhi                                   on 2002/04/27  19:55:51
+        Log: Retract #16195 since it seems to be unnecessary.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16228] By: jhi                                   on 2002/04/27  19:25:44
+        Log: Subject: [PATCH] extract enc2xs and piconv for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 27 Apr 2002 15:11:31 -0500
+             Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 16227] By: rgs                                   on 2002/04/27  19:25:05
+        Log: Some more known open() modes.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 16226] By: jhi                                   on 2002/04/27  19:02:23
+        Log: Upgrade to Encode 1.63.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
+          ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm
+          ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
+____________________________________________________________________________
+[ 16225] By: jhi                                   on 2002/04/27  18:13:02
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16224] By: jhi                                   on 2002/04/27  17:53:20
+        Log: Integrate perlio;
+             
+             Correct which var is nulled, stack movement protection.
+     Branch: perl
+         !> ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16223] By: jhi                                   on 2002/04/27  17:43:26
+        Log: Subject: PATCH t/TEST
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sat, 27 Apr 2002 14:06:56 -0400
+             Message-ID: <20020427180656.5422.qmail@plover.com>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 16222] By: sky                                   on 2002/04/27  17:00:29
+        Log: Ahem, look another way.
+     Branch: perl
+          ! ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16221] By: nick                                  on 2002/04/27  16:34:48
+        Log: Correct which var is nulled, stack movement protection.
+     Branch: perlio
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16220] By: jhi                                   on 2002/04/27  16:27:18
+        Log: Integrate perlio;
+             
+             Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
+             - if encoding loads Encode then stack grows.
+             - pp_binmode was not allowing for that to happen
+             - added PUTBACK/SPAGAIN.
+     Branch: perl
+         !> pp_sys.c
+____________________________________________________________________________
+[ 16219] By: jhi                                   on 2002/04/27  16:23:44
+        Log: First half of NetBSD patch-ai, from Johnny Lam:
+             
+             The first part removes "installman" and "installhtml" from the
+             .PHONY target, which was causing problems during installation.
+             
+             (the installman and installhtml are not phony targets,
+             they are real files)
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 16218] By: nick                                  on 2002/04/27  16:22:40
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/shared/t/cond.t
+         !> MANIFEST ext/threads/shared/shared.xs
+         !> ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16217] By: jhi                                   on 2002/04/27  16:20:49
+        Log: NetBSD patch-ab from Johnny Lam:
+             
+             Some tweaks to the NetBSD hints file to make the Configure
+             process more useful when not building from pkgsrc.  This file
+             will definitely need to change again when the 1.6 release of
+             NetBSD comes out, but I'll handle the changes at the later
+             date.
+     Branch: perl
+          ! hints/netbsd.sh
+____________________________________________________________________________
+[ 16216] By: nick                                  on 2002/04/27  16:19:21
+        Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
+             - if encoding loads Encode then stack grows.
+             - pp_binmode was not allowing for that to happen
+             - added PUTBACK/SPAGAIN.
+     Branch: perlio
+          ! pp_sys.c
+____________________________________________________________________________
+[ 16215] By: jhi                                   on 2002/04/27  15:52:24
+        Log: Integrate perlio;
+             
+             Fix fd leak on Via(bogus).
+             Finish implementing PerlIOVia_open().
+             Export more guts of PerlIO_* so Via_open() can work.
+             Fix various PerlIO_allocate() features exposed by above.
+             
+             Re-instate $PerlIO::encoding::check at boot.
+             (Retaining Dan's XS side require though I don't see need.)
+     Branch: perl
+         !> embed.fnc ext/PerlIO/Via/Via.xs
+         !> ext/PerlIO/encoding/encoding.pm
+         !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
+         !> perlio.c perlio.h perliol.h
+____________________________________________________________________________
+[ 16214] By: jhi                                   on 2002/04/27  15:48:34
+        Log: Upgrade to Encode 1.62.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16213] By: ams                                   on 2002/04/27  15:38:50
+        Log: Subject: Re: Change 16122: Try to be clearer about perlio.
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sat, 27 Apr 2002 08:51:30 +0200
+             Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
+             
+             Subject: Re: Change 16183: Stop being coy.
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sat, 27 Apr 2002 08:52:13 +0200
+             Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
+     Branch: perl
+          ! INSTALL pod/perldelta.pod
+____________________________________________________________________________
+[ 16212] By: sky                                   on 2002/04/27  13:54:46
+        Log: Add test numbers to make "make test" happy. Order is irrelevant
+             but number of oks is not.
+     Branch: perl
+          ! ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16211] By: nick                                  on 2002/04/27  13:29:55
+        Log: Re-instate $PerlIO::encoding::check at boot.
+             (Retaining Dan's XS side require though I don't see need.)
+     Branch: perlio
+          ! ext/PerlIO/encoding/encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16210] By: sky                                   on 2002/04/27  12:56:44
+        Log: Fixed race condtions and deadlocks in interaction with 
+             cond_wait/cond_signal and lock.
+             Now we wait for a lock to gie up if we return from COND_WAIT
+             and we are still locked. We also notifiers potential 
+             lockers that it is free for locking when we go into COND_WAIT.
+     Branch: perl
+          + ext/threads/shared/t/cond.t
+          ! MANIFEST ext/threads/shared/shared.xs
+          ! ext/threads/shared/t/queue.t
+____________________________________________________________________________
+[ 16209] By: nick                                  on 2002/04/27  12:32:41
+        Log: Integrate mainline
+     Branch: perlio
+         +> t/win32/system_tests
+          - t/op/system_tests
+         !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
+         !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
+         !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
+         !> t/lib/warnings/pp_hot t/win32/system.t
+____________________________________________________________________________
+[ 16208] By: sky                                   on 2002/04/27  11:46:53
+        Log: Saving locks after we set it to 0 was kind of pointless.
+             Hunting down fixes in cond_* functions.
+     Branch: perl
+          ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 16207] By: nick                                  on 2002/04/27  10:12:00
+        Log: Fix fd leak on Via(bogus).
+             Finish implementing PerlIOVia_open().
+             Export more guts of PerlIO_* so Via_open() can work.
+             Fix various PerlIO_allocate() features exposed by above.
+     Branch: perlio
+          ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
+          ! perlio.h perliol.h
+____________________________________________________________________________
+[ 16206] By: jhi                                   on 2002/04/27  00:52:30
+        Log: NetBSD and OpenBSD cannot do comments at #! line
+             (or long #! lines?)
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16205] By: jhi                                   on 2002/04/26  23:56:32
+        Log: Add taint rethink to the todo list.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 16204] By: jhi                                   on 2002/04/26  22:33:45
+        Log: Integrate changes #16199 and #16201 from macperl;
+             
+             Time::Local compatibility patches, from Graham
+             
+             MacPerl require() portability patches
+     Branch: perl
+         !> lib/Time/Local.pm pp_ctl.c
+____________________________________________________________________________
+[ 16203] By: jhi                                   on 2002/04/26  21:47:06
+        Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 26 Apr 2002 23:27:23 +0100
+             Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/lib/warnings/pp_hot
+____________________________________________________________________________
+[ 16202] By: pudge                                 on 2002/04/26  21:11:06
+        Log: Working on MacPerl tests
+     Branch: macperl
+          ! macos/MacPerlTests.cmd
+____________________________________________________________________________
+[ 16201] By: pudge                                 on 2002/04/26  21:10:49
+        Log: MacPerl require() portability patches
+     Branch: macperl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 16200] By: pudge                                 on 2002/04/26  21:09:45
+        Log: Fix a few MacPerl_CanonDir() problems
+     Branch: macperl
+          ! macos/macish.c macos/macish.h
+____________________________________________________________________________
+[ 16199] By: pudge                                 on 2002/04/26  21:08:52
+        Log: Time::Local compatibility patches, from Graham
+     Branch: macperl
+          ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 16198] By: jhi                                   on 2002/04/26  20:10:53
+        Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
+             From: Simon Cozens <simon@netthink.co.uk>
+             Date: Fri, 26 Apr 2002 21:58:21 +0100
+             Message-ID: <20020426205821.GB5855@netthink.co.uk>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 16197] By: jhi                                   on 2002/04/26  20:04:44
+        Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
+             to know about it always (not just when using the pth).
+     Branch: perl
+          ! hints/netbsd.sh
+____________________________________________________________________________
+[ 16196] By: jhi                                   on 2002/04/26  18:27:39
+        Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
+     Branch: perl
+          ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16195] By: jhi                                   on 2002/04/26  17:56:51
+        Log: Subject: FIXIN problem under Win32
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Thu, 25 Apr 2002 23:03:31 +0200
+             Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16194] By: nick                                  on 2002/04/26  17:36:16
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/lib/Encode/Guess.pm
+         +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
+         +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
+         +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
+         +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
+         +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
+         +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
+         +> t/lib/sample-tests/die_last_minute
+         !> (integrate 94 files)
+____________________________________________________________________________
+[ 16193] By: jhi                                   on 2002/04/26  17:11:30
+        Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Fri, 26 Apr 2002 15:38:16 +0200
+             Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          + t/win32/system_tests
+          - t/op/system_tests
+          ! MANIFEST t/win32/system.t
+____________________________________________________________________________
+[ 16192] By: jhi                                   on 2002/04/26  16:45:28
+        Log: Mention explicitly the NetBSD + pth combination.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16191] By: jhi                                   on 2002/04/26  15:06:20
+        Log: Subject: [PATCH] Fix email address.
+             From: Abigail <abigail@foad.org>
+             Date: Fri, 26 Apr 2002 18:03:11 +0200
+             Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16190] By: jhi                                   on 2002/04/26  14:33:03
+        Log: NetWare update from C Aditya.
+     Branch: perl
+          ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16189] By: jhi                                   on 2002/04/26  13:35:48
+        Log: Subject: [PATCH vms/test.com] use t/TEST
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 26 Apr 2002 09:34:46 -0500
+             Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 16188] By: jhi                                   on 2002/04/26  13:34:35
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16187] By: jhi                                   on 2002/04/26  12:43:48
+        Log: Subject: [Encode] s/=over2/=over 2/g
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 26 Apr 2002 14:57:09 +0900
+             Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 16186] By: jhi                                   on 2002/04/26  12:28:18
+        Log: Use temp int variable in the W*() since direct casting
+             to either an int or an IV would not be right.
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 16185] By: jhi                                   on 2002/04/26  12:23:02
+        Log: The #16182 radiates U32ness.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regcomp.c toke.c
+____________________________________________________________________________
+[ 16184] By: jhi                                   on 2002/04/26  12:00:04
+        Log: Subject: t/TEST ported to VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 26 Apr 2002 00:13:31 -0500
+             Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 16183] By: jhi                                   on 2002/04/26  11:57:58
+        Log: Stop being coy.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16182] By: jhi                                   on 2002/04/26  11:53:58
+        Log: Subject: Re: binary compatibility
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Wed, 24 Apr 2002 17:35:07 -0400
+             Message-ID: <20020424213507.7846.qmail@plover.com>
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[ 16181] By: gsar                                  on 2002/04/26  07:39:20
+        Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
+             allocating half of the retstack!)
+     Branch: perl
+          ! README.win32 sv.c
+____________________________________________________________________________
+[ 16180] By: gsar                                  on 2002/04/26  06:27:11
+        Log: temporary variable not wide enough to hold all the bits in
+             op->op_targ
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 16179] By: jhi                                   on 2002/04/26  03:21:50
+        Log: Add an idea/question from Damian. 
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 16178] By: gsar                                  on 2002/04/26  02:46:52
+        Log: build missing utilities on windows; clean stray files
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 16177] By: jhi                                   on 2002/04/26  02:33:19
+        Log: Upgrade to Encode 1.61, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/lib/Encode/Guess.pm
+          ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
+          ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
+          ! ext/Encode/t/mime-header.t
+____________________________________________________________________________
+[ 16176] By: jhi                                   on 2002/04/26  01:22:04
+        Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Tue, 23 Apr 2002 04:40:42 +0200      
+             Message-ID: <m37kmzi1cl.fsf@anima.de>
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 16175] By: gsar                                  on 2002/04/26  01:10:17
+        Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
+             platform needs to fill in the other branch here)
+     Branch: perl
+          ! ext/Digest/MD5/t/files.t
+____________________________________________________________________________
+[ 16174] By: gsar                                  on 2002/04/26  00:45:36
+        Log: MANIFEST is needlessly held open for entire duration of "make test"
+     Branch: perl
+          ! t/TEST t/harness
+____________________________________________________________________________
+[ 16173] By: gsar                                  on 2002/04/26  00:41:39
+        Log: various signed/unsigned mismatch nits
+     Branch: perl
+          ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
+          ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
+          ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
+          ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
+          ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
+          ! ext/Time/HiRes/HiRes.xs regcomp.c
+____________________________________________________________________________
+[ 16172] By: jhi                                   on 2002/04/25  23:48:03
+        Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 25 Apr 2002 22:41:57 +0100
+             Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
+     Branch: perl
+          + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
+          + ext/Storable/t/make_downgrade.pl
+          ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
+          ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
+          ! ext/Storable/t/utf8hash.t
+____________________________________________________________________________
+[ 16171] By: jhi                                   on 2002/04/25  22:16:49
+        Log: Extra guidance for JAPH debuggers.
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16170] By: jhi                                   on 2002/04/25  22:13:02
+        Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 24 Apr 02 18:27 edt
+             Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
+     Branch: perl
+          ! vos/vos.c
+____________________________________________________________________________
+[ 16169] By: ams                                   on 2002/04/25  20:33:35
+        Log: Subject: [PATCH] don't build B/C twice on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 25 Apr 2002 16:00:57 -0500
+             Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 16168] By: ams                                   on 2002/04/25  20:31:19
+        Log: Subject: Re: POSIX::WEXITSTATUS broken again
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
+             Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 16167] By: ams                                   on 2002/04/25  19:49:09
+        Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 25 Apr 2002 13:39:35 -0700
+             Message-Id: <HmGy8gzkguHW092yn@efn.org>
+     Branch: perl
+          ! t/harness
+____________________________________________________________________________
+[ 16166] By: ams                                   on 2002/04/25  19:43:06
+        Log: $fh->close(); print $fh "foo" would segfault under -w in
+             report_evil_fh() because $fh doesn't have a name.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 16165] By: gsar                                  on 2002/04/25  18:19:32
+        Log: cwd.t wasn't running all the tests because cmd.exe wasn't
+             being found properly
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 16164] By: jhi                                   on 2002/04/25  17:45:03
+        Log: Brace yourself from Craig Berry to keep older compilers happy.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 16163] By: jhi                                   on 2002/04/25  17:43:50
+        Log: More %{} overload tests.
+     Branch: perl
+          ! lib/overload.t
+____________________________________________________________________________
+[ 16162] By: gsar                                  on 2002/04/25  17:41:48
+        Log: some extension builds need to find pl2bat.bat on windows
+     Branch: perl
+          ! win32/buildext.pl
+____________________________________________________________________________
+[ 16161] By: jhi                                   on 2002/04/25  17:26:53
+        Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 25 Apr 2002 12:30:06 -0500
+             Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
+     Branch: perl
+          ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[ 16160] By: gsar                                  on 2002/04/25  17:04:10
+        Log: windows build fails if there is no perlglob.exe in the PATH
+     Branch: perl
+          ! win32/buildext.pl
+____________________________________________________________________________
+[ 16159] By: jhi                                   on 2002/04/25  16:06:25
+        Log: Mysterious setlocale() core dump in ancient Solaris
+             found by Merijn Broeren.  Doesn't look like Perl's fault.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16158] By: jhi                                   on 2002/04/25  14:38:13
+        Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
+             From: "Newton, Philip" <Philip.Newton@datenrevision.de>
+             Date: Thu, 25 Apr 2002 17:35:23 +0200
+             Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 16157] By: jhi                                   on 2002/04/25  14:30:40
+        Log: Subject: [PATCH] pp_ctl.c:pp_require
+             From: "Newton, Philip" <Philip.Newton@datenrevision.de>
+             Date: Thu, 25 Apr 2002 16:01:14 +0200
+             Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 16156] By: jhi                                   on 2002/04/25  14:29:16
+        Log: -Wformat cleanups from Robin Barker.
+     Branch: perl
+          ! dump.c embed.fnc proto.h sv.c
+____________________________________________________________________________
+[ 16155] By: jhi                                   on 2002/04/25  14:27:07
+        Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 25 Apr 2002 01:51:27 -0400
+             Message-ID: <20020425055127.GB3456@blackrider>
+     Branch: perl
+          + t/lib/sample-tests/bignum t/lib/sample-tests/die
+          + t/lib/sample-tests/die_head_end
+          + t/lib/sample-tests/die_last_minute
+          ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
+          ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
+____________________________________________________________________________
+[ 16154] By: jhi                                   on 2002/04/25  14:24:53
+        Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 25 Apr 2002 01:32:10 -0400
+             Message-ID: <20020425053210.GA3334@blackrider>
+     Branch: perl
+          + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
+          + lib/Test/Simple/t/strays.t
+          ! MANIFEST 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/More.t
+          ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
+          ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
+          ! lib/Test/Simple/t/use_ok.t
+____________________________________________________________________________
+[ 16153] By: jhi                                   on 2002/04/25  14:12:35
+        Log: Elaborate a bit on Storable.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16152] By: jhi                                   on 2002/04/25  12:59:50
+        Log: Cleaner Encode tests under -Mutf8.
+     Branch: perl
+          ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
+____________________________________________________________________________
+[ 16151] By: jhi                                   on 2002/04/25  00:57:24
+        Log: Subject: [PATCH] installperl
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Thu, 25 Apr 2002 01:00:00 +0200
+             Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 16150] By: jhi                                   on 2002/04/25  00:48:09
+        Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Thu, 25 Apr 2002 10:49:13 +0900
+             Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16149] By: jhi                                   on 2002/04/24  22:57:53
+        Log: Stray =back.
+     Branch: perl
+          ! README.win32
+____________________________________________________________________________
+[ 16148] By: rgs                                   on 2002/04/24  21:12:40
+        Log: Add an untested warning variant.
+     Branch: perl
+          ! t/lib/warnings/op
+____________________________________________________________________________
+[ 16147] By: jhi                                   on 2002/04/24  20:37:15
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16146] By: jhi                                   on 2002/04/24  20:21:43
+        Log: Wrong plan.
+     Branch: perl
+          ! ext/Encode/t/mime-header.t
+____________________________________________________________________________
+[ 16145] By: jhi                                   on 2002/04/24  20:20:53
+        Log: Upgrade to Encode 1.60, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/Guess.pm
+          + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
+          + ext/Encode/t/mime-header.t
+          ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
+____________________________________________________________________________
+[ 16144] By: gsar                                  on 2002/04/24  18:59:05
+        Log: another case of enabling binmode() where it should not be: if the
+             *.enc files are CRLF terminated, the result gets CRCRLF terminations
+     Branch: perl
+          ! ext/Encode/t/CJKT.t
+____________________________________________________________________________
+[ 16143] By: jhi                                   on 2002/04/24  18:34:27
+        Log: microperl update; boldly assume time() and time_t
+             (since we assume ANSI and i_time, anyway).
+     Branch: perl
+          ! uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 16142] By: jhi                                   on 2002/04/24  18:30:14
+        Log: Integrate #16136, #16137, #16138 from macperl;
+             
+             Silly fix for the SC compiler's fixation with "comp" as a type
+             
+             Skip more PerlIO symbols for sfio
+             
+             Play nicely in miniperl
+     Branch: perl
+         !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
+         !> lib/File/Spec/Mac.pm makedef.pl
+____________________________________________________________________________
+[ 16141] By: pudge                                 on 2002/04/24  18:15:19
+        Log: Sync configpm and config.h for use in 5.8
+             (still need to do config.sh)
+     Branch: macperl
+          ! macos/config.h macos/configpm
+____________________________________________________________________________
+[ 16140] By: pudge                                 on 2002/04/24  18:14:05
+        Log: Make MM_MacOS work with new MakeMaker
+     Branch: macperl
+          ! macos/lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 16139] By: pudge                                 on 2002/04/24  18:13:34
+        Log: Makefile.mk changes for 5.8: additional extensions
+             and source files; bump version
+     Branch: macperl
+          ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
+____________________________________________________________________________
+[ 16138] By: pudge                                 on 2002/04/24  18:12:22
+        Log: Play nicely in miniperl
+     Branch: macperl
+          ! lib/File/Copy.pm lib/File/Spec/Mac.pm
+____________________________________________________________________________
+[ 16137] By: pudge                                 on 2002/04/24  18:10:34
+        Log: Skip more PerlIO symbols for sfio
+     Branch: macperl
+          ! makedef.pl
+____________________________________________________________________________
+[ 16136] By: pudge                                 on 2002/04/24  18:09:37
+        Log: Silly fix for the SC compiler's fixation with "comp" as a type
+     Branch: macperl
+          ! ext/Unicode/Normalize/Normalize.xs
+____________________________________________________________________________
+[ 16135] By: pudge                                 on 2002/04/24  18:08:45
+        Log: Merge macperl xsubpp with current xsubpp
+     Branch: macperl
+          ! macos/xsubpp
+____________________________________________________________________________
+[ 16134] By: nick                                  on 2002/04/24  18:08:37
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
+         +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+          - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+          - lib/ExtUtils/t/Problem-Module/Makefile.PL
+          - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+         !> (integrate 44 files)
+____________________________________________________________________________
+[ 16133] By: pudge                                 on 2002/04/24  18:05:50
+        Log: Delete more included modules from bundled_ext
+     Branch: macperl
+          - macos/bundled_ext/Digest/MD5/Changes
+          - macos/bundled_ext/Digest/MD5/MD5.pm
+          - macos/bundled_ext/Digest/MD5/MD5.xs
+          - macos/bundled_ext/Digest/MD5/Makefile.PL
+          - macos/bundled_ext/Digest/MD5/Makefile.mk
+          - macos/bundled_ext/Digest/MD5/README
+          - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
+          - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
+          - macos/bundled_ext/Digest/MD5/rfc1321.txt
+          - macos/bundled_ext/Digest/MD5/t/badfile.t
+          - macos/bundled_ext/Digest/MD5/t/files.t
+          - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
+          - macos/bundled_ext/Digest/MD5/typemap
+          - macos/bundled_ext/Filter/Util/Call/Call.pm
+          - macos/bundled_ext/Filter/Util/Call/Call.xs
+          - macos/bundled_ext/Filter/Util/Call/Makefile.PL
+          - macos/bundled_ext/Filter/Util/Call/ppport.h
+          - macos/bundled_ext/Filter/t/call.t
+          - macos/bundled_ext/Filter/t/filter-util.pl
+          - macos/bundled_ext/List/Util/ChangeLog
+          - macos/bundled_ext/List/Util/Makefile.PL
+          - macos/bundled_ext/List/Util/README
+          - macos/bundled_ext/List/Util/Util.xs
+          - macos/bundled_ext/List/Util/lib/List/Util.pm
+          - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
+          - macos/bundled_ext/List/Util/t/blessed.t
+          - macos/bundled_ext/List/Util/t/dualvar.t
+          - macos/bundled_ext/List/Util/t/first.t
+          - macos/bundled_ext/List/Util/t/max.t
+          - macos/bundled_ext/List/Util/t/maxstr.t
+          - macos/bundled_ext/List/Util/t/min.t
+          - macos/bundled_ext/List/Util/t/minstr.t
+          - macos/bundled_ext/List/Util/t/readonly.t
+          - macos/bundled_ext/List/Util/t/reduce.t
+          - macos/bundled_ext/List/Util/t/reftype.t
+          - macos/bundled_ext/List/Util/t/shuffle.t
+          - macos/bundled_ext/List/Util/t/sum.t
+          - macos/bundled_ext/List/Util/t/tainted.t
+          - macos/bundled_ext/List/Util/t/weak.t
+          - macos/bundled_ext/MIME/Base64/Base64.pm
+          - macos/bundled_ext/MIME/Base64/Base64.xs
+          - macos/bundled_ext/MIME/Base64/Changes
+          - macos/bundled_ext/MIME/Base64/Makefile.PL
+          - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
+          - macos/bundled_ext/MIME/Base64/README
+          - macos/bundled_ext/MIME/Base64/t/base64.t
+          - macos/bundled_ext/MIME/Base64/t/quoted-print.t
+          - macos/bundled_ext/MIME/Base64/t/unicode.t
+          - macos/bundled_ext/Storable/ChangeLog
+          - macos/bundled_ext/Storable/Makefile.PL
+          - macos/bundled_ext/Storable/README
+          - macos/bundled_ext/Storable/Storable.pm
+          - macos/bundled_ext/Storable/Storable.xs
+          - macos/bundled_ext/Storable/t/blessed.t
+          - macos/bundled_ext/Storable/t/canonical.t
+          - macos/bundled_ext/Storable/t/compat-0.6.t
+          - macos/bundled_ext/Storable/t/dclone.t
+          - macos/bundled_ext/Storable/t/dump.pl
+          - macos/bundled_ext/Storable/t/forgive.t
+          - macos/bundled_ext/Storable/t/freeze.t
+          - macos/bundled_ext/Storable/t/lock.t
+          - macos/bundled_ext/Storable/t/overload.t
+          - macos/bundled_ext/Storable/t/recurse.t
+          - macos/bundled_ext/Storable/t/retrieve.t
+          - macos/bundled_ext/Storable/t/store.t
+          - macos/bundled_ext/Storable/t/tied.t
+          - macos/bundled_ext/Storable/t/tied_hook.t
+          - macos/bundled_ext/Storable/t/tied_items.t
+          - macos/bundled_ext/Storable/t/utf8.t
+          - macos/bundled_ext/Time/HiRes/Changes
+          - macos/bundled_ext/Time/HiRes/HiRes.pm
+          - macos/bundled_ext/Time/HiRes/HiRes.t
+          - macos/bundled_ext/Time/HiRes/HiRes.xs
+          - macos/bundled_ext/Time/HiRes/Makefile.PL
+          - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
+          - macos/bundled_ext/Time/HiRes/hints/sco.pl
+____________________________________________________________________________
+[ 16132] By: jhi                                   on 2002/04/24  17:03:22
+        Log: Thou shalt not assume %x works for UVs.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16131] By: nick                                  on 2002/04/24  15:50:31
+        Log: Submit an old integrate
+     Branch: perlio
+         +> (branch 27 files)
+          - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
+          - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
+          - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
+          - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
+          - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
+         !> (integrate 84 files)
+____________________________________________________________________________
+[ 16130] By: jhi                                   on 2002/04/24  15:38:12
+        Log: Partially retract #12056, from Craig Berry.
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 16129] By: pudge                                 on 2002/04/24  14:37:10
+        Log: Delete more included modules from bundled_lib
+     Branch: macperl
+          - macos/bundled_lib/blib/lib/Class/ISA.pm
+          - macos/bundled_lib/blib/lib/Digest.pm
+          - macos/bundled_lib/blib/lib/Filter/Simple.pm
+          - macos/bundled_lib/blib/lib/Memoize.pm
+          - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
+          - macos/bundled_lib/blib/lib/Memoize/Expire.pm
+          - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
+          - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
+          - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
+          - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
+          - macos/bundled_lib/blib/lib/Memoize/Storable.pm
+          - macos/bundled_lib/blib/lib/NEXT.pm
+          - macos/bundled_lib/blib/lib/Net/Cmd.pm
+          - macos/bundled_lib/blib/lib/Net/Config.pm
+          - macos/bundled_lib/blib/lib/Net/Domain.pm
+          - macos/bundled_lib/blib/lib/Net/FTP.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/A.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/E.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/I.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/L.pm
+          - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
+          - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
+          - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
+          - macos/bundled_lib/blib/lib/Net/NNTP.pm
+          - macos/bundled_lib/blib/lib/Net/Netrc.pm
+          - macos/bundled_lib/blib/lib/Net/POP3.pm
+          - macos/bundled_lib/blib/lib/Net/SMTP.pm
+          - macos/bundled_lib/blib/lib/Net/Time.pm
+          - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
+          - macos/bundled_lib/blib/lib/Switch.pm
+          - macos/bundled_lib/t/Class/ISA/test.pl
+          - macos/bundled_lib/t/Digest/Digest.t
+          - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
+          - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
+          - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
+          - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
+          - macos/bundled_lib/t/Filter/Simple/data.t
+          - macos/bundled_lib/t/Filter/Simple/export.t
+          - macos/bundled_lib/t/Filter/Simple/filter.t
+          - macos/bundled_lib/t/Filter/Simple/filter_only.t
+          - macos/bundled_lib/t/Filter/Simple/import.t
+          - macos/bundled_lib/t/Memoize/array.t
+          - macos/bundled_lib/t/Memoize/array_confusion.t
+          - macos/bundled_lib/t/Memoize/correctness.t
+          - macos/bundled_lib/t/Memoize/errors.t
+          - macos/bundled_lib/t/Memoize/expire.t
+          - macos/bundled_lib/t/Memoize/expire_file.t
+          - macos/bundled_lib/t/Memoize/expire_module_n.t
+          - macos/bundled_lib/t/Memoize/expire_module_t.t
+          - macos/bundled_lib/t/Memoize/flush.t
+          - macos/bundled_lib/t/Memoize/normalize.t
+          - macos/bundled_lib/t/Memoize/prototype.t
+          - macos/bundled_lib/t/Memoize/speed.t
+          - macos/bundled_lib/t/Memoize/tie.t
+          - macos/bundled_lib/t/Memoize/tie_gdbm.t
+          - macos/bundled_lib/t/Memoize/tie_ndbm.t
+          - macos/bundled_lib/t/Memoize/tie_sdbm.t
+          - macos/bundled_lib/t/Memoize/tie_storable.t
+          - macos/bundled_lib/t/Memoize/tiefeatures.t
+          - macos/bundled_lib/t/Memoize/unmemoize.t
+          - macos/bundled_lib/t/NEXT/actual.t
+          - macos/bundled_lib/t/NEXT/actuns.t
+          - macos/bundled_lib/t/NEXT/next.t
+          - macos/bundled_lib/t/NEXT/unseen.t
+          - macos/bundled_lib/t/Switch/t/given.t
+          - macos/bundled_lib/t/Switch/t/nested.t
+          - macos/bundled_lib/t/Switch/t/switch.t
+          - macos/bundled_lib/t/libnet/config.t
+          - macos/bundled_lib/t/libnet/ftp.t
+          - macos/bundled_lib/t/libnet/hostname.t
+          - macos/bundled_lib/t/libnet/libnet_t.pl
+          - macos/bundled_lib/t/libnet/netrc.t
+          - macos/bundled_lib/t/libnet/nntp.t
+          - macos/bundled_lib/t/libnet/require.t
+          - macos/bundled_lib/t/libnet/smtp.t
+____________________________________________________________________________
+[ 16128] By: pudge                                 on 2002/04/24  14:18:55
+        Log: Remove Text::Balanced from bundled_lib (already in lib)
+     Branch: macperl
+          - macos/bundled_lib/blib/lib/Text/Balanced.pm
+          - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
+          - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
+          - macos/bundled_lib/t/Text/Balanced/t/extdel.t
+          - macos/bundled_lib/t/Text/Balanced/t/extmul.t
+          - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
+          - macos/bundled_lib/t/Text/Balanced/t/exttag.t
+          - macos/bundled_lib/t/Text/Balanced/t/extvar.t
+          - macos/bundled_lib/t/Text/Balanced/t/gentag.t
+____________________________________________________________________________
+[ 16127] By: jhi                                   on 2002/04/24  14:17:16
+        Log: A word of warning to the users of UTF-8 locales.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 16126] By: jhi                                   on 2002/04/24  12:54:17
+        Log: Forgotten from #16125.
+     Branch: perl
+          ! t/lib/MakeMaker/Test/Utils.pm
+____________________________________________________________________________
+[ 16125] By: jhi                                   on 2002/04/24  05:16:09
+        Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
+     Branch: perl
+          + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
+          + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+          - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+          - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+          - lib/ExtUtils/t/Problem-Module/Makefile.PL
+          - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
+          ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
+          ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
+          ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
+____________________________________________________________________________
+[ 16124] By: jhi                                   on 2002/04/24  02:03:08
+        Log: Subject: New UTF-8 surprise
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 22 Apr 2002 12:08:48 +0200
+             Message-ID: <m38z7gjb9r.fsf@anima.de>
+     Branch: perl
+          ! pp_hot.c t/op/subst.t
+____________________________________________________________________________
+[ 16123] By: gsar                                  on 2002/04/24  01:25:17
+        Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
+             tree that is branched from //depot/maint-5.6/macperl/macos/...
+     Branch: macperl
+         +> (branch 3590 files)
+____________________________________________________________________________
+[ 16122] By: jhi                                   on 2002/04/23  23:52:11
+        Log: Try to be clearer about perlio.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 16121] By: jhi                                   on 2002/04/23  23:45:41
+        Log: Subject: Re: binary compatibility
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! INSTALL patchlevel.h
+____________________________________________________________________________
+[ 16120] By: jhi                                   on 2002/04/23  23:41:52
+        Log: Go on record about the binary backward incompatibility.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16119] By: jhi                                   on 2002/04/23  23:09:02
+        Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
+             From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
+             Date: Wed, 24 Apr 2002 01:51:43 +0400
+             Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
+     Branch: perl
+          ! t/win32/system.t
+____________________________________________________________________________
+[ 16118] By: jhi                                   on 2002/04/23  23:08:12
+        Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
+             From: PPrymmer@factset.com
+             Date: Tue, 23 Apr 2002 17:14:32 -0400
+             Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 16117] By: jhi                                   on 2002/04/23  23:07:02
+        Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 23 Apr 02 15:06 edt   
+             Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
+     Branch: perl
+          ! Makefile.SH cflags.SH
+____________________________________________________________________________
+[ 16116] By: jhi                                   on 2002/04/23  23:05:14
+        Log: metaconfig unit change for #16115.
+     Branch: metaconfig
+          ! U/compline/byteorder.U
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 16115] By: jhi                                   on 2002/04/23  23:04:24
+        Log: Regen Configure to mirror #16111 (with one added tweak).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 16114] By: jhi                                   on 2002/04/23  22:54:46
+        Log: Retract #16109.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16113] By: jhi                                   on 2002/04/23  22:38:04
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq8.pod
+____________________________________________________________________________
+[ 16112] By: jhi                                   on 2002/04/23  22:34:08
+        Log: use encoding no more defaults to Latin 1.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 16111] By: gsar                                  on 2002/04/23  22:27:07
+        Log: Configure test for byteorder loses bits
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 16110] By: gsar                                  on 2002/04/23  21:32:03
+        Log: hacking around byteorder variance between config.sh and config.h
+             isn't needed after change#16099
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16109] By: jhi                                   on 2002/04/23  17:54:33
+        Log: (retracted by #16114)
+             
+             Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Tue, 23 Apr 2002 13:47:19 -0400
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16108] By: jhi                                   on 2002/04/23  14:45:07
+        Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
+             Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 16107] By: jhi                                   on 2002/04/23  14:44:13
+        Log: Subject: [PATCH] README.qnx, hints/qnx.sh
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
+             Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
+     Branch: perl
+          ! README.qnx hints/qnx.sh
+____________________________________________________________________________
+[ 16106] By: jhi                                   on 2002/04/23  13:57:48
+        Log: Subject: [PATCH] pod/perlhist.pod
+             From: Abigail <abigail@foad.org>
+             Date: Tue, 23 Apr 2002 16:21:31 +0200
+             Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
+             
+             (removed 5.005_04 which never happened)
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 16105] By: jhi                                   on 2002/04/23  13:46:31
+        Log: Subject: Re: [PATCH abigail.t] another portability attempt
+             From: Abigail <abigail@foad.org>
+             Date: Tue, 23 Apr 2002 11:35:54 +0200
+             Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16104] By: jhi                                   on 2002/04/23  13:35:03
+        Log: NetWare tweak from C Aditya.
+     Branch: perl
+          ! NetWare/Nwmain.c NetWare/nw5.c
+____________________________________________________________________________
+[ 16103] By: gsar                                  on 2002/04/23  06:33:25
+        Log: fix a typo
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 16102] By: jhi                                   on 2002/04/23  04:41:43
+        Log: Uncurliff.
+     Branch: perl
+          ! README.ko
+____________________________________________________________________________
+[ 16101] By: jhi                                   on 2002/04/23  04:36:27
+        Log: Pointer to UV casting.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 16100] By: jhi                                   on 2002/04/23  02:36:09
+        Log: metaconfig unit change for #16099.
+     Branch: metaconfig
+          ! U/compline/byteorder.U
+____________________________________________________________________________
+[ 16099] By: jhi                                   on 2002/04/23  02:35:52
+        Log: Use UV (not long) for BYTEORDER.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH
+____________________________________________________________________________
+[ 16098] By: jhi                                   on 2002/04/23  02:18:10
+        Log: # cpp commands must start in the first column.
+     Branch: perl
+          ! scope.c
+____________________________________________________________________________
+[ 16097] By: jhi                                   on 2002/04/23  01:52:36
+        Log: Reborn as text.
+     Branch: perl
+          + NetWare/interface.cpp
+____________________________________________________________________________
+[ 16096] By: jhi                                   on 2002/04/23  01:52:00
+        Log: Dead as binary.
+     Branch: perl
+          - NetWare/interface.cpp
+____________________________________________________________________________
+[ 16095] By: jhi                                   on 2002/04/23  01:49:37
+        Log: Undo #16091, a time-warped escapee.
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Cygwin.t
+____________________________________________________________________________
+[ 16094] By: jhi                                   on 2002/04/23  01:43:42
+        Log: *size tweaks from Sarathy.
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16093] By: jhi                                   on 2002/04/23  01:12:50
+        Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 23 Apr 2002 01:52:22 +0800
+             Message-ID: <3CC44DD6.3090401@stason.org>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 16092] By: jhi                                   on 2002/04/23  01:05:37
+        Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 22 Apr 02 20:35 edt
+             Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
+     Branch: perl
+          + hints/t001.c
+          ! MANIFEST hints/README.hints hints/vos.sh
+____________________________________________________________________________
+[ 16091] By: jhi                                   on 2002/04/23  00:42:12
+        Log: (retracted by #16095)
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Cygwin.t
+____________________________________________________________________________
+[ 16090] By: jhi                                   on 2002/04/23  00:16:09
+        Log: Subject: Re: perl@16083
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 22 Apr 2002 23:17:45 +0100
+             Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16089] By: jhi                                   on 2002/04/23  00:12:09
+        Log: Upgrade to Encode 1.58.
+     Branch: perl
+          + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
+          + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
+          + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
+          + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
+          + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
+          + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
+          + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
+          + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
+          - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
+          - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
+          - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
+          - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
+          - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+          - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 16088] By: jhi                                   on 2002/04/22  19:55:18
+        Log: On Win32 the end.t failure should be gone now.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 16087] By: jhi                                   on 2002/04/22  19:51:29
+        Log: Subject: [PATCH] update VOS-specific pod files
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 22 Apr 02 16:02 edt
+             Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
+     Branch: perl
+          ! README.vos pod/perlport.pod
+____________________________________________________________________________
+[ 16086] By: jhi                                   on 2002/04/22  19:50:05
+        Log: Subject: [PATCH] cleanup ./hints/vos.sh
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 22 Apr 02 15:26 edt
+             Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
+     Branch: perl
+          ! hints/vos.sh
+____________________________________________________________________________
+[ 16085] By: jhi                                   on 2002/04/22  19:48:20
+        Log: Upgrade to Encode 1.57, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
+          ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 16084] By: ams                                   on 2002/04/22  18:10:13
+        Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 23 Apr 2002 01:59:07 +0800
+             Message-Id: <3CC44F6B.5010300@stason.org>
+     Branch: perl
+          ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
+____________________________________________________________________________
+[ 16083] By: jhi                                   on 2002/04/22  16:41:03
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16082] By: jhi                                   on 2002/04/22  16:22:50
+        Log: In MANIFEST but not added.
+     Branch: perl
+          + NetWare/interface.cpp
+____________________________________________________________________________
+[ 16081] By: jhi                                   on 2002/04/22  16:15:26
+        Log: Duh.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 16080] By: jhi                                   on 2002/04/22  16:07:26
+        Log: Subject: Re: t/japh/abigail.t [PATCH]
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
+             Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16079] By: ams                                   on 2002/04/22  15:59:55
+        Log: Subject: {PATCH docs] sockatmark
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 22 Apr 2002 02:43:42 -0400
+             Message-Id: <20020422064342.24646.qmail@plover.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
+____________________________________________________________________________
+[ 16078] By: jhi                                   on 2002/04/22  15:57:21
+        Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 22 Apr 02 12:40 edt
+             Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
+     Branch: perl
+          ! cflags.SH
+____________________________________________________________________________
+[ 16077] By: jhi                                   on 2002/04/22  15:18:18
+        Log: Add new files from #16076; re-sort.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 16076] By: jhi                                   on 2002/04/22  15:15:22
+        Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
+     Branch: perl
+          + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
+          + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
+          + NetWare/perllib.cpp NetWare/splittree.pl
+          ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
+          ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
+          ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
+          ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
+          ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
+          ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
+          ! x2p/hash.c x2p/walk.c
+____________________________________________________________________________
+[ 16074] By: jhi                                   on 2002/04/22  15:04:25
+        Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 22 Apr 2002 17:56:17 +0200
+             Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.aix
+____________________________________________________________________________
+[ 16073] By: jhi                                   on 2002/04/22  12:59:17
+        Log: Signedness nit.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16072] By: jhi                                   on 2002/04/22  12:58:04
+        Log: No semicolons after blocks.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16071] By: jhi                                   on 2002/04/22  12:48:19
+        Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16070] By: jhi                                   on 2002/04/22  12:44:09
+        Log: Upgrade to Encode 1.56, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
+          ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
+          ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
+          ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm
+          ! ext/Encode/lib/Encode/PerlIO.pod
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
+          ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
+          ! ext/Encode/ucm/big5-hkscs.ucm
+____________________________________________________________________________
+[ 16069] By: jhi                                   on 2002/04/22  12:38:30
+        Log: Comment tweak from Philip.
+     Branch: perl
+          ! opcode.pl
+____________________________________________________________________________
+[ 16068] By: gsar                                  on 2002/04/22  09:53:36
+        Log: a Test::Harness tweak to make the test lines show up prettier
+     Branch: perl
+          ! lib/Test/Harness.pm
+____________________________________________________________________________
+[ 16067] By: nick                                  on 2002/04/22  09:19:23
+        Log: Integrate mainline
+     Branch: perlio
+         !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
+         !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
+         !> t/lib/warnings/perlio t/win32/system.t
+____________________________________________________________________________
+[ 16066] By: nick                                  on 2002/04/22  09:01:43
+        Log: Integrate //depot/perlio into mainline
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
+         !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
+____________________________________________________________________________
+[ 16065] By: gsar                                  on 2002/04/22  08:37:17
+        Log: clean up after stray test file littering
+             
+             NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
+             it seems that it shouldn't (looks like a handle leak in PerlIO
+             to me)
+     Branch: perl
+          ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
+          ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
+          ! t/lib/warnings/perlio t/win32/system.t
+____________________________________________________________________________
+[ 16064] By: nick                                  on 2002/04/22  08:02:58
+        Log: Integrate mainline into perlio
+     Branch: perlio
+         +> ext/Storable/t/malice.t
+          ! pod/perliol.pod
+         !> (integrate 57 files)
+____________________________________________________________________________
+[ 16063] By: gsar                                  on 2002/04/22  07:23:30
+        Log: integrate change#16062 from mainline
+             
+             another windows fix: only create a new console for subprocesses
+             when all three stdhandles are invalid (from Jan Dubois)
+     Branch: maint-5.6/perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 16062] By: gsar                                  on 2002/04/22  07:02:03
+        Log: another windows fix: only create a new console for subprocesses
+             when all three stdhandles are invalid (from Jan Dubois)
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 16060] By: gsar                                  on 2002/04/22  02:40:57
+        Log: all the thread tests now pass on windows (32-bit and 64-bit)
+     Branch: perl
+          ! README.win32
+____________________________________________________________________________
+[ 16059] By: gsar                                  on 2002/04/22  02:35:45
+        Log: enable maximal optimizations on win64
+     Branch: perl
+          ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 16058] By: jhi                                   on 2002/04/22  01:38:31
+        Log: Tweaks copied from Philip Newton's Encode patches.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 16057] By: sky                                   on 2002/04/22  00:19:40
+        Log: End blocks were not run on Win32.
+             The real fix should be to turn this flag on in RunPerl but
+             I think we are too close 5.8 to change that.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 16056] By: sky                                   on 2002/04/21  23:29:22
+        Log: Do not unlock mutex twice.
+             Do not unlock mutex after it has been destroyed and freed.
+             Do not email p5p without uncrossing eyes.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 16055] By: gsar                                  on 2002/04/21  22:32:29
+        Log: squelch some more type mismatch warnings
+             
+             SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
+             missing parens in macro definition
+     Branch: perl
+          ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
+          ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
+          ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
+          ! pp.c regexec.c sv.h
+____________________________________________________________________________
+[ 16054] By: jhi                                   on 2002/04/21  22:24:52
+        Log: Make writing user-defined character properties nicer.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
+____________________________________________________________________________
+[ 16053] By: gsar                                  on 2002/04/21  21:39:08
+        Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
+             isn't the case on win64
+     Branch: perl
+          ! ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 16052] By: jhi                                   on 2002/04/21  21:24:07
+        Log: One more way to do character class subtraction.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 16051] By: jhi                                   on 2002/04/21  21:04:19
+        Log: Mopup of #16048.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 16050] By: gsar                                  on 2002/04/21  20:55:38
+        Log: some test failures have been fixed
+     Branch: perl
+          ! README.win32
+____________________________________________________________________________
+[ 16049] By: gsar                                  on 2002/04/21  20:50:21
+        Log: use compare_text() rather than compare() to avoid bogus
+             failures when the test files happen to be CRLF terminated
+     Branch: perl
+          ! ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 16048] By: gsar                                  on 2002/04/21  19:53:08
+        Log: fixes for all the warnings reported by Visual C (most of this
+             change is from change#12026)
+     Branch: perl
+          ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
+          ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
+          ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
+          ! regexec.c sv.c toke.c universal.c utf8.c util.c
+          ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
+____________________________________________________________________________
+[ 16047] By: jhi                                   on 2002/04/21  17:21:56
+        Log: Subject: [PATCH] another Storable test (Re: perl@16005)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 21 Apr 2002 19:15:24 +0100
+             Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
+     Branch: perl
+          + ext/Storable/t/malice.t
+          ! MANIFEST ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 16046] By: jhi                                   on 2002/04/21  17:09:01
+        Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 21 Apr 2002 19:37:51 +0200
+             Message-ID: <3CC3150F.5798.22A05AE@localhost>
+     Branch: perl
+          ! ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 16045] By: jhi                                   on 2002/04/21  16:29:28
+        Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
+             From: Andrey Sapozhnikov <sapa@icb.chel.su>
+             Date: Fri, 19 Apr 2002 19:55:56 +0600
+             Message-ID: <3CC021EC.5080005@icb.chel.su>
+             
+             (tweaked a bit)
+     Branch: perl
+          ! pod/perltrap.pod
+____________________________________________________________________________
+[ 16044] By: jhi                                   on 2002/04/21  16:22:17
+        Log: Do not assume that io buffer flushing happens in the same
+             order as joins (that assumption broke in a multicpu IRIX box)
+     Branch: perl
+          ! ext/threads/t/thread.t
+____________________________________________________________________________
+[ 16043] By: jhi                                   on 2002/04/21  15:56:30
+        Log: As if people would be reading the documentation :-)
+     Branch: perl
+          ! opcode.pl
+____________________________________________________________________________
+[ 16042] By: jhi                                   on 2002/04/21  15:15:05
+        Log: Typo tweaks.
+     Branch: perl
+          ! pod/perlrun.pod
+____________________________________________________________________________
+[ 16041] By: sky                                   on 2002/04/21  13:53:54
+        Log: Got the last memory leak in the while(1) { threads->create(sub 
+             {})->join() }, now we can loop over a million threads without a 
+             problem. 
+             Cleared up SVs that should have been mortal but never where.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 16040] By: rgs                                   on 2002/04/21  12:25:15
+        Log: Make doc clearer, as suggested by Brent Dax
+     Branch: perl
+          ! opcode.pl
+____________________________________________________________________________
+[ 16039] By: rgs                                   on 2002/04/21  12:20:47
+        Log: Revert change #15974.
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 16038] By: nick                                  on 2002/04/21  08:43:48
+        Log: Integrate mainline
+     Branch: perlio
+         +> win32/config.vc64 win32/config_H.vc64
+         !> (integrate 43 files)
+____________________________________________________________________________
+[ 16037] By: nick                                  on 2002/04/21  08:10:07
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/ucm/big5-eten.ucm
+          - ext/Encode/ucm/big5.ucm win32/Makefile.win64
+          - win32/config.win64 win32/config_H.win64
+         !> MANIFEST Porting/makerel ext/Encode/Changes
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
+         !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
+         !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+         !> ext/Encode/lib/Encode/Config.pm
+         !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+         !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
+         !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
+         !> pod/perlunicode.pod vms/vms.c
+____________________________________________________________________________
+[ 16036] By: jhi                                   on 2002/04/21  03:04:41
+        Log: S_ stands sfor static.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 16035] By: jhi                                   on 2002/04/21  02:52:35
+        Log: htovs et al might be macros.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 16034] By: gsar                                  on 2002/04/21  02:11:06
+        Log: missed checkin of this file in change#16033
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 16033] By: gsar                                  on 2002/04/21  01:55:35
+        Log: Windows 64-bit support:
+             
+             * support for building it in the regular makefiles
+             * large files support via the _*i64() functions (this should be
+             portable to the 32-bit universe too, but quite untested and
+             and binary-incompatible, therefore not enabled there)
+             * three additional test failures in addition to the t/end.t one
+             (see README.win32)
+             * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
+             the ones available from the CRT (needed because Perl uses
+             the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
+             * add a few 64-bit notes to README.win32
+             
+             The following general problems were also fixed:
+             
+             * s/struct stat/Stat_t/g
+             * Data::Dumper had some naughty 'long' typecasts
+             * Errno_pm.PL didn't work safe when winsock.h was not in the same
+             directory as errno.h
+             * various tell/seek things were incorrectly prototyped
+             * squelch ugly looking noise when running tests
+             * Embed.t wasn't linking in all the libraries
+             * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
+             * re-enable all the disabled warnings (additional fixes may be
+             needed for the warnings uncovered by this)
+     Branch: perl
+          + win32/config.vc64 win32/config_H.vc64
+          ! MANIFEST README.win32 doio.c dosish.h
+          ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
+          ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
+          ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
+          ! win32/config.vc win32/makefile.mk win32/perlglob.c
+          ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
+          ! win32/win32iop.h win32/win32sck.c
+____________________________________________________________________________
+[ 16032] By: jhi                                   on 2002/04/20  23:07:20
+        Log: Upgrade to Encode 1.52, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
+          ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
+          ! ext/Encode/ucm/big5-hkscs.ucm
+____________________________________________________________________________
+[ 16031] By: jhi                                   on 2002/04/20  22:22:23
+        Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sat, 20 Apr 2002 03:36:28 -0400
+             Message-ID: <20020420073628.324.qmail@plover.com>
+     Branch: perl
+          ! pod/perlopentut.pod
+____________________________________________________________________________
+[ 16030] By: sky                                   on 2002/04/20  22:02:32
+        Log: Remove auto-detach
+             Cleans up memory now, destroys the mutex and frees thread
+             Makes returnvalues mortal
+             Doesn't run thread_destruct until the thread has stopped AND
+             all references to it are gone.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 16029] By: jhi                                   on 2002/04/20  21:46:33
+        Log: Subject: [PATCH @16005] rescue perldoc for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 20 Apr 2002 15:16:30 -0500
+             Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 16028] By: jhi                                   on 2002/04/20  21:44:27
+        Log: Subject: Re: [PATCH] typo
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 20 Apr 2002 15:41:23 +0200
+             Message-ID: <m37kn2o5bw.fsf@anima.de>
+     Branch: perl
+          ! ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 16027] By: nick                                  on 2002/04/20  21:42:09
+        Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
+             and change test not to skip them.
+     Branch: perlio
+          ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16026] By: jhi                                   on 2002/04/20  21:40:20
+        Log: Upgrade to Encode 1.51, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/ucm/big5-eten.ucm
+          - ext/Encode/ucm/big5.ucm
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/MANIFEST
+          ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+          ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
+____________________________________________________________________________
+[ 16025] By: gsar                                  on 2002/04/20  19:58:59
+        Log: purge existing win64 stuff (this never really worked in 5.7.x)
+             in preparation for completely redone win64 support
+     Branch: perl
+          - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
+          ! MANIFEST Porting/makerel
+____________________________________________________________________________
+[ 16024] By: rgs                                   on 2002/04/20  19:09:35
+        Log: Subject: Re: perl@16005
+             From: Stas Bekman <stas@stason.org>
+             Date: Sat, 20 Apr 2002 13:06:49 +0800
+             Message-ID: <3CC0F769.1010705@stason.org>
+             (with a minor formatting nit)
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 16023] By: nick                                  on 2002/04/20  19:06:04
+        Log: Some tweaks for encodings which need lines.
+             Also disabled trial of using fallbacks.
+     Branch: perlio
+          ! ext/PerlIO/encoding/encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16022] By: nick                                  on 2002/04/20  18:37:38
+        Log: Various tweaks to Encode
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Unicode/Unicode.xs
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
+____________________________________________________________________________
+[ 16021] By: jhi                                   on 2002/04/20  14:31:31
+        Log: Subject: [PATCH] perlunicode.pod typos
+             From: andreas.koenig@anima.de (Andreas J. Koenig)     
+             Date: Sat, 20 Apr 2002 11:20:25 +0200
+             Message-ID: <m3vgamoheu.fsf@anima.de>
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 16020] By: jhi                                   on 2002/04/20  14:28:12
+        Log: Test tweak from mjd.
+     Branch: perl
+          ! lib/Memoize/t/errors.t
+____________________________________________________________________________
+[ 16019] By: jhi                                   on 2002/04/20  14:26:17
+        Log: Integrate perlio;
+             
+             Tweak to Encode.xs to avoid buffer overrun.
+             
+             Add :bytes to POD part.
+             Remove 'alias' to Encode now it exists as a module.
+             
+             Fill in the PERLIO sections.
+     Branch: perl
+         !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
+____________________________________________________________________________
+[ 16018] By: nick                                  on 2002/04/20  13:38:24
+        Log: Fill in the PERLIO sections.
+     Branch: perlio
+          ! pod/perlrun.pod
+____________________________________________________________________________
+[ 16017] By: nick                                  on 2002/04/20  13:37:15
+        Log: Add :bytes to POD part.
+             Remove 'alias' to Encode now it exists as a module.
+     Branch: perlio
+          ! lib/PerlIO.pm
+____________________________________________________________________________
+[ 16016] By: sky                                   on 2002/04/20  13:12:31
+        Log: Really let the update of the link list do something.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 16015] By: nick                                  on 2002/04/20  07:51:26
+        Log: Integrate mainline
+     Branch: perlio
+         !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
+         !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
+         !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
+____________________________________________________________________________
+[ 16014] By: nick                                  on 2002/04/20  07:46:11
+        Log: Tweak to Encode.xs to avoid buffer overrun.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16013] By: jhi                                   on 2002/04/20  01:48:13
+        Log: Subject: [PATCH] t/japh/abigail.t
+             From: abigail@foad.org
+             Date: Fri, 19 Apr 2002 02:21:36 +0200
+             Message-ID: <20020419002136.16948.qmail@foad.org>
+             
+             Subject: Re: [PATCH] t/japh/abigail.t
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 19 Apr 2002 11:23:45 -0500
+             Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
+     Branch: perl
+          ! t/japh/abigail.t
+____________________________________________________________________________
+[ 16012] By: jhi                                   on 2002/04/20  01:46:03
+        Log: User-defined character properties were unintentionally
+             removed, noticed by Dan Kogai.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
+          ! pod/perlunicode.pod t/op/pat.t
+____________________________________________________________________________
+[ 16011] By: jhi                                   on 2002/04/19  21:53:55
+        Log: Subject: Re: [PATCH] Big5-related changes.
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Sat, 20 Apr 2002 04:06:31 +0800
+             Message-ID: <20020419200631.GA20964@not.autrijus.org>
+     Branch: perl
+          ! README.cn README.tw
+____________________________________________________________________________
+[ 16010] By: rgs                                   on 2002/04/19  20:52:19
+        Log: Add a BUGS sections to O.pm
+     Branch: perl
+          ! ext/B/O.pm
+____________________________________________________________________________
+[ 16009] By: rgs                                   on 2002/04/19  20:07:02
+        Log: Disable warning noise
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 16008] By: rgs                                   on 2002/04/19  19:54:08
+        Log: More tests for the 3-arg open
+     Branch: perl
+          ! t/io/open.t t/lib/warnings/doio
+____________________________________________________________________________
+[ 16007] By: nick                                  on 2002/04/19  17:45:53
+        Log: Silence warning generating warning message for U+FFFF does not map etc.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 16006] By: nick                                  on 2002/04/19  15:24:57
+        Log: Integrate mainline (for Tk with Encode testing)
+             Some perlio & encode issues otherwise cleanish.
+     Branch: perlio
+         +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
+         +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
+         +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
+         +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
+         +> ext/threads/t/thread.t
+          - ext/Encode/lib/Encode/Unicode.pm
+         !> (integrate 38 files)
+____________________________________________________________________________
+[ 16005] By: jhi                                   on 2002/04/19  13:26:39
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 16004] By: jhi                                   on 2002/04/19  13:15:22
+        Log: Subject: [PATCH] warn on ref open without perlio
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 18 Apr 2002 23:17:44 +0200
+             Message-ID: <20020418231744.A24159@rafael>
+             
+             (with one nit, the skip message needed "# " prefix)
+     Branch: perl
+          ! doio.c pod/perldiag.pod t/lib/warnings/doio
+____________________________________________________________________________
+[ 16003] By: jhi                                   on 2002/04/19  12:59:11
+        Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 19 Apr 2002 15:43:47 +0200
+             Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 16002] By: jhi                                   on 2002/04/19  12:58:23
+        Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+          ! ext/PerlIO/encoding/encoding.xs
+____________________________________________________________________________
+[ 16001] By: jhi                                   on 2002/04/19  12:58:00
+        Log: Upgrade to Encode 1.50, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
+          + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
+          + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
+          + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
+          - ext/Encode/lib/Encode/Unicode.pm
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
+          ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
+          ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
+          ! ext/Encode/t/jisx0208.ref
+____________________________________________________________________________
+[ 16000] By: jhi                                   on 2002/04/19  12:16:08
+        Log: Subject: CPAN.pm sync
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 19 Apr 2002 11:55:07 +0200
+             Message-ID: <m3ads0qah0.fsf@anima.de>
+     Branch: perl
+          ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
+____________________________________________________________________________
+[ 15999] By: jhi                                   on 2002/04/19  12:08:54
+        Log: Snip away an obsolete section noticed by Benjamin Goldberg.
+     Branch: perl
+          ! pod/perltooc.pod
+____________________________________________________________________________
+[ 15998] By: jhi                                   on 2002/04/19  00:43:45
+        Log: The previous change on this was *ahem* slightly off-topic.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+____________________________________________________________________________
+[ 15997] By: gsar                                  on 2002/04/19  00:19:47
+        Log: variant of change#14657 from mainline, modified for binary
+             compatibility for 5.6.x (from  Jan Dubois)
+     Branch: maint-5.6/perl
+          ! lib/Win32.pod win32/win32.c
+____________________________________________________________________________
+[ 15996] By: ams                                   on 2002/04/18  16:16:26
+        Log: Subject: [PATCH] Typo in pod/perldebtut.pod
+             From: abigail@foad.org
+             Date: Thu, 18 Apr 2002 17:09:45 +0200
+             Message-Id: <20020418150945.389.qmail@foad.org>
+     Branch: perl
+          ! pod/perldebtut.pod
+____________________________________________________________________________
+[ 15995] By: jhi                                   on 2002/04/18  14:14:10
+        Log: z/OS situation update.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15994] By: jhi                                   on 2002/04/18  13:43:37
+        Log: Doc tweaks.
+     Branch: perl
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
+____________________________________________________________________________
+[ 15993] By: jhi                                   on 2002/04/18  13:05:46
+        Log: The tests need perlio.
+     Branch: perl
+          ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
+____________________________________________________________________________
+[ 15992] By: jhi                                   on 2002/04/18  12:58:17
+        Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 18 Apr 2002 09:38:17 -0400
+             Message-ID: <20020418133817.22436.qmail@plover.com>    
+             
+             Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 18 Apr 2002 09:54:50 -0400
+             Message-ID: <20020418135450.22999.qmail@plover.com>    
+     Branch: perl
+          ! pod/perlfaq8.pod
+____________________________________________________________________________
+[ 15991] By: sky                                   on 2002/04/18  09:18:14
+        Log: Port testcases from thr5005 tests so we don't fail on same things.
+             Added yield support using threads->yield().
+     Branch: perl
+          + ext/threads/t/thread.t
+          ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
+____________________________________________________________________________
+[ 15990] By: nick                                  on 2002/04/18  07:56:40
+        Log: Integrate mainline
+     Branch: perlio
+          - t/io/full.t
+         !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
+         !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
+         !> perl.c t/op/groups.t toke.c win32/win32.c
+____________________________________________________________________________
+[ 15989] By: sky                                   on 2002/04/18  07:15:55
+        Log: Always flush the PerlIO buffers after running END blocks in 
+             perl_destruct. This should fix ext/threads/t/end.t under Win32.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15988] By: dougm                                 on 2002/04/18  01:56:16
+        Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15987] By: jhi                                   on 2002/04/17  21:51:18
+        Log: Move /dev/full testing post-5.8.0.
+     Branch: perl
+          - t/io/full.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15986] By: jhi                                   on 2002/04/17  21:38:43
+        Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
+             ("Crays have only REAL memory.")
+     Branch: perl
+          ! hints/unicos.sh hints/unicosmk.sh
+____________________________________________________________________________
+[ 15985] By: jhi                                   on 2002/04/17  21:33:56
+        Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
+             From: luc.st-louis@ca.transport.bombardier.com
+             Date: Wed, 17 Apr 2002 14:22:25 -0400
+             Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15984] By: jhi                                   on 2002/04/17  21:12:34
+        Log: With -Uuseperlio the error might be EBADF.
+     Branch: perl
+          ! t/io/full.t
+____________________________________________________________________________
+[ 15983] By: jhi                                   on 2002/04/17  21:05:04
+        Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Wed, 17 Apr 2002 21:16:22 +0400
+             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
+     Branch: perl
+          ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 15982] By: jhi                                   on 2002/04/17  21:04:02
+        Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
+             From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+             Date: Wed, 17 Apr 2002 20:08:03 +0400
+             Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15981] By: jhi                                   on 2002/04/17  21:02:13
+        Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Wed, 17 Apr 2002 11:14:17 -0400
+             Message-ID: <20020417151417.27268.qmail@plover.com>
+     Branch: perl
+          ! t/io/full.t
+____________________________________________________________________________
+[ 15980] By: jhi                                   on 2002/04/17  20:57:36
+        Log: README.cjk update.
+     Branch: perl
+          ! README.cn README.jp README.ko README.tw
+____________________________________________________________________________
+[ 15979] By: rgs                                   on 2002/04/17  20:24:48
+        Log: Subject: [PATCH toke.c] @:foo?
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 17 Apr 2002 19:48:09 +0200
+             Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 15978] By: rgs                                   on 2002/04/17  20:20:19
+        Log: Subject: Re: gcc on HP
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 17 Apr 2002 20:36:34 +0200
+             Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 15977] By: rgs                                   on 2002/04/17  19:54:49
+        Log: Adjust test for groups that appear multiple times on Cygwin
+     Branch: perl
+          ! t/op/groups.t
+____________________________________________________________________________
+[ 15976] By: nick                                  on 2002/04/17  17:03:40
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
+         +> ext/PerlIO/encoding/encoding.pm
+         +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
+         +> ext/threads/shared/t/queue.t t/io/full.t
+          - ext/Encode/lib/Encode/XS.pm
+         !> (integrate 50 files)
+____________________________________________________________________________
+[ 15975] By: jhi                                   on 2002/04/17  14:40:03
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15974] By: jhi                                   on 2002/04/17  14:34:16
+        Log: Subject: [PATCH B::Deparse] "foo bar"->()
+             From: Robin Houston <robin@kitsite.com>
+             Date: Wed, 17 Apr 2002 15:45:32 +0100
+             Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 15973] By: jhi                                   on 2002/04/17  14:34:03
+        Log: metaconfig unit change for #15972.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15972] By: jhi                                   on 2002/04/17  14:31:42
+        Log: As suggested by Arthur: the threads and threads::shared
+             modules are always present.  This tries to preempt two
+             kinds of bug reports: (1) "the Perl 5.8.0 was supposed
+             to have this new fancy threads implementation but my Perl
+             doesn't seem to have it" (2) someone attempting to install
+             threads using CPAN.pm and CPAN.pm helpfully starting to
+             install perl 5.8.0 (which they might already have installed).
+     Branch: perl
+          ! Configure ext/threads/Makefile.PL
+          ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
+          ! ext/threads/shared/shared.xs ext/threads/threads.pm
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 15971] By: jhi                                   on 2002/04/17  14:19:07
+        Log: More signedness nits.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15970] By: jhi                                   on 2002/04/17  13:02:33
+        Log: fast_abs_path() is tainted.
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 15969] By: jhi                                   on 2002/04/17  12:56:17
+        Log: Signedness nit.
+     Branch: perl
+          ! ext/Encode/bin/enc2xs
+____________________________________________________________________________
+[ 15968] By: jhi                                   on 2002/04/17  12:45:42
+        Log: Subject: gcc on HP
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 17 Apr 2002 12:43:38 +0200
+             Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 15967] By: jhi                                   on 2002/04/17  12:43:07
+        Log: Add just a little bit more explanation to PerlIO::encoding.
+     Branch: perl
+          ! ext/PerlIO/encoding/encoding.pm
+____________________________________________________________________________
+[ 15966] By: jhi                                   on 2002/04/17  12:32:17
+        Log: PerlIO::encoding 0.01 from Dan Kogai.
+     Branch: perl
+          + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
+          + ext/PerlIO/encoding/encoding.pm
+          + ext/PerlIO/encoding/encoding.xs
+          ! MANIFEST
+____________________________________________________________________________
+[ 15965] By: jhi                                   on 2002/04/17  12:24:56
+        Log: Upgrade to Encode 1.42, from Dan Kogai.
+     Branch: perl
+          - ext/Encode/lib/Encode/XS.pm
+          ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
+          ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
+          ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
+          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
+          ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
+          ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
+          ! ext/Encode/t/encoding.t
+____________________________________________________________________________
+[ 15964] By: jhi                                   on 2002/04/17  12:17:42
+        Log: Test tweaks from mjd and Benjamin Goldberg.
+     Branch: perl
+          ! t/io/full.t
+____________________________________________________________________________
+[ 15963] By: jhi                                   on 2002/04/16  22:31:24
+        Log: Document taint-safeness.   Life in the fast_abs_path()
+             lane is unsafe.
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 15962] By: jhi                                   on 2002/04/16  22:14:41
+        Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Tue, 16 Apr 2002 19:24:12 -0400
+             Message-ID: <20020416232412.14297.qmail@plover.com>
+     Branch: perl
+          + t/io/full.t
+          ! MANIFEST perlio.c
+____________________________________________________________________________
+[ 15961] By: jhi                                   on 2002/04/16  22:10:54
+        Log: Manifestations of mjd, from mjd.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15960] By: jhi                                   on 2002/04/16  22:10:11
+        Log: metaconfig unit change for #15959.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15959] By: jhi                                   on 2002/04/16  22:09:56
+        Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
+             Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15958] By: jhi                                   on 2002/04/16  22:05:07
+        Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 16 Apr 2002 22:22:41 +0100
+             Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
+     Branch: perl
+          ! embed.fnc global.sym hv.c universal.c
+____________________________________________________________________________
+[ 15957] By: jhi                                   on 2002/04/16  21:58:44
+        Log: Documents for Merijn and lots of XXXs for NI-S :-)
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlrun.pod
+____________________________________________________________________________
+[ 15956] By: sky                                   on 2002/04/16  21:26:53
+        Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
+             in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
+             stuff being 0xabababab on cleanup.
+     Branch: perl
+          + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15955] By: nick                                  on 2002/04/16  20:46:03
+        Log: Integate mainline (other machine)
+     Branch: perlio
+         !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
+         !> t/op/magic.t
+____________________________________________________________________________
+[ 15954] By: nick                                  on 2002/04/16  20:13:32
+        Log: Integrate mainline
+     Branch: perlio
+         +> README.cn README.jp README.ko README.tw
+         +> ext/threads/shared/t/av_refs.t
+         +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
+         !> (integrate 41 files)
+____________________________________________________________________________
+[ 15953] By: rgs                                   on 2002/04/16  19:53:28
+        Log: B::walkoptree bugfix (see also #15850)
+     Branch: perl
+          ! ext/B/B.xs ext/B/t/terse.t
+____________________________________________________________________________
+[ 15952] By: rgs                                   on 2002/04/16  18:36:49
+        Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Tue, 16 Apr 2002 21:09:44 +0200
+             Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15951] By: jhi                                   on 2002/04/16  13:44:28
+        Log: Subject: [PATCH] B::Deparse problems with japhs
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Tue, 16 Apr 2002 15:47:33 +0100
+             Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 15950] By: jhi                                   on 2002/04/16  13:36:30
+        Log: Stas' tainting worries, obscured by me.
+     Branch: perl
+          ! ext/Cwd/t/cwd.t lib/Cwd.pm
+____________________________________________________________________________
+[ 15949] By: jhi                                   on 2002/04/16  13:16:31
+        Log: Pod tweak to avoid =item<japanese> problems.
+     Branch: perl
+          ! README.jp
+____________________________________________________________________________
+[ 15948] By: jhi                                   on 2002/04/16  12:39:18
+        Log: Some UTF-8 todos.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15947] By: jhi                                   on 2002/04/16  12:34:36
+        Log: Let's not promise too much: use utf8 only works on identifier
+             names, not package or subroutine names (admittedly limited [1], but
+             that's what the Camel says, and that's what we are going to stick
+             to for 5.8.0).  Also document that use vars does not do utf8.
+             [1] The obvious problem in both is that package and subroutine
+             names need to mappable to the filesystem.
+     Branch: perl
+          ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
+____________________________________________________________________________
+[ 15946] By: jhi                                   on 2002/04/16  12:02:18
+        Log: Subject: [PATCH] small typo in IO::Pipe pod
+             From: Slaven Rezic <rezic@onlineoffice.de>
+             Date: Tue, 16 Apr 2002 12:31:10 +0200
+             Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
+     Branch: perl
+          ! ext/IO/lib/IO/Pipe.pm
+____________________________________________________________________________
+[ 15945] By: jhi                                   on 2002/04/16  11:57:45
+        Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
+             From: Arthur Bergman <arthur@contiller.se>
+             Date: Tue, 16 Apr 2002 11:58:45 +0200
+             Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
+     Branch: perl
+          ! lib/Attribute/Handlers.pm
+____________________________________________________________________________
+[ 15944] By: jhi                                   on 2002/04/16  04:31:49
+        Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
+             Jungshik Shin.  Regen toc.
+     Branch: perl
+          + README.cn README.jp README.ko README.tw
+          ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 15943] By: jhi                                   on 2002/04/16  03:59:00
+        Log: my $utf8here, our $utf8here, and package variable $utf8here.
+             
+             The actual minimal fix is in utf8.c and from NI-S,
+             the rest are the tests (in fresh_perl since I couldn't get
+             them easily to work elsewhere) and a slight behaviour change:
+             previously UTF-8 identifiers had to start with an alphabetic
+             character.  No more so, now they can start with an (Unicode)
+             ID_Continue character (which however is not a (Unicode) digit).
+             (Limiting the first character to ID_Start would be rather
+             restrictive, since ID_Start allows only alphabetic letters.)
+             
+             TODO: use vars qw($utf8here).  This I don't find to be
+             a showstopper.
+     Branch: perl
+          ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
+          ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
+____________________________________________________________________________
+[ 15942] By: ams                                   on 2002/04/16  02:24:25
+        Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 15 Apr 2002 22:06:14 -0500
+             Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
+     Branch: perl
+          ! lib/FileCache.t
+____________________________________________________________________________
+[ 15941] By: ams                                   on 2002/04/16  02:16:35
+        Log: Subject: [PATCH] s2p fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 15 Apr 2002 21:48:36 -0500
+             Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
+     Branch: perl
+          ! configure.com t/x2p/s2p.t x2p/s2p.PL
+____________________________________________________________________________
+[ 15940] By: jhi                                   on 2002/04/15  22:23:31
+        Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
+             (and the licensing of the other code clarified, from Mark Bixby.)
+     Branch: perl
+          ! mpeix/mpeix.c
+____________________________________________________________________________
+[ 15939] By: jhi                                   on 2002/04/15  22:17:16
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15938] By: sky                                   on 2002/04/15  22:13:17
+        Log: Add support for my $foo : shared; 
+             Add testcase for this.
+             Update manifest.
+     Branch: perl
+          + ext/threads/shared/t/shared_attr.t
+          ! MANIFEST ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 15937] By: jhi                                   on 2002/04/15  21:58:38
+        Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
+             From: abigail@foad.org
+             Date: Mon, 15 Apr 2002 17:41:17 +0200
+             Message-ID: <20020415154117.1559.qmail@foad.org>
+             
+             (With EBCDIC skippage added, and the skip reason
+             skippage on the two ?? loops tweaked.)
+     Branch: perl
+          + t/japh/abigail.t
+          ! MANIFEST t/TEST
+____________________________________________________________________________
+[ 15936] By: jhi                                   on 2002/04/15  21:48:56
+        Log: Subject: Re: [ID 20020412.005] Dancing ??s
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
+             Date: Sun, 14 Apr 2002 16:09:30 +0100
+             Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
+     Branch: perl
+          ! pod/perlop.pod pp_hot.c t/op/pat.t
+____________________________________________________________________________
+[ 15935] By: jhi                                   on 2002/04/15  21:47:45
+        Log: Subject: [PATCH] t/test.pl additional functionality for runperl
+             From: abigail@foad.org
+             Date: Mon, 15 Apr 2002 17:40:02 +0200
+             Message-ID: <20020415154002.1549.qmail@foad.org>
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 15934] By: jhi                                   on 2002/04/15  21:46:27
+        Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 15 Apr 2002 14:05:26 -0500
+             Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
+     Branch: perl
+          ! universal.c
+____________________________________________________________________________
+[ 15933] By: sky                                   on 2002/04/15  21:26:16
+        Log: Test arrays containing references, and references to shared arrays.
+     Branch: perl
+          + ext/threads/shared/t/av_refs.t
+____________________________________________________________________________
+[ 15932] By: nick                                  on 2002/04/15  15:06:49
+        Log: Integrate mainline (for Encode)
+     Branch: perlio
+         +> ext/Encode/Encode/ConfigLocal_PM.e2x
+         +> ext/Encode/lib/Encode/JP/JIS7.pm
+          - ext/Encode/lib/Encode/JP/2022_JP.pm
+          - ext/Encode/lib/Encode/JP/2022_JP1.pm
+          - ext/Encode/lib/Encode/JP/JIS.pm
+         !> (integrate 26 files)
+____________________________________________________________________________
+[ 15931] By: ams                                   on 2002/04/15  14:51:31
+        Log: Subject: [PATCH] Chip didn't time travel.
+             From: abigail@foad.org
+             Date: Mon, 15 Apr 2002 17:40:22 +0200
+             Message-Id: <20020415154022.1554.qmail@foad.org>
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 15930] By: jhi                                   on 2002/04/15  14:40:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15929] By: jhi                                   on 2002/04/15  14:33:52
+        Log: The #15921 made the 'no warnings' unnecessary.
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 15928] By: jhi                                   on 2002/04/15  14:28:59
+        Log: Subject: Re: [FILE] FileCache.t
+             From: belg4mit <belg4mit@mit.edu>
+             Date: Mon, 15 Apr 2002 01:31:21 -0400
+             Message-ID: <3CBA65A9.A228DBA1@mit.edu>
+     Branch: perl
+          ! lib/FileCache.t
+____________________________________________________________________________
+[ 15927] By: jhi                                   on 2002/04/15  14:19:27
+        Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
+     Branch: perl
+          ! lib/FileCache.pm lib/FileCache.t
+____________________________________________________________________________
+[ 15926] By: jhi                                   on 2002/04/15  13:47:16
+        Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 14 Apr 2002 22:54:43 +0100
+             Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Hash/Util.t
+____________________________________________________________________________
+[ 15925] By: jhi                                   on 2002/04/15  13:23:34
+        Log: Subject: [Encode] 1.40 released!
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Mon, 15 Apr 2002 07:51:52 +0900
+             Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
+     Branch: perl
+          + ext/Encode/Encode/ConfigLocal_PM.e2x
+          + ext/Encode/lib/Encode/JP/JIS7.pm
+          - ext/Encode/lib/Encode/JP/2022_JP.pm
+          - ext/Encode/lib/Encode/JP/2022_JP1.pm
+          - ext/Encode/lib/Encode/JP/JIS.pm
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
+          ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
+          ! ext/Encode/lib/Encode/Config.pm
+          ! ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
+          ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
+____________________________________________________________________________
+[ 15924] By: jhi                                   on 2002/04/15  12:52:58
+        Log: return undef is of questionable style.
+     Branch: perl
+          ! lib/Hash/Util.pm
+____________________________________________________________________________
+[ 15923] By: jhi                                   on 2002/04/15  12:47:26
+        Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
+             From: mjd@plover.com
+             Date: 15 Apr 2002 06:46:02 -0000
+             Message-ID: <20020415064602.17052.qmail@plover.com>     
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 15922] By: jhi                                   on 2002/04/15  12:40:09
+        Log: Subject: [PATCH 5.7.3] test @+ and @- features   
+             From: mjd@plover.com
+             Date: 14 Apr 2002 22:30:17 -0000
+             Message-ID: <20020414223017.17361.qmail@plover.com>
+     Branch: perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 15921] By: jhi                                   on 2002/04/15  12:37:04
+        Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 15 Apr 2002 02:41:52 -0400
+             Message-ID: <20020415064152.16958.qmail@plover.com>
+     Branch: perl
+          ! perl.c t/lib/warnings/toke
+____________________________________________________________________________
+[ 15920] By: jhi                                   on 2002/04/15  12:32:43
+        Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 14 Apr 2002 18:56:02 -0500
+             Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15919] By: nick                                  on 2002/04/15  06:14:25
+        Log: Integrate mainline
+     Branch: perlio
+         !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
+         !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
+         !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
+____________________________________________________________________________
+[ 15918] By: ams                                   on 2002/04/15  04:25:48
+        Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 15 Apr 2002 11:45:03 +0800
+             Message-Id: <3CBA4CBF.9030306@stason.org>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 15917] By: ams                                   on 2002/04/15  04:21:14
+        Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 15 Apr 2002 00:30:26 -0400
+             Message-Id: <20020415043026.11417.qmail@plover.com>
+     Branch: perl
+          ! perl.c t/lib/warnings/toke
+____________________________________________________________________________
+[ 15916] By: rgs                                   on 2002/04/14  19:30:41
+        Log: Correct precedence problem in #15915
+     Branch: perl
+          ! lib/vars.pm
+____________________________________________________________________________
+[ 15915] By: jhi                                   on 2002/04/14  15:41:01
+        Log: use vars wasn't use utf8 aware.
+     Branch: perl
+          ! lib/vars.pm
+____________________________________________________________________________
+[ 15914] By: jhi                                   on 2002/04/14  15:20:58
+        Log: Subject: [PATCH] Re: restricted hashes are unblessable
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 13 Apr 2002 23:43:02 +0100
+             Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
+             
+             The function name sucks but can't think of anything better.
+     Branch: perl
+          ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
+____________________________________________________________________________
+[ 15913] By: jhi                                   on 2002/04/14  14:55:07
+        Log: Subject: AUTHORS update
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Sun, 14 Apr 2002 11:54:40 -0400
+             Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15912] By: nick                                  on 2002/04/14  14:47:18
+        Log: XS versions of encode/decode for Encode::Unicode
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
+____________________________________________________________________________
+[ 15911] By: jhi                                   on 2002/04/14  14:28:59
+        Log: metaconfig unit changes for #15910.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15910] By: jhi                                   on 2002/04/14  14:26:14
+        Log: Simplify the _r probing code by adding the i_systime
+             only for the APIs where it matters.
+     Branch: perl
+          ! Configure reentr.pl
+____________________________________________________________________________
+[ 15909] By: jhi                                   on 2002/04/14  14:10:14
+        Log: Integrate perlio;
+             
+             Avoid expensive paranoid check that decoder does return legal UTF-8
+             
+             Disable test code (assertions) in CRLF layer.
+     Branch: perl
+         !> ext/Encode/Encode.xs perlio.c
+____________________________________________________________________________
+[ 15908] By: jhi                                   on 2002/04/14  14:05:45
+        Log: Subject: patch for FileCache in 5.7.3
+             From: JPIERCE <belg4mit@MIT.EDU>
+             Date: Sun, 14 Apr 2002 00:38:21 -0400
+             Message-Id: <200204140438.AAA30812@calloway.mit.edu>
+     Branch: perl
+          ! lib/FileCache.pm
+____________________________________________________________________________
+[ 15907] By: jhi                                   on 2002/04/14  14:03:53
+        Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
+             From: Tim Bunce <Tim.Bunce@pobox.com>
+             Date: Sun, 14 Apr 2002 12:07:35 +0100
+             Message-ID: <20020414120735.U81028@dansat.data-plan.com>
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 15906] By: jhi                                   on 2002/04/14  14:00:03
+        Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 14 Apr 2002 16:29:59 +0200
+             Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15905] By: jhi                                   on 2002/04/14  13:50:14
+        Log: Subject: Enable portable gcc code on hp-ux
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 14 Apr 2002 16:30:01 +0200
+             Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15904] By: nick                                  on 2002/04/14  09:18:01
+        Log: Disable test code (assertions) in CRLF layer.
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 15903] By: nick                                  on 2002/04/14  09:16:39
+        Log: Avoid expensive paranoid check that decoder does return legal UTF-8
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15902] By: nick                                  on 2002/04/14  09:15:45
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
+         +> t/win32/longpath.t t/win32/system.t
+          - t/op/winsystem.t
+         !> (integrate 30 files)
+____________________________________________________________________________
+[ 15901] By: jhi                                   on 2002/04/13  23:10:36
+        Log: Fixed URL for the Alpha editor.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15900] By: jhi                                   on 2002/04/13  21:43:19
+        Log: Dedodgify.
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 15899] By: jhi                                   on 2002/04/13  21:23:41
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15898] By: jhi                                   on 2002/04/13  19:59:49
+        Log: s2p needs Config.pm.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15897] By: jhi                                   on 2002/04/13  19:58:15
+        Log: Subject: [PATCH] Benchmark.t 75,90,109
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 13 Apr 2002 21:43:04 +0100
+             Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Benchmark.t
+____________________________________________________________________________
+[ 15896] By: jhi                                   on 2002/04/13  19:10:08
+        Log: Tweaks by Autrijus Tang.
+     Branch: perl
+          ! ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 15895] By: jhi                                   on 2002/04/13  18:27:05
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15894] By: jhi                                   on 2002/04/13  16:22:06
+        Log: z/OS tally update.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15893] By: jhi                                   on 2002/04/13  15:25:55
+        Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 13 Apr 2002 02:58:07 +0100
+             Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
+     Branch: perl
+          + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
+          ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
+          ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
+          ! t/lib/st-dump.pl
+____________________________________________________________________________
+[ 15892] By: jhi                                   on 2002/04/13  15:24:54
+        Log: Add piconv and enc2xs to the list of utilities.
+     Branch: perl
+          ! utils.lst
+____________________________________________________________________________
+[ 15891] By: jhi                                   on 2002/04/13  14:55:11
+        Log: s.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15890] By: rgs                                   on 2002/04/13  14:51:27
+        Log: Phrasing fixes by Nick Clark
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15889] By: rgs                                   on 2002/04/13  12:33:09
+        Log: More POD fixes and typos
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15888] By: rgs                                   on 2002/04/13  10:49:14
+        Log: Subject: Re: UTF-8 and DB_File ?
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 13 Apr 2002 13:29:41 +0200
+             Message-ID: <m3ads7j0pm.fsf@anima.de>
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15887] By: jhi                                   on 2002/04/12  22:38:23
+        Log: Fix a typo noticed by Paul Johnson.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15886] By: jhi                                   on 2002/04/12  21:38:11
+        Log: Subject: Re: Win32 Status
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 12 Apr 2002 10:15:33 -0400
+             Message-ID: <20020412141533.GB9788@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/t/INST.t
+____________________________________________________________________________
+[ 15885] By: jhi                                   on 2002/04/12  20:18:41
+        Log: Upgrade to Encode 1.34, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
+          ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15884] By: jhi                                   on 2002/04/12  20:16:16
+        Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
+             From: Graham TerMarsch <graham@howlingfrog.com>
+             Date: Fri, 12 Apr 2002 12:28:47 -0700
+             Message-Id: <200204121228.47826.graham@howlingfrog.com>
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15883] By: jhi                                   on 2002/04/12  20:01:37
+        Log: Subject: [PATCH] Re: OK, what did I break in unpack?
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 12 Apr 2002 21:59:06 +0100
+             Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 15882] By: jhi                                   on 2002/04/12  19:59:36
+        Log: Re-sort MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15881] By: jhi                                   on 2002/04/12  19:58:43
+        Log: Move also the Win32 system testing to t/win32.
+     Branch: perl
+          + t/win32/system.t
+          - t/op/winsystem.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15880] By: jhi                                   on 2002/04/12  19:57:05
+        Log: Integrate change #15879 from maint-5.6;
+             
+             Win32::GetLongPathName() did not return valid results if there
+             were "." and ".." components in the path; also fix a potential
+             buffer overflow if the long path happens to be longer than
+             MAX_PATH (this can presumably happen if they use \\?\... style
+             paths); add a rather limited testsuite that exercises just the
+             edge cases
+     Branch: perl
+         +> t/win32/longpath.t
+         !> MANIFEST t/harness win32/win32.c
+____________________________________________________________________________
+[ 15879] By: gsar                                  on 2002/04/12  19:45:50
+        Log: Win32::GetLongPathName() did not return valid results if there
+             were "." and ".." components in the path; also fix a potential
+             buffer overflow if the long path happens to be longer than
+             MAX_PATH (this can presumably happen if they use \\?\... style
+             paths); add a rather limited testsuite that exercises just the
+             edge cases
+     Branch: maint-5.6/perl
+          + t/win32/longpath.t
+          ! MANIFEST t/harness win32/win32.c
+____________________________________________________________________________
+[ 15878] By: nick                                  on 2002/04/12  14:38:32
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/ExtUtils/t/INST_PREFIX.t
+         !> (integrate 37 files)
+____________________________________________________________________________
+[ 15877] By: jhi                                   on 2002/04/12  14:05:23
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15876] By: jhi                                   on 2002/04/12  13:36:52
+        Log: Discuss the magic of \w in security terms.
+     Branch: perl
+          ! pod/perlsec.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 15875] By: jhi                                   on 2002/04/12  13:16:43
+        Log: Add a warning about the symbolic methods and
+             symbolic sub refs not being checked for taint.
+     Branch: perl
+          ! pod/perlsec.pod
+____________________________________________________________________________
+[ 15874] By: jhi                                   on 2002/04/12  12:27:41
+        Log: In EBCDIC the BOM detection doesn't seem
+             to be working right.  For now skipping the test,
+             waiting for Dan's opinion.
+     Branch: perl
+          ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15873] By: jhi                                   on 2002/04/12  02:10:33
+        Log: Update to Net::Ping 2.16.
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+____________________________________________________________________________
+[ 15872] By: jhi                                   on 2002/04/12  02:06:04
+        Log: Upgrade to CGI.pm 2.81.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
+____________________________________________________________________________
+[ 15871] By: jhi                                   on 2002/04/12  01:48:01
+        Log: Move up restricted hashes a bit.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15870] By: jhi                                   on 2002/04/12  01:23:58
+        Log: Now using Unicode 3.2.0.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15869] By: jhi                                   on 2002/04/11  22:48:24
+        Log: UNICOS too has sockpair issues (unsurprisingly,
+             since UNICOS/mk has them too)
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15868] By: jhi                                   on 2002/04/11  20:41:23
+        Log: FAQ patch from mjd regarding Tie::File.
+     Branch: perl
+          ! pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15867] By: jhi                                   on 2002/04/11  19:19:36
+        Log: ZWNJ, ZWJ.  Any further convenience aliasing should
+             consider using the NamesList.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15866] By: jhi                                   on 2002/04/11  18:40:55
+        Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 11 Apr 2002 13:47:21 -0500
+             Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
+     Branch: perl
+          ! lib/File/CheckTree.pm lib/File/CheckTree.t
+____________________________________________________________________________
+[ 15865] By: jhi                                   on 2002/04/11  18:39:36
+        Log: More NT Unicode information from Jan Dubois.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15864] By: jhi                                   on 2002/04/11  18:21:39
+        Log: Add one perltodo item (and move bunch of them to better spot),
+             add sysopen() to "Functions for filehandles, files, or directories".
+     Branch: perl
+          ! pod/perlfunc.pod pod/perltodo.pod
+____________________________________________________________________________
+[ 15863] By: jhi                                   on 2002/04/11  14:46:45
+        Log: Prettyprinting: shorten the lines to avoid linewrapping.
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 15862] By: jhi                                   on 2002/04/11  14:42:06
+        Log: Also NEC SUPER-UX has buggy sockpair().
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15861] By: jhi                                   on 2002/04/11  13:35:01
+        Log: dTHX works on its own just fine.
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs
+____________________________________________________________________________
+[ 15860] By: jhi                                   on 2002/04/11  13:34:40
+        Log: Must hold off building s2p until there's a miniperl.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15859] By: jhi                                   on 2002/04/11  13:02:10
+        Log: AIX: strerror_r() needs dTHX.
+     Branch: perl
+          ! ext/DynaLoader/dl_aix.xs
+____________________________________________________________________________
+[ 15858] By: jhi                                   on 2002/04/11  12:42:57
+        Log: Extracting the s2p may require the right dynlibpath.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15857] By: jhi                                   on 2002/04/11  12:40:59
+        Log: Doc tweaks.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.pm
+____________________________________________________________________________
+[ 15856] By: jhi                                   on 2002/04/11  12:33:57
+        Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 11 Apr 2002 01:25:26 -0400
+             Message-ID: <20020411052525.GA17038@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/INST_PREFIX.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
+          ! lib/ExtUtils/t/prefixify.t
+____________________________________________________________________________
+[ 15855] By: nick                                  on 2002/04/11  06:26:44
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 42 files)
+____________________________________________________________________________
+[ 15854] By: jhi                                   on 2002/04/11  02:38:50
+        Log: Unused variables.
+     Branch: perl
+          ! ext/threads/shared/shared.xs ext/threads/threads.xs
+____________________________________________________________________________
+[ 15853] By: jhi                                   on 2002/04/11  02:15:51
+        Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
+             From: Ilya Martynov <ilya@martynov.org>
+             Date: 11 Apr 2002 03:21:17 +0400
+             Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
+     Branch: perl
+          ! lib/Term/ReadLine.pm
+____________________________________________________________________________
+[ 15852] By: jhi                                   on 2002/04/10  22:48:15
+        Log: Upgrade to Encode 1.33, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
+          ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
+          ! ext/Encode/ucm/adobeSymbol.ucm
+          ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
+____________________________________________________________________________
+[ 15851] By: jhi                                   on 2002/04/10  21:25:30
+        Log: Backward portability from Dan Kogai.
+     Branch: perl
+          ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
+          ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
+          ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
+          ! ext/Storable/t/lock.t ext/Storable/t/overload.t
+          ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
+          ! ext/Storable/t/store.t ext/Storable/t/tied.t
+          ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
+          ! ext/Storable/t/utf8.t
+____________________________________________________________________________
+[ 15850] By: rgs                                   on 2002/04/10  20:07:42
+        Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
+             correctly). As a side-effect, fix a bug in B::Lint. The corresponding
+             bug in B::walkoptree still to be fixed.
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
+____________________________________________________________________________
+[ 15849] By: jhi                                   on 2002/04/10  18:39:15
+        Log: Subject: [PATCH perldelta.pod] Japanese language is ja
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 10 Apr 2002 21:29:58 +0200
+             Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15848] By: jhi                                   on 2002/04/10  14:22:12
+        Log: Integrate perlio;
+             
+             Add a \t to Win32 pm_to_blib $(TOUCH) line.
+     Branch: perl
+         !> lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 15847] By: nick                                  on 2002/04/10  13:08:29
+        Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
+     Branch: perlio
+          ! lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 15846] By: jhi                                   on 2002/04/10  12:57:51
+        Log: Try to fool old AIX when threading, from Merijn.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15845] By: jhi                                   on 2002/04/10  12:44:51
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15844] By: jhi                                   on 2002/04/10  12:38:41
+        Log: Welcome to the 5.7.3.
+     Branch: perl
+          ! NetWare/Makefile win32/Makefile
+____________________________________________________________________________
+[ 15843] By: jhi                                   on 2002/04/10  12:34:01
+        Log: Make x2p/s2p part of the test_prep target now that we
+             have a test for it.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15842] By: jhi                                   on 2002/04/10  11:47:23
+        Log: Integrate perlio.
+             
+             We have been 5.7.3 for a while - install there ...
+     Branch: perl
+         !> win32/makefile.mk
+____________________________________________________________________________
+[ 15841] By: jhi                                   on 2002/04/10  11:45:14
+        Log: SImilarly to old HP-UX, in old AIX too including
+             crypt.h leads into trouble.  (from Merijn)
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 15840] By: nick                                  on 2002/04/10  10:04:19
+        Log: We have been 5.7.3 for a while - install there ...
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 15839] By: nick                                  on 2002/04/10  10:03:46
+        Log: Intgrate mainline
+     Branch: perlio
+         +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
+          - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
+          - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
+         !> (integrate 40 files)
+____________________________________________________________________________
+[ 15838] By: ams                                   on 2002/04/10  04:16:45
+        Log: Subject: [PATCH] ext/attrs.t getting skipped
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 9 Apr 2002 23:58:49 -0500
+             Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
+     Branch: perl
+          ! t/TEST
+____________________________________________________________________________
+[ 15837] By: jhi                                   on 2002/04/10  01:18:57
+        Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 9 Apr 2002 20:52:55 -0400
+             Message-ID: <20020410005254.GI8954@blackrider>
+     Branch: perl
+          ! t/op/sub_lval.t
+____________________________________________________________________________
+[ 15836] By: jhi                                   on 2002/04/09  23:43:55
+        Log: Undo accident in #15385.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15835] By: jhi                                   on 2002/04/09  23:41:01
+        Log: Retract the UTF-8 filenames patch.  This may be
+             better dealt with in Perl level, a la File::Spec
+             (since the whole mess is strongly filesystem-specific).
+     Branch: metaconfig/U/perl
+          + usecjk.U
+          ! Extensions.U
+     Branch: perl
+          - ext/File/Glob/t/utf8.t
+          ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
+          ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
+          ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+          ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
+          ! t/op/readdir.t
+____________________________________________________________________________
+[ 15834] By: jhi                                   on 2002/04/09  20:05:59
+        Log: Upgrade to Encode 1.32, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
+          - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
+          - ext/Encode/ucm/macGurmukhi.ucm
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
+          ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm
+          ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
+          ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
+____________________________________________________________________________
+[ 15833] By: jhi                                   on 2002/04/09  18:32:27
+        Log: Add tests for s2p/psed, from Wolfgang Laun.
+     Branch: perl
+          + t/x2p/s2p.t
+          ! MANIFEST t/TEST
+____________________________________________________________________________
+[ 15832] By: jhi                                   on 2002/04/09  18:14:57
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq2.pod pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15831] By: jhi                                   on 2002/04/09  18:02:55
+        Log: Remove false dependency between getgrent and setpwent
+             having/not having FILE**.  Also make the names of the
+             {set,get,end}* interface struct members a bit shorter.
+     Branch: perl
+          ! reentr.c reentr.h reentr.pl
+____________________________________________________________________________
+[ 15830] By: jhi                                   on 2002/04/09  16:11:43
+        Log: Avoid bad prototypes.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15829] By: jhi                                   on 2002/04/09  14:45:48
+        Log: metaconfig unit change for #15828.
+     Branch: metaconfig
+          ! U/protos/Protochk.U
+____________________________________________________________________________
+[ 15828] By: jhi                                   on 2002/04/09  14:45:21
+        Log: As Merijn points out, pthread.h really needs to be known
+             by protochk.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15827] By: jhi                                   on 2002/04/09  12:45:56
+        Log: Integrate perlio;
+             
+             Patch up Encode for Tk
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
+         !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15826] By: nick                                  on 2002/04/09  12:38:25
+        Log: Patch up Encode for Tk
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15825] By: jhi                                   on 2002/04/09  11:51:36
+        Log: Portability tweak.
+     Branch: perl
+          ! lib/File/CheckTree.t
+____________________________________________________________________________
+[ 15824] By: sky                                   on 2002/04/09  10:51:07
+        Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
+             From: Abigail <abigail@osp.nl>
+             Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
+             Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
+     Branch: perl
+          ! pod/perlhist.pod
+____________________________________________________________________________
+[ 15823] By: nick                                  on 2002/04/09  08:17:59
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/lib/Encode/Config.pm
+         +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
+         !> (integrate 37 files)
+____________________________________________________________________________
+[ 15822] By: ams                                   on 2002/04/09  06:43:50
+        Log: Subject: [PATCH @15821] File::CheckTree hates @'s
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Tue, 09 Apr 2002 02:00:51 -0400
+             Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
+     Branch: perl
+          ! lib/File/CheckTree.pm
+____________________________________________________________________________
+[ 15821] By: jhi                                   on 2002/04/09  01:56:05
+        Log: Small perldelta tweaks.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15820] By: jhi                                   on 2002/04/09  01:37:28
+        Log: File::Checktree update from Paul Grassie.
+     Branch: perl
+          ! lib/File/CheckTree.pm lib/File/CheckTree.t
+____________________________________________________________________________
+[ 15819] By: ams                                   on 2002/04/08  22:43:48
+        Log: Subject: patch against t/op/sub_lval.t
+             From: Jim Cromie <jcromie@divsol.com>
+             Date: Mon, 08 Apr 2002 17:38:16 -0600
+             Message-Id: <3CB229E8.9080500@divsol.com>
+     Branch: perl
+          ! t/op/sub_lval.t
+____________________________________________________________________________
+[ 15818] By: ams                                   on 2002/04/08  22:40:16
+        Log: Humbly pay homage to the redundancy gods.
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 15817] By: jhi                                   on 2002/04/08  22:20:46
+        Log: metaconfig mirror #15816.
+     Branch: metaconfig
+          ! U/modified/Unix.U
+____________________________________________________________________________
+[ 15816] By: ams                                   on 2002/04/08  22:18:32
+        Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
+     Branch: perl
+          ! Porting/Glossary
+____________________________________________________________________________
+[ 15815] By: jhi                                   on 2002/04/08  22:05:08
+        Log: Small piconv tweaks (sent to Dan).
+     Branch: perl
+          ! ext/Encode/Encode.pm ext/Encode/bin/piconv
+          ! ext/Encode/lib/Encode/Alias.pm
+____________________________________________________________________________
+[ 15814] By: jhi                                   on 2002/04/08  19:04:52
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15813] By: jhi                                   on 2002/04/08  18:56:58
+        Log: FAQ sync.  (Ignoring the few URL differences for now.)
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
+          ! pod/perlfaq7.pod pod/perlfaq9.pod
+____________________________________________________________________________
+[ 15812] By: jhi                                   on 2002/04/08  18:23:41
+        Log: Upgrade to Encode 1.31, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15811] By: ams                                   on 2002/04/08  17:00:37
+        Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
+             Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! lib/sort.t pp_sort.c
+____________________________________________________________________________
+[ 15810] By: jhi                                   on 2002/04/08  16:27:32
+        Log: metaconfig unit changes for #15809.
+     Branch: metaconfig
+          ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
+____________________________________________________________________________
+[ 15809] By: jhi                                   on 2002/04/08  16:27:10
+        Log: Mirroring #15806.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 15808] By: jhi                                   on 2002/04/08  13:57:41
+        Log: metaconfig unit changes for #15807.
+     Branch: metaconfig
+          ! U/protos/Protochk.U U/threads/d_asctime_r.U
+          ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
+          ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
+          ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
+          ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
+          ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
+          ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
+          ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
+          ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
+          ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
+          ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
+          ! U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+          ! U/threads/i_pthread.U
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 15807] By: jhi                                   on 2002/04/08  13:57:12
+        Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 08 Apr 2002 14:34:27 +0200
+             Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! Configure hints/hpux.sh reentr.pl
+____________________________________________________________________________
+[ 15806] By: ams                                   on 2002/04/08  13:50:43
+        Log: Subject: [PATCH] Updates to Porting/Glossary
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 8 Apr 02 10:44 edt
+             Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
+     Branch: perl
+          ! Porting/Glossary
+____________________________________________________________________________
+[ 15805] By: ams                                   on 2002/04/08  13:47:32
+        Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
+             coredumps on startup)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 8 Apr 2002 10:34:49 -0400
+             Message-Id: <20020408143449.GB3245@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15804] By: ams                                   on 2002/04/08  13:29:28
+        Log: Subject: [PATCH] example in pod/perllexwarn.pod
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
+             Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
+     Branch: perl
+          ! pod/perllexwarn.pod
+____________________________________________________________________________
+[ 15803] By: jhi                                   on 2002/04/08  12:35:08
+        Log: Upgrade to Encode 1.30, from Dan Kogai. 
+     Branch: perl
+          + ext/Encode/lib/Encode/Encoder.pm
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
+          ! ext/Encode/t/grow.t
+____________________________________________________________________________
+[ 15802] By: jhi                                   on 2002/04/08  12:11:26
+        Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Mon, 08 Apr 2002 01:08:40 +0100
+             Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
+     Branch: perl
+          ! ext/MIME/Base64/t/base64.t
+____________________________________________________________________________
+[ 15801] By: nick                                  on 2002/04/08  07:28:27
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
+         +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
+         +> ext/File/Glob/t/utf8.t
+         +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+         +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+         +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
+          - ext/Encode/lib/Encode/10646_1.pm
+          - ext/Encode/lib/Encode/Internal.pm
+          - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
+          - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
+          - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
+          - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
+          - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
+          - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
+         !> (integrate 157 files)
+____________________________________________________________________________
+[ 15800] By: ams                                   on 2002/04/08  07:06:21
+        Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
+             From: Jan Dubois <JanD@ActiveState.com>
+             Date: Mon, 08 Apr 2002 00:10:39 -0700
+             Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/Packlist.pm
+____________________________________________________________________________
+[ 15799] By: ams                                   on 2002/04/08  04:50:36
+        Log: Subject: [PATCH pod/perlguts.pod] docco fixes
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
+             Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15798] By: ams                                   on 2002/04/08  03:56:52
+        Log: New descriptions for savepv*(), as suggested by Gisle Aas.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15797] By: ams                                   on 2002/04/08  01:30:38
+        Log: Remove, eliminate, and destroy multiple, redundant occurences of the
+             same line of code. (As suggested by Simon Cozens.)
+     Branch: perl
+          ! mg.c
+____________________________________________________________________________
+[ 15796] By: ams                                   on 2002/04/08  01:27:24
+        Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
+             Simon Cozens.
+     Branch: perl
+          ! embed.fnc util.c
+____________________________________________________________________________
+[ 15795] By: ams                                   on 2002/04/08  01:05:16
+        Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
+             From: Tom Brown <thecap@peach.ece.utexas.edu>
+             Date: Sun, 07 Apr 2002 23:20:05 GMT
+             Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
+     Branch: perl
+          ! ext/Devel/DProf/DProf.xs
+____________________________________________________________________________
+[ 15794] By: jhi                                   on 2002/04/07  23:31:28
+        Log: Retract #15793 since #15775 should fix the problem.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15793] By: jhi                                   on 2002/04/07  23:25:14
+        Log: (Retracted by #15794)
+             Subject: [PATCH] hv.c
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 7 Apr 2002 14:25:48 +0200
+             Message-ID: <3CB056EC.16340.1119992@localhost>
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15792] By: ams                                   on 2002/04/07  21:48:49
+        Log: Make other nits nervous.
+     Branch: perl
+          ! gv.c perl.c
+____________________________________________________________________________
+[ 15791] By: ams                                   on 2002/04/07  20:31:08
+        Log: Subject: [MIME::Base64 patch] t/base64.t fix
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Mon, 8 Apr 2002 06:19:29 +0900
+             Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/MIME/Base64/t/base64.t
+____________________________________________________________________________
+[ 15790] By: ams                                   on 2002/04/07  20:15:52
+        Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
+             Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
+     Branch: perl
+          ! ext/Devel/Peek/Peek.xs
+____________________________________________________________________________
+[ 15789] By: rgs                                   on 2002/04/07  19:34:10
+        Log: Fully qualify in warning message the name of a subroutine redefined
+             via glob assignment
+     Branch: perl
+          ! sv.c t/lib/warnings/op t/lib/warnings/sv
+____________________________________________________________________________
+[ 15788] By: jhi                                   on 2002/04/07  17:32:49
+        Log: Update from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/t/Unicode.t
+____________________________________________________________________________
+[ 15787] By: jhi                                   on 2002/04/07  16:59:45
+        Log: Can't right now twist my brain to figure out
+             the right CR/LF code point mappings in EBCDIC.
+     Branch: perl
+          ! lib/Pod/t/eol.t
+____________________________________________________________________________
+[ 15786] By: jhi                                   on 2002/04/07  16:57:21
+        Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 7 Apr 2002 15:01:56 +0100
+             Message-ID: <20020407150156.R10686@plum.flirble.org>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 15785] By: jhi                                   on 2002/04/07  16:52:53
+        Log: Tpyo.
+     Branch: perl
+          ! lib/Pod/t/eol.t
+____________________________________________________________________________
+[ 15784] By: jhi                                   on 2002/04/07  16:41:29
+        Log: EBCDIC branch was forgotten.
+     Branch: perl
+          ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 15783] By: jhi                                   on 2002/04/07  16:29:09
+        Log: charnames::viacode() was broken, noticed by Jeffrey.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15782] By: jhi                                   on 2002/04/07  15:53:35
+        Log: Missing files.
+     Branch: perl
+          + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
+          ! MANIFEST ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15781] By: jhi                                   on 2002/04/07  15:47:27
+        Log: (intentionally empty)
+     Branch: perl
+          ! MANIFEST sv.h
+____________________________________________________________________________
+[ 15780] By: jhi                                   on 2002/04/07  15:34:10
+        Log: Upgrade to Encode 1.26, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
+          + ext/Encode/ucm/jis0212.ucm
+          - ext/Encode/lib/Encode/10646_1.pm
+          - ext/Encode/lib/Encode/Internal.pm
+          - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
+          - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
+          - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
+          - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
+          - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
+          - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
+          - ext/Encode/ucm/macRumanian.ucm
+          ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/bin/piconv ext/Encode/bin/unidump
+          ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
+          ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
+          ! ext/Encode/ucm/adobeSymbol.ucm
+          ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
+          ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
+          ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
+          ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
+          ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
+          ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
+          ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
+          ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
+          ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
+          ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
+          ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
+          ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
+          ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
+          ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
+          ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
+          ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
+          ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
+          ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
+          ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
+          ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
+          ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
+          ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
+          ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
+          ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
+          ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
+          ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
+          ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
+          ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
+          ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
+          ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
+          ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
+          ! ext/Encode/ucm/nextstep.ucm
+____________________________________________________________________________
+[ 15779] By: jhi                                   on 2002/04/07  14:51:04
+        Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
+             needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
+             Now, where was my coffee mug...
+     Branch: perl
+          ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15778] By: jhi                                   on 2002/04/07  14:35:15
+        Log: Subject: [PATCH] MakeMaker basic.t on Win32
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 7 Apr 2002 14:25:48 +0200
+             Message-ID: <3CB056EC.27101.1119A3D@localhost>
+             
+             Subject: [PATCH] MakeMaker && Win32 && nmake
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 7 Apr 2002 14:25:48 +0200
+             Message-ID: <3CB056EC.9001.11199ED@localhost>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
+____________________________________________________________________________
+[ 15777] By: jhi                                   on 2002/04/07  14:27:06
+        Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sun, 07 Apr 2002 07:51:49 +0200      
+             Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 15776] By: jhi                                   on 2002/04/07  14:25:28
+        Log: There was no nice way of getting in UTF-8 filenames:
+             now one can use in the (new) three-arg form of readdir()
+             and in File::Glob import a ":utf8" to transparently accept
+             the filenames as Unicode.  Note that only :utf8 is supported,
+             not fancier stuff like :encoding(foobar)
+     Branch: perl
+          + ext/File/Glob/t/utf8.t
+          ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
+          ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
+          ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+          ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
+          ! t/op/readdir.t
+____________________________________________________________________________
+[ 15775] By: rgs                                   on 2002/04/07  11:15:46
+        Log: Subject: [PATCH] Re: perl@15772
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Sun, 7 Apr 2002 11:06:42 +0100
+             Message-ID: <20020407110641.O10686@plum.flirble.org>
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15774] By: jhi                                   on 2002/04/07  01:21:07
+        Log: Subject: [PATCH] Re: 15764 breakage
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 6 Apr 2002 19:14:02 -0500
+             Message-ID: <20020407001401.GA7076@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15773] By: jhi                                   on 2002/04/06  19:25:47
+        Log: Instruction tweak.
+     Branch: perl
+          ! README.os390
+____________________________________________________________________________
+[ 15772] By: jhi                                   on 2002/04/06  19:05:50
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15771] By: jhi                                   on 2002/04/06  18:59:53
+        Log: Subject: [PATCH] Encode tweaks for VMS
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 6 Apr 2002 03:26:09 -0500
+             Message-ID: <20020406082609.GA28758@blackrider>
+     Branch: perl
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
+          ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+____________________________________________________________________________
+[ 15770] By: jhi                                   on 2002/04/06  18:54:06
+        Log: Prettyprinting and version paranoia.
+     Branch: perl
+          ! ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 15769] By: jhi                                   on 2002/04/06  18:50:17
+        Log: Be explicit about the two DB_File tests croaking
+             in Mac OS X.
+     Branch: perl
+          ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
+____________________________________________________________________________
+[ 15768] By: jhi                                   on 2002/04/06  17:53:52
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 15767] By: jhi                                   on 2002/04/06  17:25:13
+        Log: Subject: Re: the dirty half dozen (Re: perl@15662)
+             From: Benjamin Goldberg <goldbb2@earthlink.net>
+             Date: Fri, 05 Apr 2002 19:15:42 -0500
+             Message-ID: <3CAE3E2E.8483505@earthlink.net>
+     Branch: perl
+          ! hv.h
+____________________________________________________________________________
+[ 15766] By: jhi                                   on 2002/04/06  17:18:14
+        Log: Underline that the current implementation is not
+             guaranteed to be forever; and reformat a bit.
+     Branch: perl
+          ! lib/utf8.pm
+____________________________________________________________________________
+[ 15765] By: jhi                                   on 2002/04/06  17:15:34
+        Log: Subject: Weak spots in the utf8 manpage
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 05 Apr 2002 10:08:44 +0200      
+             Message-ID: <m3u1qqefeb.fsf@anima.de>      
+     Branch: perl
+          ! lib/utf8.pm
+____________________________________________________________________________
+[ 15764] By: jhi                                   on 2002/04/06  16:58:02
+        Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 6 Apr 2002 03:22:03 -0500
+             Message-ID: <20020406082203.GA28713@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
+          + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
+          + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
+          ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
+          ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
+____________________________________________________________________________
+[ 15763] By: jhi                                   on 2002/04/06  16:53:50
+        Log: No need to avoid utf8 warnings after #15762.
+     Branch: perl
+          ! lib/Unicode/Collate.pm
+____________________________________________________________________________
+[ 15762] By: jhi                                   on 2002/04/06  16:41:06
+        Log: As noted by Philip Newton: nothing wrong with BOM,
+             but 0xFFFE quite wrong.
+     Branch: perl
+          ! t/lib/warnings/utf8 utf8.c utf8.h
+____________________________________________________________________________
+[ 15761] By: jhi                                   on 2002/04/06  16:17:57
+        Log: Explain the "gaps" in the UTF-8 encoding.
+     Branch: perl
+          ! pod/perlunicode.pod utf8.h
+____________________________________________________________________________
+[ 15760] By: jhi                                   on 2002/04/06  16:09:20
+        Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 6 Apr 2002 14:54:51 +0100
+             Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 15759] By: jhi                                   on 2002/04/06  16:08:14
+        Log: Signedness nits.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 15758] By: jhi                                   on 2002/04/06  16:07:03
+        Log: Make hv_notallowed a static as suggested by Nick Clark;
+             and synchronize the nomenclature to talk about restricted
+             (not fixed) hashes.
+     Branch: perl
+          ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
+          ! proto.h
+____________________________________________________________________________
+[ 15757] By: jhi                                   on 2002/04/06  15:47:52
+        Log: Subject: Re: the dirty half dozen (Re: perl@15662)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 6 Apr 2002 00:21:17 +0100
+             Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
+             
+             (with the last one reversed)
+     Branch: perl
+          ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
+          ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
+____________________________________________________________________________
+[ 15756] By: jhi                                   on 2002/04/06  15:46:35
+        Log: Update the warning message.
+     Branch: perl
+          ! README.tru64
+____________________________________________________________________________
+[ 15755] By: jhi                                   on 2002/04/06  15:26:44
+        Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sat, 6 Apr 2002 06:08:40 +0900
+             Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15754] By: rgs                                   on 2002/04/05  20:47:22
+        Log: Some tests were failing silently instead of saying "not ok"
+     Branch: perl
+          ! t/comp/proto.t
+____________________________________________________________________________
+[ 15753] By: nick                                  on 2002/04/05  19:30:12
+        Log: Integrate mainline
+     Branch: perlio
+         !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
+         !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
+         !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
+____________________________________________________________________________
+[ 15752] By: jhi                                   on 2002/04/05  18:37:32
+        Log: Minor Tie::File test patch, from mjd.
+     Branch: perl
+          ! lib/Tie/File/t/24_cache_loop.t
+____________________________________________________________________________
+[ 15751] By: jhi                                   on 2002/04/05  18:35:35
+        Log: Not *that* different line endings (noticed by Philip Newton)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15750] By: jhi                                   on 2002/04/05  18:02:26
+        Log: Retract #15745 for now; won't work without more Encode fixes.
+     Branch: perl
+          ! ext/Encode/lib/Encode/10646_1.pm
+____________________________________________________________________________
+[ 15749] By: jhi                                   on 2002/04/05  17:00:01
+        Log: metaconfig unit change for #15748.
+     Branch: metaconfig
+          ! U/modified/Oldconfig.U
+____________________________________________________________________________
+[ 15748] By: jhi                                   on 2002/04/05  16:58:45
+        Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
+             From: "Todd C. Miller" <Todd.Miller@courtesan.com>
+             Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
+             Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15747] By: jhi                                   on 2002/04/05  13:42:29
+        Log: NetWare update from C Aditya.
+     Branch: perl
+          ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
+____________________________________________________________________________
+[ 15746] By: jhi                                   on 2002/04/05  13:34:11
+        Log: Win32 pacifying from mjd.
+     Branch: perl
+          ! lib/Tie/File/t/26_twrite.t
+____________________________________________________________________________
+[ 15745] By: jhi                                   on 2002/04/05  13:07:21
+        Log: Integrate perlio;
+             
+             Not only did UCS-2 have dodgy name it was buggy.
+     Branch: perl
+         !> ext/Encode/lib/Encode/10646_1.pm
+____________________________________________________________________________
+[ 15744] By: nick                                  on 2002/04/05  13:02:36
+        Log: Not only did UCS-2 have dodgy name it was buggy.
+     Branch: perlio
+          ! ext/Encode/lib/Encode/10646_1.pm
+____________________________________________________________________________
+[ 15743] By: jhi                                   on 2002/04/05  12:50:21
+        Log: Subject: Patch for bug ID 20020221.007
+             From: Archer Sully <archer@meer.net>
+             Date: Thu, 4 Apr 2002 21:45:34 -0700
+             Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
+             
+             Fix for "[ID 20020221.007] SEGV in Storable with empty string
+             scalar object" (dclone)
+     Branch: perl
+          ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
+____________________________________________________________________________
+[ 15742] By: rgs                                   on 2002/04/05  12:22:26
+        Log: Subject: Re: lib/sort.t failure 
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Fri, 05 Apr 2002 06:19:07 -0500
+             Message-ID: <200204051119.GAA00032@raptor.research.att.com>
+             
+             with a minor formatting tweak
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15741] By: rgs                                   on 2002/04/05  11:58:14
+        Log: Subject: Re: lib/sort.t failure (and [PATCH])
+             From: "John P. Linderman" <jpl@research.att.com>
+             Date: Fri, 05 Apr 2002 07:13:27 -0500
+             Message-ID: <200204051213.HAA13004@raptor.research.att.com>
+     Branch: perl
+          ! lib/sort.t
+____________________________________________________________________________
+[ 15740] By: nick                                  on 2002/04/05  09:31:42
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 49 files)
+         !> (integrate 82 files)
+____________________________________________________________________________
+[ 15739] By: jhi                                   on 2002/04/05  01:52:28
+        Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 5 Apr 2002 11:52:50 +0900
+             Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15738] By: jhi                                   on 2002/04/05  01:45:24
+        Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Fri, 5 Apr 2002 11:39:55 +0900
+             Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/lib/Encode/Alias.pm
+____________________________________________________________________________
+[ 15737] By: jhi                                   on 2002/04/04  22:28:32
+        Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
+             From: Ilmari Karonen <iltzu@sci.fi>
+             Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
+             Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
+     Branch: perl
+          ! gv.c t/op/method.t
+____________________________________________________________________________
+[ 15736] By: jhi                                   on 2002/04/04  22:28:10
+        Log: I was fooled for a while, somebody else might be too.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 15735] By: jhi                                   on 2002/04/04  22:10:51
+        Log: test.pl-ify.
+     Branch: perl
+          ! t/op/method.t
+____________________________________________________________________________
+[ 15734] By: jhi                                   on 2002/04/04  19:54:19
+        Log: Upgrade to Encode 1.20, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
+          + ext/Encode/ucm/adobeSymbol.ucm
+          + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
+          + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
+          + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
+          + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
+          + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
+          + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
+          + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
+          + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
+          + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
+          + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
+          + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
+          + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
+          + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
+          + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
+          + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
+          + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
+          + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
+          + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
+          + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
+          + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
+          + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
+          + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
+          + ext/Encode/ucm/macSymbol.ucm
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
+          ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
+          ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
+          ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
+          ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
+          ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
+          ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
+          ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
+          ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
+          ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
+          ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
+          ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
+          ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
+          ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
+          ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
+          ! ext/Encode/ucm/nextstep.ucm
+____________________________________________________________________________
+[ 15733] By: jhi                                   on 2002/04/04  17:23:31
+        Log: Subject: left-over "use 5.7.2" in threads.pm
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 21 Mar 2002 23:18:13 +0100
+             Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
+     Branch: perl
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 15732] By: ams                                   on 2002/04/04  17:08:13
+        Log: Subject: [PATCH 5.7.3 DOCS]
+             From: mjd@plover.com
+             Date: 4 Apr 2002 15:59:39 -0000
+             Message-Id: <20020404155939.6754.qmail@plover.com>
+     Branch: perl
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 15731] By: jhi                                   on 2002/04/04  16:11:47
+        Log: metaconfig unit change for #15730.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 15730] By: jhi                                   on 2002/04/04  16:11:06
+        Log: Subject: Re: lib/sort.t failure [PATCH]
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
+             
+             Default to usethreads in case the user most probably forgot it.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15729] By: jhi                                   on 2002/04/04  13:57:41
+        Log: Typo nits from Wolfgang Laun.
+     Branch: perl
+          ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
+____________________________________________________________________________
+[ 15728] By: rgs                                   on 2002/04/04  07:09:12
+        Log: Detypo in diagnostics.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 15727] By: jhi                                   on 2002/04/04  05:54:20
+        Log: pod2html: try to be EOL agnostic.
+             (Needs testing on CRLF and CR platforms.)
+     Branch: perl
+          + lib/Pod/t/eol.t
+          ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
+____________________________________________________________________________
+[ 15726] By: jhi                                   on 2002/04/04  00:27:19
+        Log: Subject: [PATCH} Pod::HTML and HTML4
+             From: Robert Spier <rspier@pobox.com>
+             Date: Wed, 03 Apr 2002 16:26:21 -0800
+             Message-ID: <3CAB9DAD.20305@pobox.com>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15725] By: jhi                                   on 2002/04/03  22:53:41
+        Log: Byebye, beebee.
+     Branch: perl
+          ! t/lib/warnings/perlio
+____________________________________________________________________________
+[ 15724] By: jhi                                   on 2002/04/03  22:39:48
+        Log: Subject: Re: enc2xs needs portable way to know it's in the core
+             From: PPrymmer@factset.com
+             Date: Wed, 3 Apr 2002 14:29:32 -0500
+             Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15723] By: jhi                                   on 2002/04/03  22:33:09
+        Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
+             From: Dominic Dunlop <domo@computer.org>
+             Date: Wed, 3 Apr 2002 22:44:01 +0200
+             Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 15722] By: jhi                                   on 2002/04/03  22:25:48
+        Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 3 Apr 02 16:34 est
+             Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 15721] By: jhi                                   on 2002/04/03  22:13:35
+        Log: Upgrade to Tie::File 0.93, from mjd.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
+          ! lib/Tie/File/t/41_heap.t
+____________________________________________________________________________
+[ 15720] By: jhi                                   on 2002/04/03  21:33:54
+        Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 15719] By: rgs                                   on 2002/04/03  21:08:21
+        Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
+             and ccflags including -DNO_LOCALE
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15718] By: jhi                                   on 2002/04/03  20:27:49
+        Log: EPOC tweaks from Olaf Flebbe.
+     Branch: perl
+          ! README.epoc epoc/epoc.c epoc/epocish.h util.c
+____________________________________________________________________________
+[ 15717] By: jhi                                   on 2002/04/03  20:25:55
+        Log: Subject: [PATCH] Set @INC earlier
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! lib/AnyDBM_File.t lib/sort.t
+____________________________________________________________________________
+[ 15716] By: rgs                                   on 2002/04/03  19:28:38
+        Log: perlcompile.pod was listing all B:: modules, except B::Concise
+             (resubmitted)
+     Branch: perl
+          ! pod/perlcompile.pod
+____________________________________________________________________________
+[ 15715] By: rgs                                   on 2002/04/03  19:16:27
+        Log: perlcompile.pod was listing all B:: modules, except B::Concise
+     Branch: perl
+          ! pod/perlcompile.pod
+____________________________________________________________________________
+[ 15714] By: jhi                                   on 2002/04/03  19:15:33
+        Log: non-perlio robustness.
+     Branch: perl
+          ! ext/Socket/socketpair.t lib/utf8.t
+____________________________________________________________________________
+[ 15713] By: nick                                  on 2002/04/03  18:06:49
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/41_heap.t
+         !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
+         !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
+         !> regexec.c t/op/re_tests t/op/tiearray.t
+____________________________________________________________________________
+[ 15712] By: jhi                                   on 2002/04/03  17:55:48
+        Log: Tweak for 8.3 compat.
+     Branch: perl
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
+          ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
+          ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+          ! ext/Encode/bin/enc2xs
+____________________________________________________________________________
+[ 15711] By: jhi                                   on 2002/04/03  17:04:22
+        Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Wed, 03 Apr 2002 13:04:40 -0500
+             Message-ID: <20020403180440.7614.qmail@plover.com>
+     Branch: perl
+          ! t/op/tiearray.t
+____________________________________________________________________________
+[ 15710] By: jhi                                   on 2002/04/03  15:49:10
+        Log: Forgotten.
+     Branch: perl
+          + lib/Tie/File/t/41_heap.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15709] By: jhi                                   on 2002/04/03  15:04:15
+        Log: Subject: Re: the dirty half dozen (Re: perl@15662)
+             From: Mark Kvale <kvale@phy.ucsf.edu>
+             Date: Tue, 2 Apr 2002 13:57:37 -0800
+             Message-Id: <02040213573702.66352@ivy.ucsf.edu>
+     Branch: perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 15708] By: jhi                                   on 2002/04/03  15:01:51
+        Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
+             Date: Wed, 03 Apr 2002 03:34:34 +0100
+             Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15707] By: jhi                                   on 2002/04/03  15:00:53
+        Log: The leavetry crash should now be history.
+     Branch: perl
+          ! t/op/tiearray.t
+____________________________________________________________________________
+[ 15706] By: jhi                                   on 2002/04/03  14:56:47
+        Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 3 Apr 2002 10:56:44 -0500
+             Message-ID: <20020403155644.GC916@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_Win95.pm
+____________________________________________________________________________
+[ 15705] By: jhi                                   on 2002/04/03  14:49:35
+        Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Wed, 3 Apr 2002 02:08:26 +0100
+             Message-ID: <20020403020825.B16724@fdgroup.com>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 15704] By: jhi                                   on 2002/04/03  14:18:58
+        Log: Prototype tweak for non-threaded builds.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15703] By: jhi                                   on 2002/04/03  14:12:03
+        Log: Detached threads do not help; they still hold resources.
+     Branch: perl
+          ! ext/threads/threads.pm pod/perldiag.pod
+____________________________________________________________________________
+[ 15702] By: jhi                                   on 2002/04/03  13:55:17
+        Log: Doc tweak from Wolfgang Laun.
+     Branch: perl
+          ! lib/File/Compare.pm
+____________________________________________________________________________
+[ 15701] By: jhi                                   on 2002/04/03  13:49:11
+        Log: Subject: [PATCH bleadperl] regexec.c
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 3 Apr 2002 11:13:30 +0200
+             Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15700] By: jhi                                   on 2002/04/03  13:47:22
+        Log: Document the "Cleanup skipped ..." warning.
+     Branch: perl
+          ! ext/threads/threads.pm pod/perldiag.pod
+____________________________________________________________________________
+[ 15699] By: jhi                                   on 2002/04/03  13:35:58
+        Log: Integrate perlio;
+             
+             Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
+             
+             Fix segfaults when mainthread exits with other threads running:
+             - track number of running threads
+             - if main thread calls perl_destruct() with other threads running
+             skip most of cleanup (with a warning).
+     Branch: perl
+         !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
+         !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
+         !> pod/perlapi.pod proto.h
+____________________________________________________________________________
+[ 15698] By: nick                                  on 2002/04/03  13:15:30
+        Log: Fix segfaults when mainthread exits with other threads running:
+             - track number of running threads
+             - if main thread calls perl_destruct() with other threads running
+             skip most of cleanup (with a warning).
+     Branch: perlio
+          ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
+          ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
+____________________________________________________________________________
+[ 15697] By: nick                                  on 2002/04/03  07:34:13
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Net/Ping/t/250_ping_hires.t
+         !> (integrate 33 files)
+____________________________________________________________________________
+[ 15696] By: nick                                  on 2002/04/03  06:41:58
+        Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
+     Branch: perlio
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 15695] By: jhi                                   on 2002/04/03  03:10:27
+        Log: Subject: [PATCH @15047] debugger
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 16 Mar 2002 04:38:50 -0500
+             Message-ID: <20020316043850.A9223@math.ohio-state.edu>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15694] By: jhi                                   on 2002/04/02  22:26:23
+        Log: Third Degree flags.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15693] By: jhi                                   on 2002/04/02  21:19:21
+        Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Tue, 02 Apr 2002 16:35:11 -0500
+             Message-ID: <20020402213511.27781.qmail@plover.com>
+             
+             (tweaked)
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15692] By: jhi                                   on 2002/04/02  21:01:41
+        Log: Upgrade to Tie::File 0.92, from mjd.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
+          ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
+          ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
+          ! lib/Tie/File/t/40_abs_cache.t
+____________________________________________________________________________
+[ 15691] By: jhi                                   on 2002/04/02  20:42:56
+        Log: Subject: [PATCH] Update my email address in perl.c
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 2 Apr 02 15:27 est
+             Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
+     Branch: perl
+          ! AUTHORS perl.c
+____________________________________________________________________________
+[ 15690] By: rgs                                   on 2002/04/02  20:36:04
+        Log: POD fix.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15689] By: jhi                                   on 2002/04/02  20:35:13
+        Log: What started as a small nit (the charnames test, nit found
+             be Hugo), ballooned a bit... the goal is Larry's wish that
+             illegal Unicode (such as U+FFFF) by default doesn't warn,
+             since what if somebody WANTS to create illegal Unicode?
+             Now getting close to this in the regex runtime.
+             (Also, fix more of my fixation that BOM would be U+FFFE.)
+     Branch: perl
+          ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
+          ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
+____________________________________________________________________________
+[ 15688] By: jhi                                   on 2002/04/02  18:57:19
+        Log: Talk more about Net::Ping.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15687] By: jhi                                   on 2002/04/02  18:35:27
+        Log: Upgrade to Net::Ping 2.14.
+     Branch: perl
+          + lib/Net/Ping/t/250_ping_hires.t
+          ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
+          ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
+          ! lib/Net/Ping/t/140_stream_inst.t
+____________________________________________________________________________
+[ 15686] By: jhi                                   on 2002/04/02  18:09:46
+        Log: XML::Parser 2.31 should be out shortly.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15685] By: jhi                                   on 2002/04/02  17:37:44
+        Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
+             From: George Necula <necula@eecs.berkeley.edu>
+             Date: Tue, 2 Apr 2002 10:22:41 -0800
+             Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
+     Branch: perl
+          ! lib/File/Spec/Cygwin.pm
+____________________________________________________________________________
+[ 15684] By: jhi                                   on 2002/04/02  15:39:04
+        Log: EBCDIC test tweak.
+     Branch: perl
+          ! pod/perldelta.pod t/uni/case.pl
+____________________________________________________________________________
+[ 15683] By: nick                                  on 2002/04/02  15:36:17
+        Log: Integrate mainline
+     Branch: perlio
+         !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
+         !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
+         !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
+____________________________________________________________________________
+[ 15682] By: jhi                                   on 2002/04/02  15:05:58
+        Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 2 Apr 2002 00:37:08 -0500
+             Message-ID: <20020402003708.A8648@math.ohio-state.edu>
+     Branch: perl
+          ! os2/os2ish.h perlio.c
+____________________________________________________________________________
+[ 15681] By: jhi                                   on 2002/04/02  15:01:34
+        Log: Subject: [PATCH @15047] debugger again
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 2 Apr 2002 00:30:31 -0500
+             Message-ID: <20020402003030.A8567@math.ohio-state.edu>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15680] By: jhi                                   on 2002/04/02  14:53:19
+        Log: Subject: [PATCH @15047] test() in CPAN.pm
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Tue, 2 Apr 2002 00:46:45 -0500
+             Message-ID: <20020402004645.A8674@math.ohio-state.edu>
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 15679] By: gbarr                                 on 2002/04/02  14:27:37
+        Log: Sync with libnet-1.11
+     Branch: perl
+          ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
+          ! lib/Net/SMTP.pm
+____________________________________________________________________________
+[ 15678] By: jhi                                   on 2002/04/02  14:01:35
+        Log: NetWare tweaks from C Aditya.
+     Branch: perl
+          ! NetWare/t/NWScripts.pl scope.c
+____________________________________________________________________________
+[ 15677] By: jhi                                   on 2002/04/02  13:35:49
+        Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Tue, 2 Apr 2002 22:21:47 +0900
+             Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15676] By: jhi                                   on 2002/04/02  13:22:51
+        Log: Integrate perlio;
+             
+             Calculate buffer size needs in float to avoid 32-bit overflow.
+             
+             Add buffer size growth test.
+     Branch: perl
+         +> ext/Encode/t/grow.t
+         !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15675] By: nick                                  on 2002/04/02  07:49:41
+        Log: Add buffer size growth test.
+     Branch: perlio
+          + ext/Encode/t/grow.t
+          ! MANIFEST ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15674] By: nick                                  on 2002/04/02  07:40:49
+        Log: Calculate buffer size needs in float to avoid 32-bit overflow.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15673] By: nick                                  on 2002/04/02  07:40:06
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 102 files)
+          - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
+          - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
+          - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
+          - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
+          - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
+          - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
+          - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
+          - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
+          - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
+          - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
+          - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
+          - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
+          - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
+          - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
+          - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
+          - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
+          - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
+          - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
+          - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
+          - ext/Encode/Encode/macCentEuro.ucm
+          - ext/Encode/Encode/macCroatian.ucm
+          - ext/Encode/Encode/macCyrillic.ucm
+          - ext/Encode/Encode/macDingbats.ucm
+          - ext/Encode/Encode/macGreek.ucm
+          - ext/Encode/Encode/macIceland.ucm
+          - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
+          - ext/Encode/Encode/macRumanian.ucm
+          - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
+          - ext/Encode/Encode/macTurkish.ucm
+          - ext/Encode/Encode/macUkraine.ucm
+          - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
+          - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
+          - ext/Encode/compile ext/Encode/encode.h
+          - ext/Encode/lib/Encode/CN/2022_CN.pm
+          - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
+          - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
+          - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
+          - lib/unicore/PropertyValueAliases.txt
+         !> (integrate 143 files)
+____________________________________________________________________________
+[ 15672] By: ams                                   on 2002/04/02  04:42:44
+        Log: Win32 fix for Tie::File from MJD.
+     Branch: perl
+          ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 15671] By: jhi                                   on 2002/04/02  01:59:40
+        Log: Add a few tests to the timing-sensitive list.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15670] By: jhi                                   on 2002/04/01  20:57:03
+        Log: Subject: [PATCH sort.t] extensive regression testing
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 1 Apr 2002 23:50:24 +0200
+             Message-ID: <20020401235024.E677@rafael>
+     Branch: perl
+          ! lib/sort.t
+____________________________________________________________________________
+[ 15669] By: jhi                                   on 2002/04/01  20:38:57
+        Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 1 Apr 2002 21:54:05 +0100
+             Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Memoize/t/errors.t
+____________________________________________________________________________
+[ 15668] By: jhi                                   on 2002/04/01  20:33:06
+        Log: Subject: getting rid of a few superfluous $&/$`
+             From: Jeffrey Friedl <jfriedl@yahoo.com>
+             Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
+             Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
+             
+             (with more-backward-compat than just using @- and @+, also by Jeffrey)
+             
+             (The version number of Text::Balanced intentionally not
+             increased since Damian will make a new release after 5.8)
+     Branch: perl
+          ! lib/Pod/Html.pm lib/Text/Balanced.pm
+____________________________________________________________________________
+[ 15667] By: jhi                                   on 2002/04/01  20:16:46
+        Log: Subject: [PATCH 5.7.3 TESTS]
+             From: mjd@plover.com
+             Date: 1 Apr 2002 20:32:18 -0000
+             Message-ID: <20020401203218.25230.qmail@plover.com>
+     Branch: perl
+          ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
+          ! t/op/tiearray.t t/test.pl
+____________________________________________________________________________
+[ 15666] By: jhi                                   on 2002/04/01  20:13:49
+        Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 1 Apr 02 15:15 est
+             Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
+     Branch: perl
+          ! iperlsys.h
+____________________________________________________________________________
+[ 15665] By: jhi                                   on 2002/04/01  19:14:18
+        Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 1 Apr 02 14:11 est
+             Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15664] By: jhi                                   on 2002/04/01  17:58:49
+        Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 1 Apr 2002 19:30:05 +0100
+             Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/op/pat.t t/op/utfhash.t
+____________________________________________________________________________
+[ 15663] By: jhi                                   on 2002/04/01  17:56:27
+        Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 01 Apr 2002 13:22:01 -0500
+             Message-ID: <20020401182201.21189.qmail@plover.com>
+     Branch: perl
+          ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
+____________________________________________________________________________
+[ 15662] By: jhi                                   on 2002/04/01  17:06:10
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15661] By: jhi                                   on 2002/04/01  16:22:54
+        Log: Subject: [PATCH 5.7.3 DOC]
+             From: mjd@plover.com
+             Date: 1 Apr 2002 17:23:40 -0000
+             Message-ID: <20020401172340.16410.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15660] By: jhi                                   on 2002/04/01  15:38:56
+        Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
+     Branch: perl
+          ! hints/unicos.sh
+____________________________________________________________________________
+[ 15659] By: jhi                                   on 2002/04/01  15:14:13
+        Log: Advertise piconv and enc2xs.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15658] By: jhi                                   on 2002/04/01  15:08:02
+        Log: Add enc2xs.
+     Branch: perl
+          + utils/enc2xs.PL
+          ! MANIFEST utils/Makefile
+____________________________________________________________________________
+[ 15657] By: jhi                                   on 2002/04/01  14:28:09
+        Log: Integrate perlio;
+             
+             Be more explicit testing for \015 not \r
+     Branch: perl
+         !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
+         !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
+____________________________________________________________________________
+[ 15656] By: jhi                                   on 2002/04/01  14:22:14
+        Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Mon, 01 Apr 2002 17:06:18 +0200
+             Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15655] By: jhi                                   on 2002/04/01  13:56:06
+        Log: Subject: detypo patch
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 01 Apr 2002 10:09:21 +0200
+             Message-ID: <m3r8lzsuvi.fsf@anima.de>
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15654] By: jhi                                   on 2002/04/01  13:49:57
+        Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Mon, 01 Apr 2002 08:12:01 +0200
+             Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15653] By: nick                                  on 2002/04/01  09:20:24
+        Log: Be more explicit testing for \015 not \r
+     Branch: perlio
+          ! t/io/crlf.t
+____________________________________________________________________________
+[ 15652] By: jhi                                   on 2002/04/01  04:41:45
+        Log: If under UTF-8 locale the utf8.pm really needs to be found.
+     Branch: perl
+          ! t/comp/cpp.t t/run/switchPx.t
+____________________________________________________________________________
+[ 15651] By: jhi                                   on 2002/04/01  02:55:22
+        Log: Upgrade to Tie::File 0.91, from mjd.
+     Branch: perl
+          + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
+          + lib/Tie/File/t/26_twrite.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
+          ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/16_handle.t
+____________________________________________________________________________
+[ 15650] By: jhi                                   on 2002/04/01  02:49:14
+        Log: DJGPP tweaks from Laszlo.
+     Branch: perl
+          ! lib/ExtUtils/MM_DOS.pm util.c
+____________________________________________________________________________
+[ 15649] By: jhi                                   on 2002/04/01  02:47:14
+        Log: Discussion about minimal installations.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15648] By: jhi                                   on 2002/04/01  02:42:41
+        Log: Comment tweak from Hugo.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15647] By: jhi                                   on 2002/04/01  02:30:18
+        Log: Another UTF-8 locale tweak from Hugo.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15646] By: jhi                                   on 2002/04/01  02:26:49
+        Log: Document the known MacOS X locale problem.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15645] By: jhi                                   on 2002/04/01  02:17:50
+        Log: Regex fix from Hugo: in UTF-8 locales the character
+             counting code didn't work right for minimal matches.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15644] By: jhi                                   on 2002/04/01  02:02:32
+        Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Sun, 31 Mar 2002 20:32:43 -0500
+             Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
+     Branch: perl
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 15643] By: jhi                                   on 2002/04/01  02:00:10
+        Log: Document known FreeBSD locale glitch. 
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15642] By: jhi                                   on 2002/04/01  00:57:44
+        Log: There is --list in glibc iconv.
+     Branch: perl
+          ! ext/Encode/bin/piconv
+____________________________________________________________________________
+[ 15641] By: jhi                                   on 2002/03/31  23:18:51
+        Log: Slight usage tweaks to piconv: show usage with
+             no -t -f or -l arguments, or with -h.
+     Branch: perl
+          ! ext/Encode/bin/piconv
+____________________________________________________________________________
+[ 15640] By: jhi                                   on 2002/03/31  23:08:28
+        Log: Get the piconv installed.
+     Branch: perl
+          + utils/piconv.PL
+          ! MANIFEST utils/Makefile
+____________________________________________________________________________
+[ 15639] By: jhi                                   on 2002/03/31  22:35:21
+        Log: Spelling tweaks.
+     Branch: perl
+          ! ext/Encode/bin/piconv
+____________________________________________________________________________
+[ 15638] By: jhi                                   on 2002/03/31  22:31:29
+        Log: Upgrade to Encode 1.11, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Encode/Changes.e2x
+          + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
+          + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
+          + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
+          + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
+          + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
+          + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
+          + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
+          + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
+          + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
+          + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
+          + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
+          + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
+          + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
+          + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
+          + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
+          + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
+          + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
+          + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
+          + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
+          + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
+          + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
+          + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
+          + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
+          + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
+          + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
+          + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
+          + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
+          + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
+          + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
+          + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
+          + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
+          + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
+          + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
+          + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
+          + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
+          + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
+          + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
+          + ext/Encode/ucm/viscii.ucm
+          - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
+          - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
+          - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
+          - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
+          - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
+          - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
+          - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
+          - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
+          - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
+          - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
+          - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
+          - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
+          - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
+          - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
+          - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
+          - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
+          - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
+          - ext/Encode/Encode/ksc5601.ucm
+          - ext/Encode/Encode/macCentEuro.ucm
+          - ext/Encode/Encode/macCroatian.ucm
+          - ext/Encode/Encode/macCyrillic.ucm
+          - ext/Encode/Encode/macDingbats.ucm
+          - ext/Encode/Encode/macGreek.ucm
+          - ext/Encode/Encode/macIceland.ucm
+          - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
+          - ext/Encode/Encode/macRumanian.ucm
+          - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
+          - ext/Encode/Encode/macTurkish.ucm
+          - ext/Encode/Encode/macUkraine.ucm
+          - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
+          - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
+          - lib/encoding.pm lib/encoding.t
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
+          ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL ext/Encode/README
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+          ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+____________________________________________________________________________
+[ 15637] By: jhi                                   on 2002/03/31  20:50:23
+        Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
+             make viacode no-allocatedcode to return the 0xFFFD) tweaks,
+             respective test   and doc tweaks.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15636] By: jhi                                   on 2002/03/31  20:34:29
+        Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 31 Mar 2002 22:47:31 +0200
+             Message-ID: <20020331224731.E854@rafael>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15635] By: jhi                                   on 2002/03/31  19:45:33
+        Log: Subject: [PATCH] __attribute__ problems with g++
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 31 Mar 2002 22:43:03 +0200
+             Message-ID: <3CA790F7.23864.27BD5B4@localhost>
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15634] By: jhi                                   on 2002/03/31  19:28:38
+        Log: Put back the #! line, false alarm.
+     Branch: perl
+          ! lib/ExtUtils/t/Constant.t
+____________________________________________________________________________
+[ 15633] By: jhi                                   on 2002/03/31  15:07:20
+        Log: Subject: Re: [Patch] pod/perlvar.pod
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sun, 31 Mar 2002 07:40:43 +0200
+             Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15632] By: jhi                                   on 2002/03/31  03:03:11
+        Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
+             From: Spider Boardman <spider@Orb.Nashua.NH.US>
+             Date: Sat, 30 Mar 2002 21:37:37 -0500
+             Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15631] By: jhi                                   on 2002/03/30  23:30:45
+        Log: Subject: Re: compile tweak for Win32
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 17:48:22 -0500      
+             Message-ID: <20020329224822.GG16816@blackrider>
+     Branch: perl
+          ! win32/buildext.pl
+____________________________________________________________________________
+[ 15630] By: jhi                                   on 2002/03/30  23:21:56
+        Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 22:19:46 +0100
+             Message-ID: <20020330221946.A28497@rafael>
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15629] By: jhi                                   on 2002/03/30  23:21:23
+        Log: Subject: [PATCH regmesg.t] increase output verbosity
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 22:34:08 +0100
+             Message-ID: <20020330223408.C28497@rafael>
+     Branch: perl
+          ! t/op/regmesg.t
+____________________________________________________________________________
+[ 15628] By: jhi                                   on 2002/03/30  23:19:59
+        Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 21:36:23 +0100
+             Message-ID: <20020330213623.A677@rafael>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15627] By: jhi                                   on 2002/03/30  17:43:51
+        Log: If using a network filesystem several different hosts
+             may be trying to lock the same file.  In this case offering
+             to kill the other process is not that helpful.  (Unless one
+             has *real* clustering, but that's not usually the case.)
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 15626] By: jhi                                   on 2002/03/30  16:52:09
+        Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 30 Mar 2002 06:12:36 +0100
+             Message-ID: <m3hemyvdtn.fsf@anima.de>
+     Branch: perl
+          ! lib/Dumpvalue.pm
+____________________________________________________________________________
+[ 15625] By: jhi                                   on 2002/03/30  16:50:33
+        Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
+             From: Jeremy Zawodny <Jeremy@Zawodny.com>
+             Date: Fri, 29 Mar 2002 17:55:20 -0800
+             Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
+     Branch: perl
+          ! utils/dprofpp.PL
+____________________________________________________________________________
+[ 15624] By: jhi                                   on 2002/03/30  16:03:12
+        Log: Subject: [Patch] pod/perlvar.pod
+             From: Dan Kogai <dankogai@dan.co.jp>
+             Date: Sun, 31 Mar 2002 02:03:36 +0900
+             Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15623] By: jhi                                   on 2002/03/30  15:56:31
+        Log: Subject: [PATCH] MM & Encode fixes
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 30 Mar 2002 06:41:56 -0500
+             Message-ID: <20020330114156.GA16533@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/basic.t
+          - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
+          ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
+          ! lib/ExtUtils/t/hints.t
+____________________________________________________________________________
+[ 15622] By: jhi                                   on 2002/03/30  15:13:30
+        Log: EBCDICification.
+     Branch: perl
+          ! lib/charnames.t
+____________________________________________________________________________
+[ 15621] By: jhi                                   on 2002/03/30  15:12:45
+        Log: Upgrade to Tie::File 0.90, from mjd.
+     Branch: perl
+          + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
+          ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
+          ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
+          ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
+          ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
+          ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
+          ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+____________________________________________________________________________
+[ 15620] By: jhi                                   on 2002/03/29  22:25:35
+        Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 30 Mar 2002 00:20:39 +0100
+             Message-ID: <20020330002039.A716@rafael>
+     Branch: perl
+          ! lib/sort.pm
+____________________________________________________________________________
+[ 15619] By: jhi                                   on 2002/03/29  22:15:37
+        Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 18:14:20 -0500
+             Message-ID: <20020329231419.GI16816@blackrider>
+     Branch: perl
+          ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
+          ! wince/Makefile.ce
+____________________________________________________________________________
+[ 15618] By: jhi                                   on 2002/03/29  22:09:26
+        Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 29 Mar 02 18:01 est
+             Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
+____________________________________________________________________________
+[ 15617] By: jhi                                   on 2002/03/29  22:02:28
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15616] By: jhi                                   on 2002/03/29  21:00:32
+        Log: Upgrade to Encode 1.01, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/Changes ext/Encode/Encode.pm
+          ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
+          ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
+          ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
+          ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
+          ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
+          ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
+          ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
+          ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
+          ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
+          ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
+          ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
+          ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
+          ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
+          ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
+          ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
+          ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
+          ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
+          ! ext/Encode/Encode/ksc5601.ucm
+          ! ext/Encode/Encode/macCentEuro.ucm
+          ! ext/Encode/Encode/macCroatian.ucm
+          ! ext/Encode/Encode/macCyrillic.ucm
+          ! ext/Encode/Encode/macDingbats.ucm
+          ! ext/Encode/Encode/macGreek.ucm
+          ! ext/Encode/Encode/macIceland.ucm
+          ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
+          ! ext/Encode/Encode/macRumanian.ucm
+          ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
+          ! ext/Encode/Encode/macTurkish.ucm
+          ! ext/Encode/Encode/macUkraine.ucm
+          ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
+          ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
+          ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! ext/Encode/lib/Encode/CJKConstants.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
+          ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
+          ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
+____________________________________________________________________________
+[ 15615] By: jhi                                   on 2002/03/29  18:47:01
+        Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 29 Mar 2002 13:46:28 -0600
+             Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15614] By: jhi                                   on 2002/03/29  18:34:27
+        Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
+             which one has to get from the CPAN distribution.
+     Branch: perl
+          + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
+          + lib/Memoize/t/expmod_t.t
+          - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
+          - lib/Memoize/t/expire_module_t.t
+          ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
+          ! lib/Memoize/README
+____________________________________________________________________________
+[ 15613] By: jhi                                   on 2002/03/29  17:40:09
+        Log: metaconfig unit tweak.
+     Branch: metaconfig/U/perl
+          ! versiononly.U
+____________________________________________________________________________
+[ 15612] By: jhi                                   on 2002/03/29  17:39:38
+        Log: Configure-related tweaks.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+          ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
+          ! vos/config.ga.h
+____________________________________________________________________________
+[ 15611] By: jhi                                   on 2002/03/29  17:27:51
+        Log: Ooops.
+     Branch: perl
+          ! t/op/ver.t
+____________________________________________________________________________
+[ 15610] By: jhi                                   on 2002/03/29  17:26:42
+        Log: Subject: [PATCH @15606] d_time for vms
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 29 Mar 2002 11:58:29 -0600
+             Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15609] By: jhi                                   on 2002/03/29  17:25:26
+        Log: Subject: Re: Regex-Unicode bugs
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 28 Mar 2002 10:12:35 +0100
+             Message-ID: <20020328101235.F678@rafael>
+     Branch: perl
+          ! t/op/regmesg.t
+____________________________________________________________________________
+[ 15608] By: jhi                                   on 2002/03/29  17:21:22
+        Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Fri, 29 Mar 2002 16:53:27 +0000
+             Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
+     Branch: perl
+          ! pod/perlre.pod pod/perlretut.pod
+____________________________________________________________________________
+[ 15607] By: jhi                                   on 2002/03/29  17:19:26
+        Log: Subject: Re: debugger debuggers wanted
+             From: spidb@cpan.org
+             Date: Fri, 29 Mar 2002 06:34:11 -0500
+             Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15606] By: jhi                                   on 2002/03/29  15:42:51
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15605] By: jhi                                   on 2002/03/29  15:36:43
+        Log: Rename for 8.3-friendliness.
+     Branch: perl
+          + lib/unicore/PropValueAliases.txt
+          - lib/unicore/PropertyValueAliases.txt
+          ! MANIFEST lib/unicore/README.perl
+____________________________________________________________________________
+[ 15604] By: jhi                                   on 2002/03/29  15:33:19
+        Log: Retract ExtUtils/t/basic.t until it works.
+     Branch: perl
+          - lib/ExtUtils/t/basic.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15603] By: jhi                                   on 2002/03/29  15:12:08
+        Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 28 Mar 2002 22:27:14 +0100
+             Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15602] By: jhi                                   on 2002/03/29  15:10:43
+        Log: Interesting... where did this come from?
+             (The Configure change in #15600)
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 15601] By: jhi                                   on 2002/03/29  15:10:12
+        Log: metaconfig unit change for #15600.
+     Branch: metaconfig/U/perl
+          ! versiononly.U
+____________________________________________________________________________
+[ 15600] By: jhi                                   on 2002/03/29  15:08:22
+        Log: Subject: versiononly should not put `old' versions in inc
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 29 Mar 2002 12:53:49 +0100
+             Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15599] By: jhi                                   on 2002/03/29  14:45:52
+        Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 04:12:47 -0500
+             Message-ID: <20020329091247.GA7432@blackrider>
+             
+             (with two nits: (1) change lib/Extutils/Command/MM.pm
+             in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
+             @INC to compile.t)
+     Branch: perl
+          + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
+          + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
+          + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
+          + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
+          + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
+          + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
+          + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
+          + lib/ExtUtils/t/Problem-Module/Makefile.PL
+          + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
+          + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
+          + t/lib/MakeMaker/Test/Utils.pm
+          ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+          ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
+          ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
+          ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
+          ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
+          ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
+          ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
+          ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
+          ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
+          ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
+          ! t/lib/TieOut.pm
+____________________________________________________________________________
+[ 15598] By: jhi                                   on 2002/03/29  14:11:58
+        Log: Leftovers from Encode 0.99.
+     Branch: perl
+          - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
+          - ext/Encode/compile ext/Encode/encode.h
+          - ext/Encode/lib/Encode/CN/2022_CN.pm
+          - ext/Encode/lib/Encode/Details.pod
+____________________________________________________________________________
+[ 15597] By: nick                                  on 2002/03/29  14:03:35
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
+         +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
+         +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+         !> (integrate 130 files)
+____________________________________________________________________________
+[ 15596] By: jhi                                   on 2002/03/29  13:46:35
+        Log: Subject: Another Unicode-3.2-induced doc fix
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Fri, 29 Mar 2002 21:45:47 +0900
+             Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 15595] By: jhi                                   on 2002/03/29  13:44:25
+        Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
+             Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
+     Branch: perl
+          ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 15594] By: jhi                                   on 2002/03/29  13:38:48
+        Log: Subject: [PATCH] Quieting OS X
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 29 Mar 2002 05:46:23 -0500
+             Message-ID: <20020329104622.GA9163@blackrider>
+     Branch: perl
+          ! ext/POSIX/t/posix.t t/op/stat.t
+____________________________________________________________________________
+[ 15593] By: ams                                   on 2002/03/29  07:32:22
+        Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 29 Mar 02 0:05 est
+             Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 15592] By: ams                                   on 2002/03/29  07:28:29
+        Log: Subject: Re: perl 5.7.3 + XS lvalue subs
+             From: Spider Boardman <spidb@cpan.org>
+             Date: Fri, 29 Mar 2002 00:52:24 -0500
+             Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
+     Branch: perl
+          ! op.c t/op/attrs.t
+____________________________________________________________________________
+[ 15591] By: jhi                                   on 2002/03/29  03:15:18
+        Log: It's perlce.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15590] By: jhi                                   on 2002/03/29  02:59:03
+        Log: MPE/iX tweaks from Mark Bixby.
+     Branch: perl
+          ! ext/Storable/t/lock.t mpeix/relink
+____________________________________________________________________________
+[ 15589] By: jhi                                   on 2002/03/29  02:30:48
+        Log: Upgrade to Encode 1.00, from Dan Kogai.
+             
+             (one nit: bin/enc2xs needed also ../..)
+     Branch: perl
+          + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
+          + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
+          + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
+          ! (edit 104 files)
+____________________________________________________________________________
+[ 15588] By: jhi                                   on 2002/03/29  01:38:10
+        Log: Subject: [PATCH] NEXT LINE --> NEL
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Thu, 28 Mar 2002 21:03:10 +0000
+             Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 15587] By: jhi                                   on 2002/03/28  18:17:08
+        Log: binmode :bytes, again.
+     Branch: perl
+          ! lib/utf8.t
+____________________________________________________________________________
+[ 15586] By: jhi                                   on 2002/03/28  16:23:41
+        Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 28 Mar 2002 10:36:03 -0500
+             Message-ID: <20020328153603.11992.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 15585] By: jhi                                   on 2002/03/28  16:20:03
+        Log: Support Unicode 3.1 names, names without the (XX), and BOM.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t pp_pack.c
+____________________________________________________________________________
+[ 15584] By: jhi                                   on 2002/03/28  15:52:30
+        Log: If expecting UTF-8, probably not expecting UTF-16.
+     Branch: perl
+          ! t/comp/require.t
+____________________________________________________________________________
+[ 15583] By: jhi                                   on 2002/03/28  13:48:29
+        Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 28 Mar 02 8:22 est
+             Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 15582] By: jhi                                   on 2002/03/28  13:47:14
+        Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 28 Mar 02 7:46 est
+             Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
+     Branch: perl
+          ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
+____________________________________________________________________________
+[ 15581] By: jhi                                   on 2002/03/28  13:45:48
+        Log: A little bit better error message for \pq, still
+             not good because the script context is not shown.
+     Branch: perl
+          ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
+____________________________________________________________________________
+[ 15580] By: jhi                                   on 2002/03/28  13:28:44
+        Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
+             From: Jeffrey Friedl <jfriedl@yahoo.com>
+             Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
+             Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
+     Branch: perl
+          ! sv.c t/op/pat.t
+____________________________________________________________________________
+[ 15579] By: jhi                                   on 2002/03/28  13:22:25
+        Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Thu, 28 Mar 2002 05:04:40 -0500
+             Message-ID: <20020328100440.22081.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 15578] By: jhi                                   on 2002/03/28  13:19:21
+        Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
+             From: mjd@plover.com
+             Date: 28 Mar 2002 09:22:06 -0000
+             Message-ID: <20020328092206.18833.qmail@plover.com>
+     Branch: perl
+          ! lib/encoding.t
+____________________________________________________________________________
+[ 15577] By: jhi                                   on 2002/03/28  13:03:48
+        Log: Unicode 3.2.0-induced doc tweaks.
+     Branch: perl
+          ! pod/perlretut.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 15576] By: nick                                  on 2002/03/28  07:40:04
+        Log: Integrate mainline (clean in Win32/MinGW but for end.t)
+     Branch: perlio
+         +> (branch 31 files)
+         !> (integrate 162 files)
+____________________________________________________________________________
+[ 15575] By: jhi                                   on 2002/03/28  04:19:51
+        Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 28 Mar 02 0:16 est
+             Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 15574] By: jhi                                   on 2002/03/28  04:07:23
+        Log: Subject: Re: Regex-Unicode bugs
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 27 Mar 2002 13:48:06 +0100
+             Message-ID: <20020327134806.C18945@rafael>
+             
+             regmesg.t patch still would be nice.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15573] By: jhi                                   on 2002/03/28  03:46:14
+        Log: Subject: Re: Regex-Unicode bugs
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
+             Date: Wed, 27 Mar 2002 12:39:57 +0000
+             Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
+     Branch: perl
+          ! pod/perldiag.pod regcomp.c
+____________________________________________________________________________
+[ 15572] By: jhi                                   on 2002/03/28  03:38:34
+        Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 27 Mar 02 23:33 est
+             Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 15571] By: jhi                                   on 2002/03/28  02:25:53
+        Log: The Official 3.2.0 came out.
+     Branch: perl
+          + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
+          + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
+          + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
+          + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
+          + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
+          + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
+          + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
+          + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
+          + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
+          + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
+          + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
+          + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
+          + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
+          + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
+          + lib/unicore/lib/UnifiedI.pl
+          ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
+____________________________________________________________________________
+[ 15570] By: jhi                                   on 2002/03/28  02:00:29
+        Log: socketpair binmode :bytes.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15569] By: jhi                                   on 2002/03/28  01:46:21
+        Log: Don't install anything beneath 't' directories.
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 15568] By: jhi                                   on 2002/03/28  01:43:52
+        Log: More UTF-8 locale sensitivity.
+     Branch: perl
+          ! t/io/utf8.t
+____________________________________________________________________________
+[ 15567] By: jhi                                   on 2002/03/28  01:20:31
+        Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 28 Mar 2002 10:13:45 +0800
+             Message-ID: <3CA27C59.4020209@stason.org>
+             
+             Temp file cleanup.
+     Branch: perl
+          ! lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15566] By: jhi                                   on 2002/03/28  01:12:17
+        Log: Be compatible also with non-UTF-8 locales.
+     Branch: perl
+          ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
+          ! lib/Locale/Language.pod
+____________________________________________________________________________
+[ 15565] By: jhi                                   on 2002/03/28  00:58:36
+        Log: Subject: Re: perl 5.7.3 + XS lvalue subs
+             From: Spider Boardman <spidb@cpan.org>
+             Date: Wed, 27 Mar 2002 20:52:28 -0500
+             Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
+     Branch: perl
+          ! cv.h op.c t/op/attrs.t toke.c
+____________________________________________________________________________
+[ 15564] By: jhi                                   on 2002/03/27  23:54:59
+        Log: "Last element".
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15563] By: jhi                                   on 2002/03/27  23:53:27
+        Log: Subject: Error in perlfunc for "die"
+             From: William R Ward <bill@wards.net>
+             Date: 27 Mar 2002 12:31:32 -0800
+             Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15562] By: jhi                                   on 2002/03/27  23:50:23
+        Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
+             From: Mark Kvale <kvale@phy.ucsf.edu>
+             Date: Wed, 27 Mar 2002 16:45:37 -0800
+             Message-Id: <02032716453705.38063@ivy.ucsf.edu>
+     Branch: perl
+          ! pod/perlre.pod pod/perlretut.pod
+____________________________________________________________________________
+[ 15561] By: jhi                                   on 2002/03/27  23:48:15
+        Log: Try to handle UTF-8 locales.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 15560] By: jhi                                   on 2002/03/27  22:57:45
+        Log: More binmode :bytes.
+     Branch: perl
+          ! t/io/utf8.t
+____________________________________________________________________________
+[ 15559] By: jhi                                   on 2002/03/27  22:48:39
+        Log: binmode(FH, ":bytes") is the right way, methinks.
+     Branch: perl
+          ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 15558] By: jhi                                   on 2002/03/27  22:29:30
+        Log: UTF-8 locale: need to open explicitly for bytes.
+     Branch: perl
+          ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 15557] By: jhi                                   on 2002/03/27  21:59:54
+        Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
+     Branch: perl
+          ! lib/Locale/Language.pm lib/Locale/Language.pod
+____________________________________________________________________________
+[ 15556] By: jhi                                   on 2002/03/27  21:44:37
+        Log: Warn instead of croak.
+     Branch: perl
+          ! pod/perldiag.pod utf8.c
+____________________________________________________________________________
+[ 15555] By: jhi                                   on 2002/03/27  21:18:40
+        Log: UTF-8 locale: there might already be one UTF-8 discipline.
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 15554] By: jhi                                   on 2002/03/27  21:09:20
+        Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 27 Mar 2002 15:22:13 -0600
+             Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
+     Branch: perl
+          ! t/lib/1_compile.t t/lib/compmod.pl
+____________________________________________________________________________
+[ 15553] By: jhi                                   on 2002/03/27  21:08:03
+        Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 27 Mar 2002 22:35:03 +0100
+             Message-ID: <20020327223503.A678@rafael>
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 15552] By: jhi                                   on 2002/03/27  20:52:19
+        Log: Start using the Unicode 3.2.0 data (NOTE: still
+             unofficial, but the data is unlikely to change much.
+             Doublecheck when 3.2.0 gets released.)
+     Branch: perl
+          + lib/unicore/PropertyAliases.txt
+          + lib/unicore/PropertyValueAliases.txt
+          ! (edit 129 files)
+____________________________________________________________________________
+[ 15551] By: jhi                                   on 2002/03/27  15:20:05
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15550] By: jhi                                   on 2002/03/27  15:06:56
+        Log: Further fixing for #15549.  Six tests are failing
+             under Solaris with en_US.UTF-8 but those failures seem
+             unrelated to the BOUND problem, will look at them later.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15549] By: jhi                                   on 2002/03/27  14:45:05
+        Log: Possible fix for "Orks, Dragons, and Elves":
+             should now build under UTF-8 locales (is building
+             under Solaris en_US.UTF-8 right now).
+     Branch: perl
+          ! Makefile.SH regexec.c
+____________________________________________________________________________
+[ 15548] By: jhi                                   on 2002/03/27  14:11:37
+        Log: Forgotten from #15523.
+     Branch: perl
+          ! lib/Math/BigInt/Calc.pm
+____________________________________________________________________________
+[ 15547] By: jhi                                   on 2002/03/27  13:53:31
+        Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
+             Date: Wed, 27 Mar 2002 13:32:00 +0100
+             Message-ID: <20020327133200.A18945@rafael>
+     Branch: perl
+          ! regcomp.c t/lib/warnings/regcomp
+____________________________________________________________________________
+[ 15546] By: jhi                                   on 2002/03/27  13:51:52
+        Log: Subject: [PATCH] MANIFES --> MANIFEST
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Wed, 27 Mar 2002 10:05:46 +0000
+             Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
+             
+             (plus a few tweaks more)
+     Branch: perl
+          ! Porting/check83.pl
+____________________________________________________________________________
+[ 15545] By: nick                                  on 2002/03/27  07:37:36
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/with_sub.t
+          - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
+          - lib/bignum/t/trace.t
+         !> (integrate 76 files)
+____________________________________________________________________________
+[ 15544] By: jhi                                   on 2002/03/27  03:17:46
+        Log: Obsolete mailing list information.
+     Branch: perl
+          ! README.bs2000 README.os390 README.vmesa
+____________________________________________________________________________
+[ 15543] By: jhi                                   on 2002/03/27  03:11:55
+        Log: More URL "whitespacing".
+     Branch: perl
+          ! README.bs2000 README.hurd README.mpeix README.netware
+          ! README.os390 README.vmesa README.vos README.win32
+          ! pod/perl5004delta.pod pod/perl5005delta.pod
+          ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
+          ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
+          ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
+          ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15542] By: jhi                                   on 2002/03/27  02:40:33
+        Log: I like doubleclicking on URLs in pods to select them.
+     Branch: perl
+          ! README.amiga README.epoc README.vos pod/perl561delta.pod
+          ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
+          ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
+          ! pod/perltodo.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 15541] By: jhi                                   on 2002/03/27  02:04:47
+        Log: Regen modlib.
+     Branch: perl
+          ! pod/perlmodlib.pod
+____________________________________________________________________________
+[ 15540] By: jhi                                   on 2002/03/27  01:43:52
+        Log: Update the CPAN sites list.
+     Branch: perl
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
+____________________________________________________________________________
+[ 15539] By: jhi                                   on 2002/03/27  01:15:11
+        Log: Regen modlib, toc.
+     Branch: perl
+          ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 15538] By: jhi                                   on 2002/03/27  01:13:12
+        Log: s/rationale/rational/
+     Branch: perl
+          ! lib/Math/BigRat.pm lib/bigrat.pm
+____________________________________________________________________________
+[ 15537] By: jhi                                   on 2002/03/27  01:01:33
+        Log: s/done/esac/
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 15536] By: jhi                                   on 2002/03/27  00:54:21
+        Log: Advertise big* and BigRat.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15535] By: jhi                                   on 2002/03/26  22:42:41
+        Log: A missing ) in #15527.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15534] By: jhi                                   on 2002/03/26  22:24:17
+        Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
+             From: Tim Jenness <t.jenness@jach.hawaii.edu>
+             Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
+             Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
+     Branch: perl
+          ! lib/ExtUtils/typemap
+____________________________________________________________________________
+[ 15533] By: jhi                                   on 2002/03/26  22:19:04
+        Log: Subject: Re: Cygwin PerlIO.t failing
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 27 Mar 2002 01:34:11 +0800
+             Message-ID: <3CA0B113.1070800@stason.org>
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15532] By: jhi                                   on 2002/03/26  22:11:17
+        Log: Subject: [PATCH] safety check for vms/test.com
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 26 Mar 2002 12:15:21 -0600
+             Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 15531] By: jhi                                   on 2002/03/26  22:10:33
+        Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
+             From: PPrymmer@factset.com
+             Date: Tue, 26 Mar 2002 13:04:59 -0500
+             Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15530] By: jhi                                   on 2002/03/26  22:08:35
+        Log: Subject: [PATCH] Minor typo in test harness
+             From: "Paul Marquess" <Paul.Marquess@Openwave.com>
+             Date: Tue, 26 Mar 2002 17:44:06 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
+     Branch: perl
+          ! t/lib/warnings/perlio
+____________________________________________________________________________
+[ 15529] By: jhi                                   on 2002/03/26  22:06:59
+        Log: Subject: PATCH s2p.PL
+             From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
+             Date: Tue, 26 Mar 2002 17:16:46 +0100
+             Message-ID: <3CA09EEE.E499DD38@alcatel.at>
+     Branch: perl
+          ! x2p/s2p.PL
+____________________________________________________________________________
+[ 15528] By: jhi                                   on 2002/03/26  22:03:22
+        Log: Retract Math::BigInt::Lite, Tels had second thoughts.
+     Branch: perl
+          - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15527] By: jhi                                   on 2002/03/26  22:01:01
+        Log: Avoid and document a weird bug in UNICOS/mk.
+     Branch: perl
+          ! pod/perldelta.pod pp_sys.c
+____________________________________________________________________________
+[ 15526] By: jhi                                   on 2002/03/26  20:28:45
+        Log: Math::BigInt::Lite 0.09, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15525] By: jhi                                   on 2002/03/26  20:14:38
+        Log: For now disable the test in OS/390; it seems to hang,
+             but frustratingly seems to run from command line and
+             from Perl debugger.
+     Branch: perl
+          ! lib/Math/BigInt/t/mbi_rand.t
+____________________________________________________________________________
+[ 15524] By: jhi                                   on 2002/03/26  19:57:27
+        Log: EPOC update from Olaf Flebbe.
+     Branch: perl
+          ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
+          ! pod/perlport.pod t/io/fs.t
+____________________________________________________________________________
+[ 15523] By: jhi                                   on 2002/03/26  19:54:48
+        Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
+             and bignum 0.11, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/t/with_sub.t
+          - lib/bignum/t/trace.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
+          ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
+          ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
+          ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
+          ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
+          ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
+          ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
+          ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
+          ! lib/bignum/t/bigrat.t lib/bigrat.pm
+          ! t/lib/Math/BigInt/Subclass.pm
+____________________________________________________________________________
+[ 15522] By: jhi                                   on 2002/03/26  16:07:58
+        Log: Integrate perlio;
+             
+             Fix [ID 20020326.001] - cr/lf spanning buffer boundary
+             
+             Testcase for crlf spanning buffer boundary
+     Branch: perl
+         +> t/io/crlf.t
+         !> MANIFEST perlio.c
+____________________________________________________________________________
+[ 15521] By: nick                                  on 2002/03/26  15:31:55
+        Log: Testcase for crlf spanning buffer boundary
+     Branch: perlio
+          + t/io/crlf.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15520] By: nick                                  on 2002/03/26  15:09:52
+        Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 15519] By: jhi                                   on 2002/03/26  14:50:08
+        Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15518] By: jhi                                   on 2002/03/26  14:39:08
+        Log: Document the Configure (really, awk) glitch in
+             UNICOS/mk.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15517] By: jhi                                   on 2002/03/26  13:32:31
+        Log: Subject: [PATCH] Win32 w/o multiplicity build fails
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 22 Mar 2002 16:11:28 +0100
+             Message-ID: <3C9B57B0.31936.496399@localhost>
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15516] By: jhi                                   on 2002/03/26  13:29:24
+        Log: Subject: Re: Jarkko likes OOOOs
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Tue, 26 Mar 2002 08:44:02 +0100
+             Message-ID: <40509050505.20020326084402@familiehaase.de>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 15515] By: jhi                                   on 2002/03/26  13:23:32
+        Log: Subject: [patch utils/perlbug] subject header setting problem      
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
+     Branch: perl
+          ! utils/perlbug.PL
+____________________________________________________________________________
+[ 15514] By: jhi                                   on 2002/03/26  13:20:23
+        Log: Subject: [PATCH] win32/makefile.mk
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Tue, 26 Mar 2002 13:56:19 +0100
+             Message-ID: <3CA07E03.13094.8ACAD1@localhost>
+     Branch: perl
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 15513] By: nick                                  on 2002/03/26  07:17:17
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 39 files)
+          - (delete 109 files)
+         !> (integrate 105 files)
+____________________________________________________________________________
+[ 15512] By: nick                                  on 2002/03/26  06:52:42
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
+         !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
+         !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
+         !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
+         !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
+____________________________________________________________________________
+[ 15511] By: jhi                                   on 2002/03/26  04:25:44
+        Log: Installation advice from Robert Spier. 
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15510] By: jhi                                   on 2002/03/26  04:12:15
+        Log: Stas setting things right.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15509] By: jhi                                   on 2002/03/26  03:57:22
+        Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 25 Mar 02 23:57 est
+             Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/IO/lib/IO/t/io_unix.t
+____________________________________________________________________________
+[ 15508] By: jhi                                   on 2002/03/26  03:55:54
+        Log: Add threads hints for UNICOS/mk and UNICOS.
+             (I'm just guessing on UNICOS.)
+     Branch: perl
+          ! hints/unicos.sh hints/unicosmk.sh
+____________________________________________________________________________
+[ 15507] By: jhi                                   on 2002/03/26  01:19:57
+        Log: Mention the effect of Unicode keys on hashes.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15506] By: jhi                                   on 2002/03/25  22:38:12
+        Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
+             From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
+             Date: Mon, 25 Mar 2002 17:24:33 -0600
+             Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
+     Branch: perl
+          ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
+          ! vms/vms_yfix.pl
+____________________________________________________________________________
+[ 15505] By: jhi                                   on 2002/03/25  22:36:18
+        Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 15504] By: jhi                                   on 2002/03/25  20:39:05
+        Log: The .ucm of Encode are big when uncompressed.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15503] By: jhi                                   on 2002/03/25  19:58:04
+        Log: I don't understand what is going on what these
+             news tests, retracting the whole lot.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15502] By: jhi                                   on 2002/03/25  19:50:32
+        Log: Upgrade to Encode 0.99, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
+          + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
+          + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
+          + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
+          + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
+          + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
+          + ext/Encode/Encode/ksc5601.ucm
+          + ext/Encode/Encode/macCentEuro.ucm
+          + ext/Encode/Encode/macCroatian.ucm
+          + ext/Encode/Encode/macCyrillic.ucm
+          + ext/Encode/Encode/macDingbats.ucm
+          + ext/Encode/Encode/macGreek.ucm
+          + ext/Encode/Encode/macIceland.ucm
+          + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
+          + ext/Encode/Encode/macRumanian.ucm
+          + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
+          + ext/Encode/Encode/macTurkish.ucm
+          + ext/Encode/Encode/macUkraine.ucm
+          + ext/Encode/Encode/shiftjis.ucm
+          + ext/Encode/lib/Encode/10646_1.pm
+          + ext/Encode/lib/Encode/CJKConstants.pm
+          + ext/Encode/lib/Encode/CN/2022_CN.pm
+          + ext/Encode/lib/Encode/JP/2022_JP.pm
+          + ext/Encode/lib/Encode/JP/2022_JP1.pm
+          + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
+          + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
+          + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
+          + ext/Encode/ucm2table
+          - (delete 109 files)
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
+          ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
+          ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
+          ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
+          ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
+          ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
+          ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
+          ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
+          ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
+          ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
+          ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
+          ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
+          ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
+          ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
+          ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
+          ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+          ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL ext/Encode/README
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
+          ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
+          ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
+          ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Details.pod
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm
+          ! ext/Encode/lib/Encode/Supported.pod
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
+          ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
+          ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
+          ! ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15501] By: jhi                                   on 2002/03/25  19:16:21
+        Log: Noise with -w.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15500] By: jhi                                   on 2002/03/25  19:02:41
+        Log: If no perlio no perlio warnings, either.
+     Branch: perl
+          ! lib/warnings.t
+____________________________________________________________________________
+[ 15499] By: jhi                                   on 2002/03/25  18:57:47
+        Log: ...and put some of the new perlio tests here.
+             The in-memory ones not yet since my poor brain
+             refuses to find the right TODO incantation.
+     Branch: perl
+          ! ext/PerlIO/PerlIO.t
+____________________________________________________________________________
+[ 15498] By: jhi                                   on 2002/03/25  18:23:36
+        Log: Take away the perlio-requiring tests..
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 15497] By: jhi                                   on 2002/03/25  18:04:39
+        Log: More correct now, but actually the two new tests
+             need to be moved, since they are perlio-only...
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 15496] By: jhi                                   on 2002/03/25  17:57:32
+        Log: More neo-io tests from Stas Bekman.
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 15495] By: jhi                                   on 2002/03/25  17:52:33
+        Log: Document the QNX6 sprintf glitch.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15494] By: jhi                                   on 2002/03/25  17:46:27
+        Log: AmigaOS must use the ixemul directly, since there
+             is no more vfork support.
+     Branch: perl
+          ! hints/amigaos.sh
+____________________________________________________________________________
+[ 15493] By: jhi                                   on 2002/03/25  17:39:18
+        Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
+             Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15492] By: jhi                                   on 2002/03/25  17:38:33
+        Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
+             Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15491] By: jhi                                   on 2002/03/25  16:57:10
+        Log: Clarify the 8.3 rule.
+     Branch: perl
+          ! Porting/check83.pl
+____________________________________________________________________________
+[ 15490] By: nick                                  on 2002/03/25  16:05:07
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/lib/Encode/EncFormat.pod
+         +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
+          - ext/Encode/lib/EncodeFormat.pod
+         !> (integrate 41 files)
+____________________________________________________________________________
+[ 15489] By: jhi                                   on 2002/03/25  15:52:33
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15488] By: jhi                                   on 2002/03/25  15:32:39
+        Log: Forgotten from #15486.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15487] By: jhi                                   on 2002/03/25  15:23:56
+        Log: It seems that FreeBSD does not like using Perl's malloc
+             when multithreaded.
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15486] By: jhi                                   on 2002/03/25  14:37:03
+        Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 25 Mar 2002 11:33:17 +0100
+             Message-ID: <20020325113317.A1410@rafael>
+             
+             Apparently VMS does not do YYDEBUG.
+     Branch: perl
+          ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
+____________________________________________________________________________
+[ 15485] By: jhi                                   on 2002/03/25  14:10:20
+        Log: Subject: [PATCH] warnings for perlio + others
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Mon, 25 Mar 2002 13:01:44 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
+          ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
+          ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
+          ! warnings.pl
+____________________________________________________________________________
+[ 15484] By: jhi                                   on 2002/03/25  01:53:29
+        Log: As verified by Doug MacEachern.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15483] By: jhi                                   on 2002/03/24  23:23:50
+        Log: MPE/iX update from Mark Bixby.
+     Branch: perl
+          + mpeix/mpeix.c
+          ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
+          ! hints/mpeix.sh mpeix/mpeixish.h
+____________________________________________________________________________
+[ 15482] By: jhi                                   on 2002/03/24  22:54:00
+        Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 24 Mar 2002 22:50:06 +0000
+             Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
+____________________________________________________________________________
+[ 15481] By: jhi                                   on 2002/03/24  22:35:56
+        Log: Subject: [PATCH] fix warning + carp interaction
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
+             Date: Sun, 24 Mar 2002 23:00:21 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
+          ! warnings.pl
+____________________________________________________________________________
+[ 15480] By: jhi                                   on 2002/03/24  22:30:48
+        Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
+             (All the code changes have already been applied earlier.)
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+____________________________________________________________________________
+[ 15479] By: jhi                                   on 2002/03/24  22:11:46
+        Log: DB_File: for the core version, no need to specify
+             a minimum MM version.
+     Branch: perl
+          ! ext/DB_File/Makefile.PL
+____________________________________________________________________________
+[ 15478] By: jhi                                   on 2002/03/24  21:33:42
+        Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sun, 24 Mar 2002 22:23:08 +0000
+             Message-ID: <20020324222308.B21963@fdgroup.com>
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 15477] By: jhi                                   on 2002/03/24  21:19:45
+        Log: Subject: [PATCH @15450] errno help for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 24 Mar 2002 16:17:52 -0600
+             Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
+     Branch: perl
+          ! ext/POSIX/t/posix.t vms/vms.c
+____________________________________________________________________________
+[ 15476] By: jhi                                   on 2002/03/24  21:18:45
+        Log: Upgrade to Locale::Codes 2.03.
+     Branch: perl
+          ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          ! lib/Locale/Country.pm
+____________________________________________________________________________
+[ 15475] By: jhi                                   on 2002/03/24  20:36:46
+        Log: metaconfig unit change for #15474.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15474] By: jhi                                   on 2002/03/24  20:35:49
+        Log: The #15472 said "properly".  Ha!
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15473] By: jhi                                   on 2002/03/24  20:17:37
+        Log: metaconfig unit change for #15472.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 15472] By: jhi                                   on 2002/03/24  20:16:56
+        Log: Properly scan for the subextensions of Encode
+             when doing static builds.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15471] By: jhi                                   on 2002/03/24  19:58:38
+        Log: Tru64: Document the known odbm failure with static builds.
+     Branch: perl
+          ! README.tru64
+____________________________________________________________________________
+[ 15470] By: jhi                                   on 2002/03/24  17:56:01
+        Log: microperl tweaks.
+     Branch: perl
+          ! Makefile.micro locale.c util.c
+____________________________________________________________________________
+[ 15469] By: jhi                                   on 2002/03/24  17:32:36
+        Log: metaconfig unit changes for #15468.
+     Branch: metaconfig
+          ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
+          ! U/modified/libc.U U/modified/libs.U
+          ! U/threads/d_pthread_atfork.U
+____________________________________________________________________________
+[ 15468] By: jhi                                   on 2002/03/24  17:32:05
+        Log: Various metaconfig unit cleanup; only one visible change
+             in Configure, though.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15467] By: jhi                                   on 2002/03/24  15:53:59
+        Log: Upgrade to Encode 0.98, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/EncFormat.pod
+          + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
+          - ext/Encode/lib/EncodeFormat.pod
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
+          ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
+          ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Details.pod
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15466] By: jhi                                   on 2002/03/24  13:58:44
+        Log: Integrate perlio;
+             
+             Avoid core-dump in Encode with PERLIO=mmap
+     Branch: perl
+         !> ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15465] By: jhi                                   on 2002/03/24  13:51:15
+        Log: In the spirit of #15464.
+     Branch: perl
+          ! perl.c sv.c
+____________________________________________________________________________
+[ 15464] By: jhi                                   on 2002/03/24  13:49:02
+        Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 24 Mar 2002 02:27:25 -0500
+             Message-ID: <20020324072725.GA3554@blackrider>
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15463] By: nick                                  on 2002/03/24  10:24:41
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 28 files)
+          - lib/bigfloat.t lib/bigint.t
+         !> (integrate 59 files)
+____________________________________________________________________________
+[ 15462] By: nick                                  on 2002/03/24  08:59:35
+        Log: Avoid core-dump in Encode with PERLIO=mmap
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15461] By: nick                                  on 2002/03/24  08:58:21
+        Log: Too many machines doing integrate mainline
+     Branch: perlio
+         !> Changes Configure lib/AutoSplit.t
+         !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
+         !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
+         !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
+         !> pp_ctl.c reentr.h reentr.pl t/op/override.t
+____________________________________________________________________________
+[ 15460] By: jhi                                   on 2002/03/24  04:57:48
+        Log: Retract Math::BigInt::Lite for now, seems to confuse
+             bignum and bigrat.
+     Branch: perl
+          - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15459] By: jhi                                   on 2002/03/24  04:48:19
+        Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sat, 23 Mar 2002 23:23:00 -0600
+             Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
+     Branch: perl
+          ! configure.com vms/vms.c
+____________________________________________________________________________
+[ 15458] By: jhi                                   on 2002/03/24  04:46:37
+        Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 23 Mar 2002 21:32:32 -0500
+             Message-ID: <20020324023232.GA29972@blackrider>
+             
+             (with Russ Allbery's simplifications)
+     Branch: perl
+          ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
+____________________________________________________________________________
+[ 15457] By: jhi                                   on 2002/03/24  00:28:47
+        Log: Merge Math::BigInt::Lite 0.08, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15456] By: jhi                                   on 2002/03/24  00:23:49
+        Log: Too chatty.
+     Branch: perl
+          ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
+____________________________________________________________________________
+[ 15455] By: jhi                                   on 2002/03/24  00:21:07
+        Log: Merge bignum 0.10, from Tels.
+     Branch: perl
+          + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
+          + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
+          + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
+          + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
+          + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
+          + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
+          ! MANIFEST
+____________________________________________________________________________
+[ 15454] By: jhi                                   on 2002/03/23  23:58:44
+        Log: Rename the Perl 4 tests in preparation of bignum.
+     Branch: perl
+          + lib/bigfloatpl.t lib/bigintpl.t
+          - lib/bigfloat.t lib/bigint.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15453] By: jhi                                   on 2002/03/23  23:07:04
+        Log: Merge Math::BigRat 0.04, from Tels.
+     Branch: perl
+          + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
+          + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
+          + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
+          + t/lib/Math/BigRat/Test.pm
+          ! MANIFEST
+____________________________________________________________________________
+[ 15452] By: jhi                                   on 2002/03/23  21:44:23
+        Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Sat, 23 Mar 2002 22:27:24 +0000
+             Message-ID: <20020323222724.A19425@fdgroup.com>
+     Branch: perl
+          ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
+____________________________________________________________________________
+[ 15451] By: jhi                                   on 2002/03/23  21:40:02
+        Log: Forgotten.
+     Branch: perl
+          ! ext/Unicode/Normalize/README
+____________________________________________________________________________
+[ 15450] By: jhi                                   on 2002/03/23  21:00:05
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15449] By: jhi                                   on 2002/03/23  20:44:57
+        Log: Subject: perldoc -m [PATCH]
+             From: "John L. Allen" <allen@grumman.com>
+             Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
+             Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 15448] By: jhi                                   on 2002/03/23  20:42:30
+        Log: Subject: Re: Copious warnings from Sys::Syslog
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Sat, 23 Mar 2002 06:47:08 +0100
+             Message-ID: <m31yebvns3.fsf@anima.de>
+     Branch: perl
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15447] By: jhi                                   on 2002/03/23  20:34:43
+        Log: Upgrade to Math::BigInt 1.55, from Tels.
+     Branch: perl
+          + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
+          + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
+          + lib/Math/BigInt/t/use_lib4.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+          ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
+          ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
+          ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
+          ! lib/Math/BigInt/t/upgrade.t
+____________________________________________________________________________
+[ 15446] By: jhi                                   on 2002/03/23  19:50:02
+        Log: Upgrade to Encode 0.97, from Dan Kogai.
+     Branch: perl
+          ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
+          ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
+          ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
+          ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
+          ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15445] By: jhi                                   on 2002/03/23  17:33:08
+        Log: Slight tweaks on #15443.
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15444] By: nick                                  on 2002/03/23  17:30:42
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
+         +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+         +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
+         !> (integrate 50 files)
+____________________________________________________________________________
+[ 15443] By: jhi                                   on 2002/03/23  17:30:09
+        Log: Subject: patch [bleadperl]: Document %! special variable
+             From: mjd@plover.com
+             Date: 23 Mar 2002 18:25:44 -0000
+             Message-ID: <20020323182544.11741.qmail@plover.com>    
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15442] By: jhi                                   on 2002/03/23  17:17:47
+        Log: Since the Encode::JP is unsupported under EBCDIC we
+             cannot run this test (aliases as such should work fine).
+     Branch: perl
+          ! ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15441] By: jhi                                   on 2002/03/23  17:15:15
+        Log: EBCDIC: the sorting order is different under
+             byte-EBCDIC and Unicode.
+     Branch: perl
+          ! t/op/utfhash.t
+____________________________________________________________________________
+[ 15440] By: jhi                                   on 2002/03/23  17:09:17
+        Log: EBCDIC: the character codes are different.
+     Branch: perl
+          ! lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15439] By: jhi                                   on 2002/03/23  03:05:11
+        Log: Purify: #15434 got the test the wrong.
+             (Is there an approved way of testing "is this an unop"?)
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 15438] By: jhi                                   on 2002/03/23  01:40:53
+        Log: Purify: Array bounds read: could read one character past the end.
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 15437] By: jhi                                   on 2002/03/23  01:22:10
+        Log: Purify: Array bounds read: reading one byte before the buffer.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15436] By: jhi                                   on 2002/03/23  01:14:24
+        Log: Purify: Unitialized memory read.  Too many code paths
+             to keep track of, I guess.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 15435] By: jhi                                   on 2002/03/23  01:00:31
+        Log: Purify: Array bounds write: pre-extend the strxfrm
+             buffer by a factor of four (suggested maximum by HP-UX;
+             Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
+             know how portable that is; locale.c uses yet another trick
+             (not a particularly good trick, I might add))
+     Branch: perl
+          ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 15434] By: jhi                                   on 2002/03/23  00:48:23
+        Log: Purify: Array bounds read: o->op_last was accessed
+             for unops (via newUNOP() and ck_eof()).
+             (analysis okay, patch bad: see #15439)
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 15433] By: jhi                                   on 2002/03/22  23:19:34
+        Log: Subject: [PATCH] vms/test.com, File::Find tests
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 22 Mar 2002 16:52:59 -0600
+             Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 15432] By: jhi                                   on 2002/03/22  23:18:44
+        Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 22 Mar 2002 18:08:19 -0500
+             Message-ID: <20020322230819.GB16454@blackrider>
+     Branch: perl
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15431] By: jhi                                   on 2002/03/22  21:52:56
+        Log: Update the information on Encode.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15430] By: jhi                                   on 2002/03/22  21:48:28
+        Log: Upgrade to Encode 0.96, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
+          + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
+          + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/Alias.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+____________________________________________________________________________
+[ 15429] By: jhi                                   on 2002/03/22  20:52:18
+        Log: Subject: [PATCH] h2xs.t fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 22 Mar 2002 15:47:38 -0600
+             Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
+     Branch: perl
+          ! lib/h2xs.t
+____________________________________________________________________________
+[ 15428] By: jhi                                   on 2002/03/22  20:50:42
+        Log: One more pass.
+     Branch: perl
+          ! epoc/config.sh
+____________________________________________________________________________
+[ 15427] By: jhi                                   on 2002/03/22  20:46:43
+        Log: Even better version from Olaf Flebbe.
+     Branch: perl
+          ! epoc/config.sh pp_sys.c util.c
+____________________________________________________________________________
+[ 15426] By: jhi                                   on 2002/03/22  20:34:28
+        Log: EPOC update from Olaf Flebbe.
+     Branch: perl
+          ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
+          ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
+____________________________________________________________________________
+[ 15425] By: jhi                                   on 2002/03/22  20:03:33
+        Log: Tweak from John P. Linderman.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 15424] By: jhi                                   on 2002/03/22  17:08:36
+        Log: Subject: [PATCH pod/perlfunc.pod] doc fix
+             From: Stas Bekman <stas@stason.org>
+             Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15423] By: jhi                                   on 2002/03/22  17:06:42
+        Log: Subject: [PATCH] check sysconf's return value in reentr.c
+             From: <slaven.rezic@berlin.de>
+             Date: Fri, 22 Mar 2002 18:30:36 +0100
+             Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
+             
+             (plus use 4k instead 2k as the "usual" size)
+     Branch: perl
+          ! reentr.c reentr.pl
+____________________________________________________________________________
+[ 15422] By: jhi                                   on 2002/03/22  15:23:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15421] By: jhi                                   on 2002/03/22  15:18:30
+        Log: Forgot from #15416.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15420] By: jhi                                   on 2002/03/22  15:15:37
+        Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 22 Mar 2002 16:27:51 +0100
+             Message-ID: <m3n0x0vczs.fsf@anima.de>
+     Branch: perl
+          ! pod/perlmodstyle.pod
+____________________________________________________________________________
+[ 15419] By: jhi                                   on 2002/03/22  15:14:42
+        Log: metaconfig unit changes for #15418.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15418] By: jhi                                   on 2002/03/22  15:14:09
+        Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
+             Also, there's no i_stdio.
+     Branch: perl
+          ! Configure reentr.h reentr.pl
+____________________________________________________________________________
+[ 15417] By: jhi                                   on 2002/03/22  15:07:33
+        Log: Document a known AIX warning.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15416] By: jhi                                   on 2002/03/22  15:03:05
+        Log: Undo #15415, allow the faq people to catch up first.
+     Branch: perl
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
+____________________________________________________________________________
+[ 15415] By: jhi                                   on 2002/03/22  13:30:38
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
+____________________________________________________________________________
+[ 15414] By: jhi                                   on 2002/03/22  13:25:17
+        Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 22 Mar 2002 15:16:19 +0100
+             Message-ID: <m38z8kwuvg.fsf@anima.de>
+             
+             (plus reformat)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15413] By: jhi                                   on 2002/03/22  13:20:48
+        Log: Integrate perlio;
+             
+             Fix [ID 20020318.003] cannot open STDOUT into in memory variable
+             
+             Check for sanity of UTF-8 keys in hashes
+     Branch: perl
+         +> t/op/utfhash.t
+         !> MANIFEST doio.c
+____________________________________________________________________________
+[ 15412] By: nick                                  on 2002/03/22  10:50:53
+        Log: Check for sanity of UTF-8 keys in hashes
+             (feel free to add more tests...)
+     Branch: perlio
+          + t/op/utfhash.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15411] By: ams                                   on 2002/03/22  08:36:33
+        Log: Revert #15200 for backwards compatiblity reasons.
+     Branch: perl
+          ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
+          ! pp_ctl.c t/op/override.t
+____________________________________________________________________________
+[ 15410] By: nick                                  on 2002/03/22  07:47:41
+        Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
+             - when (e.g.) STDOUT is char special file and gets IoOFP
+             created - do _NOT_ pass num_svs as that fopen-s stringified
+             glob, and not fdopen-s the fd.
+     Branch: perlio
+          ! doio.c
+____________________________________________________________________________
+[ 15409] By: nick                                  on 2002/03/22  07:19:33
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
+         +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
+         +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
+         +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
+         +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
+         +> ext/Encode/lib/Encode/Details.pod
+         +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+         +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
+         +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+         +> lib/Pod/t/pod2html-lib.pl
+          - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
+         !> (integrate 39 files)
+____________________________________________________________________________
+[ 15408] By: jhi                                   on 2002/03/22  04:09:19
+        Log: Win32 tweak from mjd.
+     Branch: perl
+          ! lib/Tie/File.pm
+____________________________________________________________________________
+[ 15407] By: jhi                                   on 2002/03/22  04:07:13
+        Log: If Unicode keys are entered to a hash, a bit is turned on.
+             If the bit is on, when the keys are fetched from the hash
+             (%h, each %h, keys %h), the Unicodified versions of the keys
+             are returned if needed.  This solution errs on the size of
+             over-Unicodifying, the old solution erred on the side of
+             under-Unicodifying.  As long as the hash keys can be a mix
+             of byte and Unicode strings, a perfect fit is hard to come by.
+     Branch: perl
+          ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
+          ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
+____________________________________________________________________________
+[ 15406] By: jhi                                   on 2002/03/22  01:21:57
+        Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 22 Mar 2002 02:08:20 +0000
+             Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15405] By: jhi                                   on 2002/03/21  23:13:44
+        Log: PM_SETRE() fallout.
+     Branch: perl
+          ! ext/ByteLoader/bytecode.h
+____________________________________________________________________________
+[ 15404] By: jhi                                   on 2002/03/21  22:54:42
+        Log: Subject: [PATCH pod/perlxs.pod] doc fix
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 21 Mar 2002 18:47:35 +0800
+             Message-ID: <3C99BA47.9010403@stason.org>
+     Branch: perl
+          ! pod/perlxs.pod
+____________________________________________________________________________
+[ 15403] By: jhi                                   on 2002/03/21  22:53:11
+        Log: Subject: [PATCH]
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 21 Mar 2002 10:19:23 +0100
+             Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
+             
+             Disable gethostbyaddr_r for all 4.x FreeBSD versions.
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15402] By: jhi                                   on 2002/03/21  22:50:19
+        Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
+             From: Tim Bunce <Tim.Bunce@pobox.com>
+             Date: Thu, 21 Mar 2002 21:18:05 +0000
+             Message-ID: <20020321211805.E25276@dansat.data-plan.com>
+     Branch: perl
+          ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 15401] By: jhi                                   on 2002/03/21  20:48:52
+        Log: Reword the Apache^Wmod_perl bit so that Sarathy
+             can sleep easier :-)
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15400] By: jhi                                   on 2002/03/21  20:19:31
+        Log: It seems that the strange failure (core dump) of
+             t/uni/fold.t on ithreads Solaris builds is a gcc bug:
+             (1) using Sun's cc helps
+             (2) rewriting the ithreads PM_SETRE() to do the
+             setting in two steps helps
+             (3) no other platforms have the crash
+             (4) Tru64's Third Degree sees nothing evil
+             So we implement (2).
+     Branch: perl
+          ! op.h
+____________________________________________________________________________
+[ 15399] By: jhi                                   on 2002/03/21  20:09:23
+        Log: Solaris: default to the SUNwspro cc if it is available.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15398] By: jhi                                   on 2002/03/21  18:41:57
+        Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
+             does not get fixed in time.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15397] By: jhi                                   on 2002/03/21  18:19:53
+        Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Thu, 21 Mar 2002 17:24:40 +0000
+             Message-ID: <20020321172440.C13683@fdgroup.com>
+     Branch: perl
+          ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
+          ! pod/perlapi.pod proto.h sv.h toke.c
+____________________________________________________________________________
+[ 15396] By: jhi                                   on 2002/03/21  18:00:51
+        Log: One more proto escapee.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15395] By: jhi                                   on 2002/03/21  17:56:57
+        Log: metaconfig unit change for #15394.
+     Branch: metaconfig/U/perl
+          ! Checkcc.U
+____________________________________________________________________________
+[ 15394] By: jhi                                   on 2002/03/21  17:56:34
+        Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 21 Mar 2002 17:35:00 GMT
+             Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 15393] By: jhi                                   on 2002/03/21  17:36:06
+        Log: Subject: Re: [tests for Pod::Html]
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
+     Branch: perl
+          + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+          - t/pod2html/README
+          ! MANIFEST lib/Pod/t/pod2html-lib.pl
+____________________________________________________________________________
+[ 15392] By: jhi                                   on 2002/03/21  16:17:53
+        Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
+             From: Stas Bekman <stas@stason.org>
+             Date: Thu, 21 Mar 2002 18:50:56 +0800
+             Message-ID: <3C99BB10.50004@stason.org>
+     Branch: perl
+          ! ext/Cwd/Cwd.xs
+____________________________________________________________________________
+[ 15391] By: jhi                                   on 2002/03/21  16:16:57
+        Log: Upgrade to Encode 0.95, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
+          + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
+          + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
+          + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
+          + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
+          + ext/Encode/lib/Encode/Details.pod
+          + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
+          - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
+          ! ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 15390] By: jhi                                   on 2002/03/21  14:48:35
+        Log: Mention the new syslog try-harder feature.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15389] By: jhi                                   on 2002/03/21  14:44:56
+        Log: metaconfig unit changes for #15388.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15388] By: jhi                                   on 2002/03/21  14:44:09
+        Log: Subject: [PATCH @15373] More HP-UX/IA64 work
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Thu, 21 Mar 2002 09:23:45 -0500
+             Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
+     Branch: perl
+          ! Configure hints/hpux.sh reentr.pl
+____________________________________________________________________________
+[ 15387] By: jhi                                   on 2002/03/21  14:37:56
+        Log: NetWare diff from C Aditya.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15386] By: jhi                                   on 2002/03/21  14:36:05
+        Log: The htmlview test doesn't work yet.
+     Branch: perl
+          + t/pod2html/README
+          - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15385] By: jhi                                   on 2002/03/21  14:15:01
+        Log: Placeholder.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15384] By: jhi                                   on 2002/03/21  14:03:50
+        Log: Integrate perlio: missing tabs in makefile.mk.
+     Branch: perl
+         !> win32/makefile.mk
+____________________________________________________________________________
+[ 15383] By: jhi                                   on 2002/03/21  13:52:18
+        Log: Subject: [tests for Pod::Html]
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
+     Branch: perl
+          + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
+          + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
+          + lib/Pod/t/pod2html-lib.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15382] By: nick                                  on 2002/03/21  07:21:57
+        Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
+     Branch: perlio
+         +> ext/Encode/AUTHORS ext/Encode/Changes
+         +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
+         +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+         +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+         +> ext/I18N/Langinfo/fallback/const-c.inc
+         +> ext/I18N/Langinfo/fallback/const-xs.inc
+         +> lib/ExtUtils/t/Constant.t
+          - ext/Encode/Encode/euc-jp-0212.enc
+          - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
+          - ext/Encode/t/table.euc ext/Encode/t/table.ref
+          - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
+         !> (integrate 105 files)
+____________________________________________________________________________
+[ 15381] By: nick                                  on 2002/03/21  06:59:57
+        Log: Restore tabs so dmake will parse file!
+     Branch: perlio
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 15380] By: jhi                                   on 2002/03/21  04:26:03
+        Log: Upgrade to Unicode::Normalize 0.16.
+     Branch: perl
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 15379] By: jhi                                   on 2002/03/21  02:59:46
+        Log: Schwern's wallet is a bit more loose.
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15378] By: jhi                                   on 2002/03/20  21:57:22
+        Log: Subject: [PATCH]
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Wed, 20 Mar 2002 22:56:17 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
+             
+             packWARN also for subdirs.
+     Branch: perl
+          ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
+          ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
+          ! win32/win32.c
+____________________________________________________________________________
+[ 15377] By: jhi                                   on 2002/03/20  21:50:11
+        Log: A plan is better.
+     Branch: perl
+          ! ext/Encode/t/CJKalias.t
+____________________________________________________________________________
+[ 15376] By: jhi                                   on 2002/03/20  21:26:09
+        Log: Upgrade to Encode 0.94, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/lib/Encode/Description.pod
+          ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
+          ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
+          ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/t/CJKalias.t
+____________________________________________________________________________
+[ 15375] By: jhi                                   on 2002/03/20  21:09:27
+        Log: Rats' nest.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15374] By: jhi                                   on 2002/03/20  21:01:59
+        Log: Rrright.
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15373] By: jhi                                   on 2002/03/20  17:36:43
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15372] By: jhi                                   on 2002/03/20  16:54:35
+        Log: Reapply #15336.
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15371] By: jhi                                   on 2002/03/20  15:28:44
+        Log: Upgrade to Encode 0.93, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
+          ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
+          ! ext/Encode/README ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/JP/Constants.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
+          ! ext/Encode/lib/Encode/iso10646_1.pm
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 15370] By: jhi                                   on 2002/03/20  15:13:42
+        Log: Subject: patch for syslog
+             From: <Nick.Williams@morganstanley.com>
+             Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
+             Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
+     Branch: perl
+          ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 15369] By: jhi                                   on 2002/03/20  15:10:17
+        Log: Some failure updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15368] By: jhi                                   on 2002/03/20  15:02:04
+        Log: Getopt::Long 2.29 from Johan Vromans.
+     Branch: perl
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+____________________________________________________________________________
+[ 15367] By: jhi                                   on 2002/03/20  14:58:56
+        Log: Rename ExtUtils.t to Constant.t, as suggested by
+             Nicholas Clark.
+     Branch: perl
+          + lib/ExtUtils/t/Constant.t
+          - lib/ExtUtils/t/ExtUtils.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15366] By: jhi                                   on 2002/03/20  14:56:27
+        Log: Subject: [PATCH] TODO - Make Schwern Poorer
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 19 Mar 2002 22:50:28 +0000
+             Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 15365] By: jhi                                   on 2002/03/20  14:47:15
+        Log: Subject: Re: The story of O [PATCH]
+             From: Richard.Foley@t-online.de (Richard Foley)
+             Date: Sun, 17 Mar 2002 08:37:26 +0100
+             Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15364] By: jhi                                   on 2002/03/20  14:43:11
+        Log: Mention the external modules Encode::HanExtra and
+             PadWalker.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15363] By: jhi                                   on 2002/03/20  14:38:23
+        Log: Subject: [PATCH] List lexicals from debugger
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Tue, 19 Mar 2002 12:28:52 -0800
+             Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
+     Branch: perl
+          ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
+____________________________________________________________________________
+[ 15362] By: jhi                                   on 2002/03/20  14:37:05
+        Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
+             and :encoding(xxx) was errorneously parsed.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15361] By: jhi                                   on 2002/03/20  14:34:38
+        Log: Subject: [PATCH bleadperl] exec.t tweak
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 20 Mar 2002 01:21:40 +0100
+             Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
+             
+             4NT returns 2 as error-code for nonexistant file.
+     Branch: perl
+          ! t/op/exec.t
+____________________________________________________________________________
+[ 15360] By: jhi                                   on 2002/03/20  14:33:09
+        Log: minor Tie::File test patch to make win32 happier, from mjd.
+     Branch: perl
+          ! lib/Tie/File/t/30_defer.t
+____________________________________________________________________________
+[ 15359] By: jhi                                   on 2002/03/20  14:31:53
+        Log: Subject: [PATCH bleadperl] magic.t tweak
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 20 Mar 2002 00:39:16 +0100
+             Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! t/op/magic.t
+____________________________________________________________________________
+[ 15358] By: jhi                                   on 2002/03/20  14:23:46
+        Log: Typo fix from Andreas Koenig, plus a tweak.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15357] By: jhi                                   on 2002/03/20  14:21:33
+        Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
+             in Mandrake 8.2.  Now we need to figure out a way not to
+             unbreak Apache.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15356] By: jhi                                   on 2002/03/20  13:59:58
+        Log: Fix for "UTF-8 bug with s///" from Hugo.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 15355] By: jhi                                   on 2002/03/20  02:23:23
+        Log: metaconfig unit change for #15354.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
+[ 15354] By: jhi                                   on 2002/03/20  02:23:01
+        Log: Installation updates on threads and perlio.
+     Branch: perl
+          ! Configure INSTALL
+____________________________________________________________________________
+[ 15353] By: jhi                                   on 2002/03/20  01:17:27
+        Log: Tpo.
+     Branch: perl
+          ! pod/perlfaq6.pod
+____________________________________________________________________________
+[ 15352] By: jhi                                   on 2002/03/20  01:15:54
+        Log: Regen modlib and toc.
+     Branch: perl
+          ! pod/perlmodlib.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 15351] By: jhi                                   on 2002/03/20  01:12:28
+        Log: Whitespace tweaks.
+     Branch: perl
+          ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
+          ! pod/perltodo.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 15350] By: jhi                                   on 2002/03/20  00:55:54
+        Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
+             think UTF-8, embrace your inner UTF-8, as suggested by Larry.
+             (And as suggested by Markus Kuhn.)
+             
+             While we are at it, document also the case of
+             mixed hash keys as a known potential troublemaker.
+             (Since it's locale-related, sometimes.)
+     Branch: perl
+          ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
+          ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 15349] By: jhi                                   on 2002/03/20  00:47:17
+        Log: Surely a typo.
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 15348] By: jhi                                   on 2002/03/19  22:05:29
+        Log: Take two.
+     Branch: perl
+          + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15347] By: jhi                                   on 2002/03/19  22:04:45
+        Log: Let's try this from scratch.
+     Branch: perl
+          - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15346] By: jhi                                   on 2002/03/19  21:59:14
+        Log: I could do this all day...
+     Branch: perl
+          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15345] By: jhi                                   on 2002/03/19  21:54:20
+        Log: Grrr.
+     Branch: perl
+          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15344] By: jhi                                   on 2002/03/19  21:49:47
+        Log: Subject: Re: Nearly OK for cygwin@15318
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Tue, 19 Mar 2002 15:58:08 -0500
+             Message-ID: <3C97A660.3060302@rowman.com>
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 15343] By: jhi                                   on 2002/03/19  21:47:02
+        Log: Subject: Re: Nearly OK for cygwin@15318
+             From: <slaven.rezic@berlin.de>
+             Date: Tue, 19 Mar 2002 21:47:49 +0100
+             Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
+             
+             Subject: Re: Nearly OK for cygwin@15318
+             From: <slaven.rezic@berlin.de>
+             Date: Tue, 19 Mar 2002 21:37:18 +0100
+             Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
+     Branch: perl
+          ! pod/perlport.pod t/io/fs.t
+____________________________________________________________________________
+[ 15342] By: jhi                                   on 2002/03/19  21:41:12
+        Log: D'oh.
+     Branch: perl
+          + ext/I18N/Langinfo/fallback/const-c.inc
+          + ext/I18N/Langinfo/fallback/const-xs.inc
+____________________________________________________________________________
+[ 15341] By: jhi                                   on 2002/03/19  21:40:49
+        Log: Subject: [PATCH] proper fallback for I18N::Langinfo
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 19 Mar 2002 22:37:08 +0000
+             Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
+             
+             Subject: Re: [PATCH] proper fallback for I18N::Langinfo
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Tue, 19 Mar 2002 22:39:55 +0000
+             Message-ID: <20020319223954.G94831@plum.flirble.org>
+     Branch: perl
+          - ext/I18N/Langinfo/fallback.xs
+          ! MANIFEST
+____________________________________________________________________________
+[ 15340] By: jhi                                   on 2002/03/19  21:31:16
+        Log: Text, not binary.
+     Branch: perl
+          ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
+          ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
+____________________________________________________________________________
+[ 15339] By: jhi                                   on 2002/03/19  21:26:10
+        Log: Subject: Re: perl@15244
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 18 Mar 2002 17:37:31 +0100
+             Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
+             
+             (Goedendag: Dutch whitespace police)
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15338] By: jhi                                   on 2002/03/19  21:10:29
+        Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 19 Mar 2002 21:52:47 +0000
+             Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
+          ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
+          ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
+          ! ext/Sys/Syslog/Makefile.PL
+____________________________________________________________________________
+[ 15337] By: jhi                                   on 2002/03/19  20:09:22
+        Log: More pathname portability checks.
+     Branch: perl
+          ! Porting/check83.pl
+____________________________________________________________________________
+[ 15336] By: jhi                                   on 2002/03/19  18:41:50
+        Log: Begone, Encode::Tcl::Extended.
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15335] By: jhi                                   on 2002/03/19  18:40:10
+        Log: This is like trying to put the shaving cream
+             back to the can...
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15334] By: jhi                                   on 2002/03/19  18:31:59
+        Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
+             types of usleep().  Fun, fun. fun.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15333] By: jhi                                   on 2002/03/19  18:25:21
+        Log: Sarathy's new suggestion for Linux threading flags.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15332] By: jhi                                   on 2002/03/19  18:23:30
+        Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
+     Branch: perl
+          - ext/Encode/Encode/euc-jp-0212.ucm
+          ! MANIFEST ext/Encode/Encode/euc-jp.ucm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15331] By: jhi                                   on 2002/03/19  18:18:21
+        Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 19 Mar 2002 00:42:22 +0100
+             Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
+____________________________________________________________________________
+[ 15330] By: jhi                                   on 2002/03/19  18:00:48
+        Log: "+" is not a valid filename character in VMS.
+     Branch: perl
+          + ext/Encode/Encode/euc-jp-0212.ucm
+          - ext/Encode/Encode/euc-jp+0212.ucm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15329] By: jhi                                   on 2002/03/19  15:49:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15328] By: jhi                                   on 2002/03/19  15:25:58
+        Log: Take away _GNU_SOURCE since that does not seem
+             to play well with other software (like Apache),
+             just hint away the WHOAs.
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 15327] By: jhi                                   on 2002/03/19  15:17:12
+        Log: metaconfig unit change for #15326.
+     Branch: metaconfig
+          ! U/threads/d_crypt_r.U
+____________________________________________________________________________
+[ 15326] By: jhi                                   on 2002/03/19  15:16:43
+        Log: Support crypt_r(const char*,const char*, CRYPTD*).
+     Branch: perl
+          ! Configure reentr.h reentr.pl
+____________________________________________________________________________
+[ 15325] By: jhi                                   on 2002/03/19  14:54:21
+        Log: VMS acrobatics from Peter Prymmer.
+     Branch: perl
+          ! lib/ExtUtils/t/ExtUtils.t
+____________________________________________________________________________
+[ 15324] By: jhi                                   on 2002/03/19  14:51:56
+        Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
+             From: Stas Bekman <stas@stason.org>
+             Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15323] By: jhi                                   on 2002/03/19  14:51:09
+        Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 19 Mar 2002 10:49:27 +0100
+             Message-ID: <20020319104927.C705@rafael>   
+     Branch: perl
+          ! ext/B/t/xref.t
+____________________________________________________________________________
+[ 15322] By: jhi                                   on 2002/03/19  14:50:02
+        Log: Integrate perlio;
+             
+             Move docs for Encode::valid_utf8 (which does not exist)
+             to be docs for utf8::valid() (which does).
+     Branch: perl
+         !> ext/Encode/Encode.pm lib/utf8.pm
+____________________________________________________________________________
+[ 15321] By: jhi                                   on 2002/03/19  14:48:57
+        Log: Remove Encode::Tcl::Extended, suggested by
+             SADAHIRO Tomoyuki.
+     Branch: perl
+          - ext/Encode/Encode/euc-jp-0212.enc
+          - ext/Encode/lib/Encode/Tcl/Extended.pm
+          ! MANIFEST ext/Encode/MANIFEST
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15320] By: jhi                                   on 2002/03/19  14:44:18
+        Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
+     Branch: perl
+          + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
+          + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
+          + ext/Encode/t/jisx0212.ref
+          - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
+          - ext/Encode/t/table.ref
+          ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
+          ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
+          ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/Encoding.pm
+          ! ext/Encode/lib/Encode/Internal.pm
+          ! ext/Encode/lib/Encode/JP/Constants.pm
+          ! ext/Encode/lib/Encode/JP/H2Z.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Extended.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm
+          ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
+          ! ext/Encode/lib/Encode/iso10646_1.pm
+          ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
+          ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
+          ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15319] By: jhi                                   on 2002/03/19  14:36:41
+        Log: constness+signedness nit.
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.xs
+____________________________________________________________________________
+[ 15318] By: jhi                                   on 2002/03/19  14:04:55
+        Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
+     Branch: perl
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
+          ! ext/Unicode/Normalize/t/func.t
+____________________________________________________________________________
+[ 15317] By: jhi                                   on 2002/03/19  13:56:27
+        Log: Split the ebcdic details to perlebcdic.
+     Branch: perl
+          ! pod/perlebcdic.pod pod/perluniintro.pod
+____________________________________________________________________________
+[ 15316] By: jhi                                   on 2002/03/19  13:31:55
+        Log: Be explicit.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 15315] By: nick                                  on 2002/03/19  09:24:18
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/List/Util/t/openhan.t
+         !> (integrate 53 files)
+____________________________________________________________________________
+[ 15314] By: nick                                  on 2002/03/19  07:39:07
+        Log: Move docs for Encode::valid_utf8 (which does not exist)
+             to be docs for utf8::valid() (which does).
+     Branch: perlio
+          ! ext/Encode/Encode.pm lib/utf8.pm
+____________________________________________________________________________
+[ 15313] By: jhi                                   on 2002/03/19  04:58:22
+        Log: Update the Unicode vs EBCDIC situation.
+     Branch: perl
+          ! pod/perlebcdic.pod pod/perluniintro.pod
+____________________________________________________________________________
+[ 15312] By: jhi                                   on 2002/03/19  04:01:39
+        Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
+             From: Robert Spier <rspier@pobox.com>
+             Date: Mon, 18 Mar 2002 19:22:55 -0800
+             Message-ID: <15510.44815.383439.823671@rls.cx>
+     Branch: perl
+          ! ext/threads/t/end.t
+____________________________________________________________________________
+[ 15311] By: jhi                                   on 2002/03/19  04:00:38
+        Log: UTF-8 walk errors that become visible in EBCDIC.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15310] By: jhi                                   on 2002/03/19  03:48:27
+        Log: s/regcinclasslen/reginclass/ and remove the old
+             reginclass since nothing is using it.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regexec.c
+____________________________________________________________________________
+[ 15309] By: jhi                                   on 2002/03/18  22:18:37
+        Log: Close the file so it can be (a) removed (b) reopened.
+     Branch: perl
+          ! ext/B/t/xref.t
+____________________________________________________________________________
+[ 15308] By: jhi                                   on 2002/03/18  22:17:25
+        Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 18 Mar 2002 23:14:31 +0100
+             Message-ID: <20020318231431.A699@rafael>
+     Branch: perl
+          ! ext/B/B.xs utf8.c
+____________________________________________________________________________
+[ 15307] By: jhi                                   on 2002/03/18  20:54:07
+        Log: Failed patch hunk reapplied.
+     Branch: perl
+          ! lib/Tie/File/t/32_defer_misc.t
+____________________________________________________________________________
+[ 15306] By: jhi                                   on 2002/03/18  20:18:25
+        Log: For DEBUGGING threaded builds.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 15305] By: jhi                                   on 2002/03/18  19:11:43
+        Log: AUTHORS update.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15304] By: jhi                                   on 2002/03/18  19:08:32
+        Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
+             (Fix from Craig Berry)
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15303] By: jhi                                   on 2002/03/18  18:54:27
+        Log: Subject: [PATCH] configure.com home-grown kill() check
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 18 Mar 2002 13:52:59 -0600
+             Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15302] By: jhi                                   on 2002/03/18  15:58:00
+        Log: Upgrade to Tie::File 0.50.
+     Branch: perl
+          ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/32_defer_misc.t
+____________________________________________________________________________
+[ 15301] By: jhi                                   on 2002/03/18  15:54:52
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15300] By: jhi                                   on 2002/03/18  14:58:27
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15299] By: jhi                                   on 2002/03/18  14:53:11
+        Log: OS/390 update.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15298] By: jhi                                   on 2002/03/18  14:44:19
+        Log: Forgot from #15288.
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[ 15297] By: jhi                                   on 2002/03/18  14:39:15
+        Log: Make regex DEBUGGING faster.
+     Branch: perl
+          ! perl.c perl.h regexec.c
+____________________________________________________________________________
+[ 15296] By: jhi                                   on 2002/03/18  14:28:10
+        Log: Undo accidental perl.h part of #15295 (wait for #15297)
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 15295] By: jhi                                   on 2002/03/18  14:26:59
+        Log: Subject: prefix slip
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Mon, 18 Mar 2002 16:24:46 +0100
+             Message-ID: <m3y9gp3nlt.fsf@anima.de>
+             
+             (perl.h part accidental, undone by #15296)
+     Branch: perl
+          ! INSTALL perl.h
+____________________________________________________________________________
+[ 15294] By: jhi                                   on 2002/03/18  14:19:29
+        Log: Be tidy.
+     Branch: perl
+          ! ext/B/t/xref.t
+____________________________________________________________________________
+[ 15293] By: jhi                                   on 2002/03/18  14:14:17
+        Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Mon, 18 Mar 2002 10:09:50 -0500
+             Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
+     Branch: perl
+          ! README.tru64 hints/dec_osf.sh
+____________________________________________________________________________
+[ 15292] By: jhi                                   on 2002/03/18  13:57:06
+        Log: NetWare tweaks from C Aditya <caditya@novell.com>
+     Branch: perl
+          ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
+____________________________________________________________________________
+[ 15291] By: jhi                                   on 2002/03/18  13:52:40
+        Log: metaconfig unit change for #15290.
+     Branch: metaconfig/U/perl
+          ! perlxv.U
+____________________________________________________________________________
+[ 15290] By: jhi                                   on 2002/03/18  13:52:15
+        Log: Subject: d_nv_preserves_uv_bits
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 14 Mar 2002 22:24:19 +0000
+             Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh config_h.SH
+          ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
+          ! uconfig.sh vos/config.alpha.def vos/config.ga.def
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.win64
+____________________________________________________________________________
+[ 15289] By: jhi                                   on 2002/03/18  13:44:14
+        Log: Subject: Re: perl@15244
+             From: Spider Boardman <spider@web.zk3.dec.com>
+             Date: Mon, 18 Mar 2002 09:38:55 -0500
+             Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
+             
+             (IA64 work.)
+     Branch: perl
+          ! hints/hpux.sh perl.h
+____________________________________________________________________________
+[ 15288] By: jhi                                   on 2002/03/18  13:41:34
+        Log: Subject: [PATCH B] B::perlstring()
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 17 Mar 2002 23:06:12 +0100
+             Message-ID: <20020317230612.A24442@rafael>
+     Branch: perl
+          ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
+____________________________________________________________________________
+[ 15287] By: jhi                                   on 2002/03/18  13:40:28
+        Log: Subject: [PATCH] another pack "w" thing
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 16 Mar 2002 21:52:15 +0000
+             Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 15286] By: jhi                                   on 2002/03/18  13:39:20
+        Log: More prototypes blindness in Solaris.
+             (TODO: readdir64_r really needs to be seen.)
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15285] By: jhi                                   on 2002/03/18  13:24:03
+        Log: Integrate perlio;
+             
+             Tidy the "does not map" message for non-characters
+             (e.g. iso-8859-3 "\xA5").
+     Branch: perl
+         !> ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15284] By: nick                                  on 2002/03/18  11:00:31
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+         +> lib/Tie/File/t/32_defer_misc.t
+         !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
+         !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
+         !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
+         !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
+         !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
+         !> reentr.pl regexec.c t/op/pat.t util.c
+____________________________________________________________________________
+[ 15283] By: gbarr                                 on 2002/03/18  10:10:55
+        Log: Sync with Scalar-List-Utils-1.07
+     Branch: perl
+          + ext/List/Util/t/openhan.t
+          ! MANIFEST ext/List/Util/ChangeLog
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 15282] By: nick                                  on 2002/03/18  08:11:28
+        Log: Tidy the "does not map" message for non-characters
+             (e.g. iso-8859-3 "\xA5").
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 15281] By: ams                                   on 2002/03/18  04:44:37
+        Log: URL fix from MJD.
+     Branch: perl
+          ! pod/perlfaq3.pod
+____________________________________________________________________________
+[ 15280] By: jhi                                   on 2002/03/18  01:58:51
+        Log: More prototype calming (really should fix the Configure
+             protochk, but not at this point in time).
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15279] By: jhi                                   on 2002/03/18  01:19:40
+        Log: return at the wrong side of #endif.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15278] By: ams                                   on 2002/03/17  23:45:31
+        Log: Typo fix from Stas Bekman.
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 15277] By: ams                                   on 2002/03/17  23:41:35
+        Log: Upgrade to Tie::File 0.21.
+     Branch: perl
+          + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+          + lib/Tie/File/t/32_defer_misc.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
+          ! lib/Tie/File/t/22_autochomp.t
+____________________________________________________________________________
+[ 15276] By: jhi                                   on 2002/03/17  21:50:26
+        Log: Simple speed gainback (as it was in 5.6): for non-Unicode
+             character classes use inlined macros instead of the full
+             function call.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 15275] By: jhi                                   on 2002/03/17  20:14:18
+        Log: Integrate perlio;
+             
+             Avoid overwrite of un-allocated memory when SvCUR > SvLEN
+             
+             Other :encoding oddities
+             - we should really pop while we can still make method calls
+             in case DESTROY does something.
+             - Provide a no-op DESTROY
+             - Use SvPV_only() rather than just SvPV_on()
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/lib/Encode/Encoding.pm sv.c
+____________________________________________________________________________
+[ 15274] By: nick                                  on 2002/03/17  20:00:12
+        Log: Other :encoding oddities
+             - we should really pop while we can still make method calls
+             in case DESTROY does something.
+             - Provide a no-op DESTROY
+             - Use SvPV_only() rather than just SvPV_on()
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/lib/Encode/Encoding.pm
+____________________________________________________________________________
+[ 15273] By: nick                                  on 2002/03/17  19:53:24
+        Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[ 15272] By: jhi                                   on 2002/03/17  18:39:22
+        Log: Implement the retry-on-ERANGE for the get*_r().
+             The buffer will keep doubling until 64k.
+     Branch: perl
+          ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
+          ! reentr.h reentr.pl
+____________________________________________________________________________
+[ 15271] By: nick                                  on 2002/03/17  17:38:44
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
+         +> t/op/pow.t
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 15270] By: jhi                                   on 2002/03/17  15:49:38
+        Log: Subject: UTF-8 bug (maybe alreayd known?)
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Fri, 08 Mar 2002 16:36:01 +0100
+             Message-ID: <m3n0xjul5q.fsf@anima.de>
+     Branch: perl
+          ! pp_hot.c t/op/pat.t
+____________________________________________________________________________
+[ 15269] By: nick                                  on 2002/03/17  09:12:39
+        Log: Integarate mainline
+     Branch: perlio
+         +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
+         +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
+         +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
+         !> (integrate 69 files)
+____________________________________________________________________________
+[ 15268] By: jhi                                   on 2002/03/17  04:23:49
+        Log: Subject: SEGV in s/// and UTF-8
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Tue, 12 Mar 2002 00:40:09 +0100
+             Message-ID: <m3r8mqad2e.fsf@anima.de>
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 15267] By: jhi                                   on 2002/03/16  19:57:03
+        Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
+             from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
+             which assume that 2**someinteger is accurate.
+     Branch: perl
+          + t/op/pow.t
+          ! MANIFEST pp.c t/test.pl
+____________________________________________________________________________
+[ 15266] By: jhi                                   on 2002/03/16  18:55:53
+        Log: _r-ify config.win64, too.
+     Branch: perl
+          ! win32/config.win64
+____________________________________________________________________________
+[ 15265] By: jhi                                   on 2002/03/16  18:51:45
+        Log: Better place to initialize (IRIX cc noticed that
+             the many "goto defchars" bypass the initialization)
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 15264] By: jhi                                   on 2002/03/16  18:41:19
+        Log: If not building threaded, never mind the threaded prototypes.
+     Branch: perl
+          ! Configure reentr.pl
+____________________________________________________________________________
+[ 15263] By: jhi                                   on 2002/03/16  18:40:53
+        Log: metaconfig: If not using threads, not point probing for the
+             prototypes (since they might be hidden behind many defines
+             we won't have if not building threaded)
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15262] By: jhi                                   on 2002/03/16  18:29:26
+        Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15261] By: ams                                   on 2002/03/16  18:14:04
+        Log: Upgrade to Tie::File 0.20.
+     Branch: perl
+          + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
+          ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
+          ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
+          ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/11_rv_splice_rs.t
+          ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
+          ! lib/Tie/File/t/16_handle.t
+____________________________________________________________________________
+[ 15260] By: jhi                                   on 2002/03/16  18:12:25
+        Log: There seems to be a trend for the *time_r to be hidden.
+     Branch: perl
+          ! hints/irix_6.sh
+____________________________________________________________________________
+[ 15259] By: jhi                                   on 2002/03/16  17:58:08
+        Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
+             From: Stas Bekman <stas@stason.org>
+             Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
+             Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15258] By: jhi                                   on 2002/03/16  17:54:49
+        Log: Subject: [PATCH] Re: dumpvar.pl bug
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Fri, 15 Mar 2002 18:19:21 -0800
+             Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
+     Branch: perl
+          ! lib/dumpvar.pl lib/perl5db.pl
+____________________________________________________________________________
+[ 15257] By: jhi                                   on 2002/03/16  17:52:29
+        Log: More paranoid _r protochecking.  At least Tru64 and
+             Linux need additional hinting help to believe that
+             the time_r protos exist; turn on FreeBSD _THREAD_SAFE
+             to see what goes bang.
+     Branch: perl
+          ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
+          ! reentr.pl
+____________________________________________________________________________
+[ 15256] By: jhi                                   on 2002/03/16  17:51:08
+        Log: metaconfig: more paranoid _r protochecking.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15255] By: jhi                                   on 2002/03/16  16:23:07
+        Log: HP-UX gcc 3 warnings found by Sarathy.
+     Branch: perl
+          ! regcomp.c sv.c
+____________________________________________________________________________
+[ 15254] By: jhi                                   on 2002/03/16  16:18:49
+        Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 16 Mar 2002 15:29:18 +0100
+             Message-ID: <877kocwpq9.fsf@vran.herceg.de>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15253] By: jhi                                   on 2002/03/16  16:11:49
+        Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
+     Branch: perl
+          ! Porting/findrfuncs reentr.h reentr.pl
+____________________________________________________________________________
+[ 15252] By: gsar                                  on 2002/03/16  15:36:16
+        Log: UIN32_MAX with borken under HP-UX+gcc
+     Branch: perl
+          ! handy.h
+____________________________________________________________________________
+[ 15251] By: ams                                   on 2002/03/16  02:38:08
+        Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
+             *::DESTROY() is deprecated
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 14 Mar 2002 18:39:22 -0500
+             Message-Id: <20020314183922.A8448@math.ohio-state.edu>
+             
+             Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
+             *::DESTROY() is deprecated
+             From: Dave Mitchell <davem@fdgroup.com>
+             Date: Fri, 15 Mar 2002 19:22:49 +0000
+             Message-Id: <20020315192249.A22389@fdgroup.com>
+     Branch: perl
+          ! gv.c t/op/method.t
+____________________________________________________________________________
+[ 15250] By: ams                                   on 2002/03/16  02:14:41
+        Log: Plural nit.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15249] By: jhi                                   on 2002/03/15  20:46:10
+        Log: Doesn't make sense to test for protos if the
+             functions are not to be used (!= functions exist!)
+             This might be the key (well, a key) to the HP-UX
+             problems.
+     Branch: perl
+          ! reentr.h reentr.pl
+____________________________________________________________________________
+[ 15248] By: jhi                                   on 2002/03/15  20:05:46
+        Log: Typo in #15247.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15247] By: jhi                                   on 2002/03/15  19:41:43
+        Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
+             in HP-UX (from H.Merijn Brand)
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 15246] By: ams                                   on 2002/03/15  17:53:23
+        Log: Subject: minor corrections in perldelta.pod
+             From: mjd@plover.com
+             Date: 15 Mar 2002 18:48:42 -0000
+             Message-Id: <20020315184842.13573.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15245] By: ams                                   on 2002/03/15  17:37:52
+        Log: Upgrade to Tie::File 0.19.
+     Branch: perl
+          + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
+          + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
+          + lib/Tie/File/t/21_win32.t
+          ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
+          ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
+          ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
+          ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
+          ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
+          ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
+          ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
+          ! lib/Tie/File/t/17_misc_meth.t
+____________________________________________________________________________
+[ 15244] By: jhi                                   on 2002/03/15  17:13:33
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15243] By: jhi                                   on 2002/03/15  16:18:16
+        Log: Forgot from #15241.
+     Branch: perl
+          ! win32/config_sh.PL
+____________________________________________________________________________
+[ 15242] By: jhi                                   on 2002/03/15  16:15:52
+        Log: Subject: patch pod/perltodo.pod
+             From: mjd@plover.com
+             Date: 15 Mar 2002 15:42:18 -0000
+             Message-ID: <20020315154218.10163.qmail@plover.com>
+             
+             (With s/WANT/Want/)
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 15241] By: jhi                                   on 2002/03/15  16:14:25
+        Log: Subject: [PATCH bleadperl] (revision 5 undef)
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Fri, 15 Mar 2002 00:39:48 +0100
+             Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config.win64
+____________________________________________________________________________
+[ 15240] By: jhi                                   on 2002/03/15  16:12:25
+        Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 14 Mar 2002 16:39:29 -0500
+             Message-ID: <20020314213929.GA2912@blackrider>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 15239] By: jhi                                   on 2002/03/15  16:11:17
+        Log: Integrate perlio.
+     Branch: perl
+         !> embed.fnc ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 15238] By: jhi                                   on 2002/03/15  16:07:58
+        Log: Monster _r patch: try to scan for all known _r variants,
+             and then use them (under ithreads).  May fail in HP-UX,
+             and the op/groups is known to be fickle everywhere.  Known
+             to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
+             warnings in AIX since the first arguments of getnetbyaddr
+             and getnetbyadd_r are of different types.  Thanks, IBM.)
+             
+             In non-Configure platforms deny the existence of any
+             of the _r thingies.  (Also add the recently introduced
+             d_tm_* to places it wasn't already in.)
+             
+             TODO: the suggested glibc buffer growth retry loop in case
+             some entries (at least for: gr*, host*) are big.
+             Forgot win32/config.win64.
+     Branch: perl
+          + reentr.c reentr.h reentr.pl
+          ! Configure MANIFEST Makefile.SH NetWare/Makefile
+          ! NetWare/config.wc Porting/Glossary Porting/config.sh
+          ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
+          ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
+          ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
+          ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
+          ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
+          ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
+          ! win32/config.bc win32/config.gc win32/config.vc
+          ! win32/makefile.mk wince/Makefile.ce wince/config.ce
+____________________________________________________________________________
+[ 15237] By: jhi                                   on 2002/03/15  15:18:46
+        Log: Be more explicit on when is the $! worth anything.
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 15236] By: jhi                                   on 2002/03/15  14:44:09
+        Log: metaconfig: _r _r we go.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15235] By: nick                                  on 2002/03/15  07:31:54
+        Log: Add the binmode()s to make JP.t pass on Win32
+     Branch: perlio
+          ! ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 15234] By: nick                                  on 2002/03/15  07:20:49
+        Log: Integrate perlio
+     Branch: perl
+         !> ext/Encode/t/table.euc ext/Encode/t/table.ref
+____________________________________________________________________________
+[ 15233] By: nick                                  on 2002/03/15  07:18:02
+        Log: Mark JP.t's data files as binary
+     Branch: perlio
+          ! ext/Encode/t/table.euc ext/Encode/t/table.ref
+____________________________________________________________________________
+[ 15232] By: nick                                  on 2002/03/15  07:13:38
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/B/t/xref.t
+         !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
+         !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
+         !> perl.c t/op/arith.t
+____________________________________________________________________________
+[ 15231] By: jhi                                   on 2002/03/15  04:49:10
+        Log: The section needs to be in the makedepend script
+             (from Jan-Erik Karlsson).
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[ 15230] By: jhi                                   on 2002/03/15  02:59:46
+        Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 14 Mar 2002 23:05:23 +0000
+             Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Safe/safe2.t
+____________________________________________________________________________
+[ 15229] By: jhi                                   on 2002/03/15  02:55:34
+        Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
+             From: "Brent Dax" <brentdax@cpan.org>
+             Date: Thu, 14 Mar 2002 09:08:41 -0800
+             Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 15228] By: jhi                                   on 2002/03/15  02:00:23
+        Log: metaconfig: one round again for the _r.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15227] By: jhi                                   on 2002/03/14  17:46:43
+        Log: metaconfig: new round of the _r units.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+     Branch: metaconfig/U/perl
+          + i_crypt.U
+____________________________________________________________________________
+[ 15226] By: jhi                                   on 2002/03/14  15:12:19
+        Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 12 Mar 02 19:22 est   
+             Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/Benchmark.t t/op/arith.t
+____________________________________________________________________________
+[ 15225] By: jhi                                   on 2002/03/14  14:31:30
+        Log: Subject: Re: Win32: C:\Program Files
+             From: "Ken Williams" <ken@mathforum.org>
+             Date: Wed, 13 Mar 2002 17:50:59 -0600
+             Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
+             
+             Add -t to perl -h.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15224] By: jhi                                   on 2002/03/14  14:24:44
+        Log: Extra paranoia from Nick Clark.
+     Branch: perl
+          ! ext/Safe/safe2.t
+____________________________________________________________________________
+[ 15223] By: jhi                                   on 2002/03/14  14:19:41
+        Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
+             From: Nicholas Clark <nick@ccl4.org>
+             Date: Wed, 13 Mar 2002 14:22:50 +0000
+             Message-ID: <20020313142250.G92566@plum.flirble.org>
+     Branch: perl
+          ! ext/Safe/safe2.t
+____________________________________________________________________________
+[ 15222] By: jhi                                   on 2002/03/14  14:00:36
+        Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
+             From: <slaven.rezic@berlin.de>
+             Date: Tue, 12 Mar 2002 13:03:41 +0100      
+             Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15221] By: jhi                                   on 2002/03/14  13:51:17
+        Log: Subject: [PATCH] a test for B::Xref
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 13 Mar 2002 17:18:57 +0100
+             Message-ID: <20020313171857.F1144@rafael>
+     Branch: perl
+          + ext/B/t/xref.t
+          ! MANIFEST ext/B/B/Xref.pm
+____________________________________________________________________________
+[ 15220] By: jhi                                   on 2002/03/14  13:48:46
+        Log: Subject: [PATCH] Exporter.pm POD fixups
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 13 Mar 2002 16:21:42 +0100
+             Message-ID: <20020313162142.A1144@rafael>
+     Branch: perl
+          ! lib/Exporter.pm
+____________________________________________________________________________
+[ 15219] By: nick                                  on 2002/03/14  07:00:16
+        Log: Integrate mainline
+     Branch: perlio
+         !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
+____________________________________________________________________________
+[ 15218] By: jhi                                   on 2002/03/13  22:15:00
+        Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 13 Mar 2002 17:43:00 -0500
+             Message-ID: <20020313224300.GG3311@blackrider>
+     Branch: perl
+          ! lib/ExtUtils/MM_VMS.pm
+____________________________________________________________________________
+[ 15217] By: jhi                                   on 2002/03/13  17:28:36
+        Log: Pod tweak.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15216] By: jhi                                   on 2002/03/13  17:14:51
+        Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 13 Mar 2002 01:44:01 -0600
+             Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
+     Branch: perl
+          ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 15215] By: nick                                  on 2002/03/13  08:08:36
+        Log: Integrate mainline.
+     Branch: perlio
+         +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
+          - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+          - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+          - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+          - ext/Data/Util/t/Hash.t
+         !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
+         !> ext/Encode/lib/Encode/CN/HZ.pm
+         !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+         !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
+         !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
+         !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
+         !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
+         !> t/op/override.t toke.c universal.c
+____________________________________________________________________________
+[ 15214] By: jhi                                   on 2002/03/13  04:38:41
+        Log: metaconfig: three guesses.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15213] By: jhi                                   on 2002/03/13  04:05:27
+        Log: metaconfig: regen _r units again.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15212] By: jhi                                   on 2002/03/13  03:14:23
+        Log: metaconfig: regen _r units.
+     Branch: metaconfig
+          - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
+          ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
+          ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
+          ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
+          ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
+          ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
+          ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
+          ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15211] By: jhi                                   on 2002/03/13  01:11:36
+        Log: metaconfig unit tweaks.
+     Branch: metaconfig
+          + U/threads/d_setprotoent_r.U
+          ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
+          ! U/threads/d_tmpnam_r.U
+____________________________________________________________________________
+[ 15210] By: jhi                                   on 2002/03/13  00:12:13
+        Log: metaconfig: replace the _r units with autogenerated ones.
+     Branch: metaconfig
+          + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
+          + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
+          + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
+          + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
+          + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
+          + U/threads/d_getprotobyname_r.U
+          + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
+          + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
+          + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
+          + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
+          + U/threads/d_setservent_r.U
+          - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
+          - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
+          - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
+          - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
+          - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
+          - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
+          - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
+          - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
+          - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
+          ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
+          ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
+          ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
+          ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
+          ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_random_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
+          ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
+          ! U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15209] By: jhi                                   on 2002/03/12  23:24:59
+        Log: More known threadsafings.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15208] By: jhi                                   on 2002/03/12  20:43:46
+        Log: Small tweaks.
+     Branch: perl
+          ! lib/Internals.t universal.c
+____________________________________________________________________________
+[ 15207] By: jhi                                   on 2002/03/12  17:38:46
+        Log: VERSIONize.
+     Branch: perl
+          ! ext/Encode/lib/Encode/CN/HZ.pm
+          ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
+          ! ext/Encode/lib/Encode/JP/JIS.pm
+____________________________________________________________________________
+[ 15206] By: jhi                                   on 2002/03/12  17:22:49
+        Log: Subject: perl datastructure conversion shortcuts for DDD
+             From: Stas Bekman <stas@stason.org>
+             Date: Mon, 11 Mar 2002 14:54:31 +0800
+             Message-ID: <3C8C54A7.5020502@stason.org>
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 15205] By: jhi                                   on 2002/03/12  17:09:50
+        Log: Regen modlib.
+     Branch: perl
+          ! pod/perlmodlib.pod
+____________________________________________________________________________
+[ 15204] By: jhi                                   on 2002/03/12  17:07:57
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 15203] By: jhi                                   on 2002/03/12  16:45:32
+        Log: Tiny pod tweaks.
+     Branch: perl
+          ! lib/Hash/Util.pm
+____________________________________________________________________________
+[ 15202] By: jhi                                   on 2002/03/12  16:06:04
+        Log: perldeltaize Hash::Util.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15201] By: jhi                                   on 2002/03/12  15:41:23
+        Log: Move the readonly interface back to universal.c,
+             (new name: Internals::SvREADONLY), remove Data::Util,
+             move Hash::Util to lib, also introduce refcnt interface
+             (Internals::SvREFCNT).    Make both the new interfaces
+             to be more sane so that if they set the value, they return
+             the new value, not the old one.
+     Branch: perl
+          + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
+          - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+          - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+          - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+          - ext/Data/Util/t/Hash.t
+          ! MANIFEST ext/B/t/stash.t universal.c
+____________________________________________________________________________
+[ 15200] By: ams                                   on 2002/03/12  15:16:05
+        Log: Subject: Disambiguate "Can't locate"
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Tue, 12 Mar 2002 16:04:23 +0000
+             Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
+          ! pp_ctl.c t/op/override.t
+____________________________________________________________________________
+[ 15199] By: ams                                   on 2002/03/12  15:04:43
+        Log: Subject: [PATCH] perl/lib/File/stat.t
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 12 Mar 02 11:00 est
+             Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/File/stat.t
+____________________________________________________________________________
+[ 15198] By: ams                                   on 2002/03/12  15:00:44
+        Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 12 Mar 2002 13:31:58 GMT
+             Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 15197] By: ams                                   on 2002/03/12  14:57:34
+        Log: Subject: [PATCH toke.c] Inappropriate termination of POD
+             From: "Clinton A. Pierce" <clintp@geeksalad.org>
+             Date: Tue, 12 Mar 2002 10:11:53 -0500
+             Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 15196] By: nick                                  on 2002/03/12  13:40:35
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+         +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+         +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+         +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
+          - t/lib/access.t
+         !> (integrate 96 files)
+____________________________________________________________________________
+[ 15195] By: nick                                  on 2002/03/12  06:08:24
+        Log: Integrate mainline (a while ago)
+     Branch: perlio
+         +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
+         +> ext/Encode/t/TW.t
+          - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
+          - ext/Encode/lib/Encode/Tcl/HanZi.pm
+          - ext/I18N/Langinfo/fallback.c
+         !> (integrate 80 files)
+____________________________________________________________________________
+[ 15194] By: ams                                   on 2002/03/12  06:02:20
+        Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
+             Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! ext/Encode/CN/Makefile.PL
+____________________________________________________________________________
+[ 15193] By: ams                                   on 2002/03/12  05:55:07
+        Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
+             From: Dave Mitchell <davem@fdgroup.co.uk>
+             Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
+             Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15192] By: ams                                   on 2002/03/12  05:50:08
+        Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Tue, 12 Mar 2002 01:40:58 +0300
+             Message-Id: <1194068830.20020312014058@motor.ru>
+             (Applied with tweaks.)
+     Branch: perl
+          ! lib/utf8.pm
+____________________________________________________________________________
+[ 15191] By: ams                                   on 2002/03/12  05:42:21
+        Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 10 Mar 2002 22:10:15 +0100
+             Message-Id: <3C8BD9C7.13988.73992D@localhost>
+     Branch: perl
+          ! iperlsys.h
+____________________________________________________________________________
+[ 15190] By: ams                                   on 2002/03/12  05:38:08
+        Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Mon, 11 Mar 2002 23:27:47 +0300
+             Message-Id: <19414222180.20020311232747@motor.ru>
+     Branch: perl
+          ! pod/perlsub.pod
+____________________________________________________________________________
+[ 15189] By: ams                                   on 2002/03/12  05:34:49
+        Log: Subject: minor patch for comment in utfebcdic.h
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Tue, 12 Mar 2002 00:20:21 +0300
+             Message-Id: <13817376786.20020312002021@motor.ru>
+     Branch: perl
+          ! utfebcdic.h
+____________________________________________________________________________
+[ 15188] By: ams                                   on 2002/03/12  05:32:30
+        Log: Subject: [PATCH ?] B::Xref improvements
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 11 Mar 2002 23:32:20 +0100
+             Message-Id: <20020311233220.A12677@rafael>
+     Branch: perl
+          ! ext/B/B/Xref.pm
+____________________________________________________________________________
+[ 15187] By: ams                                   on 2002/03/12  05:30:02
+        Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 11 Mar 02 17:23 est
+             Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 15186] By: ams                                   on 2002/03/12  05:27:06
+        Log: Subject: [PATCH] installperl - minor untangle for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 11 Mar 02 17:05 est
+             Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 15185] By: ams                                   on 2002/03/12  05:25:59
+        Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 11 Mar 2002 22:37:39 +0100
+             Message-Id: <20020311223739.A691@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 15184] By: ams                                   on 2002/03/12  05:20:54
+        Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 12 Mar 2002 01:12:08 -0500
+             Message-Id: <20020312061208.GD904@blackrider>
+     Branch: perl
+          ! hints/netbsd.sh
+____________________________________________________________________________
+[ 15183] By: ams                                   on 2002/03/12  04:12:30
+        Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 12 Mar 2002 13:05:53 +0800
+             Message-Id: <20020312050553.GA7864@not.autrijus.org>
+             (Only doc hunk applied, supplementing #15182.)
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15182] By: ams                                   on 2002/03/12  04:04:34
+        Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 12 Mar 2002 12:56:46 +0800
+             Message-Id: <20020312045646.GA7689@not.autrijus.org>
+             (Private mail.)
+     Branch: perl
+          ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15181] By: ams                                   on 2002/03/12  03:09:20
+        Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Tue, 12 Mar 2002 11:55:06 +0800
+             Message-Id: <20020312035506.GA6946@not.autrijus.org>
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15180] By: jhi                                   on 2002/03/11  22:32:10
+        Log: Deypo.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U
+____________________________________________________________________________
+[ 15179] By: jhi                                   on 2002/03/11  21:42:58
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15178] By: jhi                                   on 2002/03/11  17:34:34
+        Log: The test needs perlio.
+     Branch: perl
+          ! lib/open.t
+____________________________________________________________________________
+[ 15177] By: ams                                   on 2002/03/11  15:41:08
+        Log: Subject: perlreftut update
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Mon, 11 Mar 2002 11:36:27 -0500
+             Message-Id: <20020311163627.31020.qmail@plover.com>
+     Branch: perl
+          ! pod/perlreftut.pod
+____________________________________________________________________________
+[ 15176] By: ams                                   on 2002/03/11  15:35:24
+        Log: Subject: Minor correction in perlfaq5
+             From: mjd@plover.com
+             Date: 11 Mar 2002 16:34:22 -0000
+             Message-Id: <20020311163422.30963.qmail@plover.com>
+     Branch: perl
+          ! pod/perlfaq5.pod
+____________________________________________________________________________
+[ 15175] By: gsar                                  on 2002/03/11  15:11:42
+        Log: number of skipped tests was incorrect
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 15174] By: gsar                                  on 2002/03/11  14:39:11
+        Log: remove doubled CRs
+     Branch: perl
+          ! win32/Makefile
+____________________________________________________________________________
+[ 15173] By: jhi                                   on 2002/03/11  14:07:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15172] By: jhi                                   on 2002/03/11  13:54:49
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 15171] By: jhi                                   on 2002/03/11  13:48:09
+        Log: Add t/CN.t and t/TW.t; re-sort.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15170] By: jhi                                   on 2002/03/11  13:04:25
+        Log: Document what to do if one yearns back to
+             the old legacy encoding.
+     Branch: perl
+          ! lib/encoding.pm
+____________________________________________________________________________
+[ 15169] By: jhi                                   on 2002/03/11  12:57:45
+        Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
+             as general purpose encoding transformation interfaces
+             since that's not what they are.
+     Branch: perl
+          ! lib/utf8.pm pod/perlunicode.pod sv.c
+____________________________________________________________________________
+[ 15168] By: ams                                   on 2002/03/11  12:54:16
+        Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
+             warnings
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 11 Mar 2002 14:35:22 +0100
+             Message-Id: <20020311143522.A7431@rafael>
+     Branch: perl
+          ! t/lib/warnings/pp_sys
+____________________________________________________________________________
+[ 15167] By: ams                                   on 2002/03/11  04:57:20
+        Log: A little commonsense is better than 1_compile.
+     Branch: perl
+          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 15166] By: ams                                   on 2002/03/11  04:53:50
+        Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 13:27:12 -0500
+             Message-Id: <20020310182712.GC693@blackrider>
+             
+             Subject: [PATCH] Hash::Util part 2
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 15:09:34 -0500
+             Message-Id: <20020310200934.GB27112@blackrider>
+             
+             Subject: [PATCH] Hash::Util MANIFEST correction
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 16:27:07 -0500
+             Message-Id: <20020310212707.GF27112@blackrider>
+             
+             (Also changes find.t and taint.t, which were looking for access.t)
+     Branch: perl
+          + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
+          + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
+          + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
+          + ext/Data/Util/t/Hash.t
+          - t/lib/access.t
+          ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
+          ! pod/perldiag.pod pod/perltodo.pod universal.c
+____________________________________________________________________________
+[ 15165] By: jhi                                   on 2002/03/11  04:52:56
+        Log: metaconfig: more thready fixes.
+     Branch: metaconfig
+          ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
+          ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
+          ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
+          ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
+          ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
+          ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
+____________________________________________________________________________
+[ 15163] By: jhi                                   on 2002/03/11  04:39:54
+        Log: Skip obsoleted interfaces.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15162] By: ams                                   on 2002/03/11  03:48:14
+        Log: Typo fixes.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15161] By: jhi                                   on 2002/03/11  03:36:51
+        Log: Upgrade to Locale::Codes 2.02.
+     Branch: perl
+          + lib/Locale/Codes/t/rename.t
+          ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
+          ! lib/Locale/Country.pod
+____________________________________________________________________________
+[ 15160] By: jhi                                   on 2002/03/11  03:36:32
+        Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 10 Mar 2002 18:17:50 +0000
+             Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
+             
+             Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Sun, 10 Mar 2002 13:53:34 -0800
+             Message-ID: <eX9i8gzkg26G092yn@efn.org>
+             
+             (and reenable the feature in freebsd,
+             and move the freebsd pr url to perl.c)
+     Branch: perl
+          ! hints/freebsd.sh perl.c pod/perldelta.pod
+____________________________________________________________________________
+[ 15159] By: ams                                   on 2002/03/11  03:34:13
+        Log: Subject: [PATCH stash.t] access::readonly is gone
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 16:18:14 -0500
+             Message-Id: <20020310211813.GE27112@blackrider>
+     Branch: perl
+          ! ext/B/t/stash.t
+____________________________________________________________________________
+[ 15158] By: ams                                   on 2002/03/11  03:28:04
+        Log: Subject: [PATCH] Raw socket require privileged user on Win2k
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 10 Mar 2002 22:10:15 +0100
+             Message-Id: <3C8BD9C7.610.7398DD@localhost>
+     Branch: perl
+          ! lib/Net/Ping/t/110_icmp_inst.t
+____________________________________________________________________________
+[ 15157] By: jhi                                   on 2002/03/11  03:12:01
+        Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 19:22:33 -0500
+             Message-ID: <20020311002233.GE4927@blackrider>
+     Branch: perl
+          ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
+          ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
+          ! lib/Test/Simple/t/fail-more.t
+____________________________________________________________________________
+[ 15156] By: jhi                                   on 2002/03/11  03:10:55
+        Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 10 Mar 2002 17:14:10 -0500
+             Message-ID: <20020310221410.GA4915@blackrider>
+     Branch: perl
+          ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
+          ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
+____________________________________________________________________________
+[ 15155] By: jhi                                   on 2002/03/11  03:09:16
+        Log: Subject: [PATCH] more warnings tidyup
+             From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
+             Date: Sun, 10 Mar 2002 21:01:39 -0000
+             Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
+     Branch: perl
+          ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
+          ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
+          ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
+          ! util.c
+____________________________________________________________________________
+[ 15154] By: jhi                                   on 2002/03/11  03:07:03
+        Log: Subject: Re: [PATCH] xsubpp prototypes warnings
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 10 Mar 2002 23:21:07 +0000
+             Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
+          ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
+          ! ext/Encode/TW/Makefile.PL
+____________________________________________________________________________
+[ 15153] By: ams                                   on 2002/03/11  03:06:59
+        Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
+             From: Max Baker <max@warped.org>
+             Date: Fri, 8 Mar 2002 10:56:19 -0800
+             Message-Id: <20020308105619.A15039@warped.org>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 15152] By: jhi                                   on 2002/03/11  03:05:54
+        Log: Subject: [PATCH] spelling correction
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sun, 10 Mar 2002 18:34:42 +0000
+             Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pp.c pp_hot.c
+____________________________________________________________________________
+[ 15151] By: jhi                                   on 2002/03/11  03:04:33
+        Log: DG/UX updates from Takis Psarogiannakopoulos.
+     Branch: perl
+          ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
+____________________________________________________________________________
+[ 15150] By: ams                                   on 2002/03/11  03:02:47
+        Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Mon, 04 Mar 2002 17:48:12 -0500
+             Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
+     Branch: perl
+          ! lib/DB.pm lib/perl5db.pl
+____________________________________________________________________________
+[ 15149] By: jhi                                   on 2002/03/11  03:01:26
+        Log: metaconfig unit changes in preparation of reentrancy changes.
+     Branch: metaconfig
+          + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
+          + U/threads/d_ttyname_r.U
+          ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
+          ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
+          ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
+          ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
+          ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
+          ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
+          ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
+          ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
+          ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
+          ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
+          ! U/threads/d_strerror_r.U
+____________________________________________________________________________
+[ 15148] By: jhi                                   on 2002/03/10  22:32:33
+        Log: Mysterious characters.
+     Branch: perl
+          ! utf8.h
+____________________________________________________________________________
+[ 15147] By: jhi                                   on 2002/03/10  17:58:43
+        Log: Unused.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 15146] By: jhi                                   on 2002/03/10  16:35:55
+        Log: Implement :std subpragma of the open pragma
+             that makes the standard filehandles to talk in
+             encodings.  This change set off a weird warning
+             from op.c, though: disabled it now until someone
+             who knows what it is about comes along.
+     Branch: perl
+          ! lib/open.pm op.c
+____________________________________________________________________________
+[ 15145] By: jhi                                   on 2002/03/10  16:00:46
+        Log: Document the logic of :locale better.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15144] By: jhi                                   on 2002/03/10  15:53:57
+        Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
+             From: Slaven Rezic <slaven.rezic@berlin.de>
+             Date: 10 Mar 2002 02:49:17 +0100
+             Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
+     Branch: perl
+          ! hints/freebsd.sh
+____________________________________________________________________________
+[ 15143] By: jhi                                   on 2002/03/10  15:46:22
+        Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sun, 10 Mar 2002 17:08:54 +0900
+             Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+          ! ext/Encode/lib/Encode/Tcl/Extended.pm
+          ! ext/Encode/lib/Encode/Tcl/Table.pm
+____________________________________________________________________________
+[ 15142] By: jhi                                   on 2002/03/10  15:43:54
+        Log: The patch does the following:
+             - Nix the unneccessary diagnostics line
+             - Quell -w warnings if the first ENV doesn't exist
+             - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
+             is too baroque and bloated for daily use (and for perl core inclusion).
+             - "Cannot figure out an encoding to use" when locale is 'C' is rendered
+             non-fatal.
+             - Consequently, the ^OPEN bits is set only when needed.
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 15141] By: jhi                                   on 2002/03/10  05:15:26
+        Log: Misc tiny tweaks from Sarathy, good for threaded builds.
+     Branch: perl
+          ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
+____________________________________________________________________________
+[ 15140] By: jhi                                   on 2002/03/10  05:12:08
+        Log: Precedence problem.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15139] By: jhi                                   on 2002/03/10  04:57:07
+        Log: Renaming tweaks, and split off the reentrant "superbuffer"
+             init routine.
+     Branch: perl
+          ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
+          ! sv.c util.c
+____________________________________________________________________________
+[ 15138] By: jhi                                   on 2002/03/10  00:59:50
+        Log: The 7-bit jis seems to be the hanging one.
+     Branch: perl
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15137] By: jhi                                   on 2002/03/10  00:39:18
+        Log: Begone.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15136] By: jhi                                   on 2002/03/09  23:56:42
+        Log: Better fix from Autrijus.
+     Branch: perl
+          ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
+          ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
+____________________________________________________________________________
+[ 15135] By: jhi                                   on 2002/03/09  18:49:55
+        Log: Not everybody has Encode::HanExtra.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15134] By: jhi                                   on 2002/03/09  18:30:18
+        Log: Decutandpasto.
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15133] By: jhi                                   on 2002/03/09  18:19:38
+        Log: Subject: [PATCH] Data::Dumper
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 9 Mar 2002 19:03:54 +0000
+             Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
+          ! ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 15132] By: jhi                                   on 2002/03/09  16:55:40
+        Log: Subject: [PATCH] socketpair.t w/o fork
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sat, 9 Mar 2002 14:55:11 +0100
+             Message-ID: <3C8A224F.29578.13691BA@localhost>
+             
+             (modified as suggested by Sarathy)
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 15131] By: jhi                                   on 2002/03/09  16:05:00
+        Log: Subject: [PATCH perldelta] Mention Change 14727
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Sat, 9 Mar 2002 23:31:40 +0800
+             Message-ID: <20020309153140.GA4224@not.autrijus.org>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15130] By: jhi                                   on 2002/03/09  16:02:58
+        Log: Make Encode.pm implicitly load external CJK tables the first
+             time they're needed (instead of immediately), from Autrijus
+             Tang.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 15129] By: jhi                                   on 2002/03/09  16:01:00
+        Log: Subject: Re: Two questions
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 9 Mar 2002 12:42:40 +0000
+             Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 15128] By: jhi                                   on 2002/03/09  04:19:22
+        Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 8 Mar 02 22:34 est
+             Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 15127] By: jhi                                   on 2002/03/09  01:34:41
+        Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
+             From: davem@fdgroup.co.uk
+             Date: Sat, 9 Mar 2002 00:13:27 GMT
+             Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! dump.c
+____________________________________________________________________________
+[ 15126] By: jhi                                   on 2002/03/09  01:23:16
+        Log: Deglitch from Rafael.
+     Branch: perl
+          ! ext/B/t/lint.t
+____________________________________________________________________________
+[ 15125] By: jhi                                   on 2002/03/08  23:49:00
+        Log: Still more portability.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15124] By: jhi                                   on 2002/03/08  22:54:50
+        Log: More portability.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15123] By: jhi                                   on 2002/03/08  22:14:37
+        Log: Shared library paths; running tests manually.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 15122] By: jhi                                   on 2002/03/08  22:02:37
+        Log: Subject: RE: Two questions
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Fri, 8 Mar 2002 17:55:19 -0500
+             Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 15121] By: jhi                                   on 2002/03/08  21:52:51
+        Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
+             (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
+     Branch: perl
+          + ext/B/t/lint.t
+          ! MANIFEST ext/B/B/Lint.pm
+____________________________________________________________________________
+[ 15120] By: jhi                                   on 2002/03/08  20:27:42
+        Log: metaconfig unit change for #15119.
+     Branch: metaconfig
+          ! U/threads/d_pthread_atfork.U
+____________________________________________________________________________
+[ 15119] By: jhi                                   on 2002/03/08  20:27:17
+        Log: In DG/UX finding pthread_atfork requires a true compile,
+             from Takis Psarogiannakopoulos.
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 15118] By: jhi                                   on 2002/03/08  20:07:07
+        Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Fri, 08 Mar 2002 15:52:41 -0500
+             Message-ID: <3C892499.4050502@rowman.com>
+     Branch: perl
+          ! lib/ExtUtils/xsubpp
+____________________________________________________________________________
+[ 15117] By: jhi                                   on 2002/03/08  20:05:41
+        Log: Subject: [PATCH @15109] test numbers for t/op/write.t
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 08 Mar 2002 15:02:51 -0600
+             Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
+     Branch: perl
+          ! t/op/write.t
+____________________________________________________________________________
+[ 15116] By: jhi                                   on 2002/03/08  18:53:42
+        Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 8 Mar 02 14:45 est
+             Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 15115] By: jhi                                   on 2002/03/08  18:52:30
+        Log: Subject: [PATCH @15109] tm_tm_* for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Fri, 08 Mar 2002 13:07:52 -0600
+             Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15114] By: jhi                                   on 2002/03/08  18:51:27
+        Log: Detypo.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 15113] By: jhi                                   on 2002/03/08  18:49:56
+        Log: Better test for #14795 (bug id 20020124.005) from Andreas.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 15112] By: jhi                                   on 2002/03/08  17:56:36
+        Log: HP-UX nm seems to repeat itself.
+     Branch: perl
+          ! Porting/findrfuncs
+____________________________________________________________________________
+[ 15111] By: jhi                                   on 2002/03/08  17:50:21
+        Log: Nice porting script from Sarathy.  Well, less nice
+             in the sense that it shows the looong road ahead.
+     Branch: perl
+          + Porting/findrfuncs
+          ! MANIFEST Porting/makerel
+____________________________________________________________________________
+[ 15110] By: jhi                                   on 2002/03/08  15:58:25
+        Log: Subject: Re: Performance considerations for UTF-8
+             From: Jarkko Hietaniemi <jhi@iki.fi>
+             Date: Fri, 8 Mar 2002 18:53:28 +0200
+             Message-ID: <20020308185328.D640@alpha.hut.fi>
+             
+             (put all in perlunicode)
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 15109] By: jhi                                   on 2002/03/08  15:09:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15108] By: jhi                                   on 2002/03/08  14:59:50
+        Log: Subject: Cygwin cygipc support skipped
+             From: "Gerrit P. Haase" <gerrit@familiehaase.de>
+             Date: Fri, 8 Mar 2002 16:59:34 +0100
+             Message-ID: <113694157285.20020308165934@familiehaase.de>
+     Branch: perl
+          ! hints/cygwin.sh
+____________________________________________________________________________
+[ 15107] By: jhi                                   on 2002/03/08  14:48:36
+        Log: metaconfig unit change for #15106.
+     Branch: metaconfig
+          ! U/compline/d_gconvert.U
+____________________________________________________________________________
+[ 15106] By: jhi                                   on 2002/03/08  14:48:14
+        Log: Subject: Re: [PATCH] tests for Gconvert
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 07 Mar 2002 16:48:10 -0800
+             Message-ID: <KpAi8gzkganW092yn@efn.org>
+     Branch: perl
+          ! Configure config_h.SH t/base/num.t
+____________________________________________________________________________
+[ 15105] By: jhi                                   on 2002/03/08  14:32:55
+        Log: The new test has some teething problems.
+     Branch: perl
+          - ext/B/t/lint.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 15104] By: jhi                                   on 2002/03/08  13:42:24
+        Log: Subject: [PATCH] B::Lint tests
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 8 Mar 2002 14:47:19 +0100
+             Message-ID: <20020308144719.A2663@rafael>
+     Branch: perl
+          + ext/B/t/lint.t
+          ! MANIFEST ext/B/B/Lint.pm
+____________________________________________________________________________
+[ 15103] By: jhi                                   on 2002/03/08  13:40:35
+        Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
+             From: Tom Horsley <Tom.Horsley@mail.ccur.com>
+             Date: Fri, 8 Mar 2002 13:24:14 GMT
+             Message-Id: <200203081324.NAA00642@cleo>
+     Branch: perl
+          ! hints/powerux.sh
+____________________________________________________________________________
+[ 15102] By: jhi                                   on 2002/03/08  13:37:04
+        Log: Subject: HP has some new models
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 08 Mar 2002 13:07:02 +0100
+             Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! README.hpux
+____________________________________________________________________________
+[ 15101] By: ams                                   on 2002/03/08  09:11:40
+        Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
+             From: Stas Bekman <stas@stason.org>
+             Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
+             Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15100] By: pudge                                 on 2002/03/08  03:23:17
+        Log: Update Changes
+     Branch: maint-5.6/macperl
+          ! macos/Changes
+____________________________________________________________________________
+[ 15099] By: pudge                                 on 2002/03/08  03:20:06
+        Log: Replace macperlbundled with macperldelta
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 15098] By: pudge                                 on 2002/03/08  03:19:44
+        Log: Comsetic fixes (Thomas Wegner)
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
+____________________________________________________________________________
+[ 15097] By: pudge                                 on 2002/03/08  03:19:08
+        Log: Bump OS version
+     Branch: maint-5.6/macperl
+          ! macos/config.sh
+____________________________________________________________________________
+[ 15096] By: jhi                                   on 2002/03/08  03:14:41
+        Log: Thought I deleted this already?
+     Branch: perl
+          - ext/I18N/Langinfo/fallback.c
+____________________________________________________________________________
+[ 15095] By: jhi                                   on 2002/03/08  03:06:20
+        Log: perlport updates from Pudge.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 15094] By: ams                                   on 2002/03/08  03:06:03
+        Log: Nitpick.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15093] By: jhi                                   on 2002/03/08  03:00:46
+        Log: Wrong test.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15091] By: jhi                                   on 2002/03/08  02:25:23
+        Log: Integrate change 14064 from macperl to blead.
+     Branch: perl
+         !> pod/perlmodinstall.pod pod/perlport.pod
+____________________________________________________________________________
+[ 15090] By: pudge                                 on 2002/03/08  02:15:01
+        Log: Integrate recent perlport changes
+     Branch: maint-5.6/macperl
+         !> pod/perlport.pod
+____________________________________________________________________________
+[ 15089] By: ams                                   on 2002/03/08  01:54:03
+        Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
+             minor typo in perlguts.pod
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Fri, 8 Mar 2002 05:26:59 +0300
+             Message-Id: <4649821189.20020308052659@motor.ru>
+     Branch: perl
+          ! pod/perlguts.pod
+____________________________________________________________________________
+[ 15088] By: jhi                                   on 2002/03/08  01:40:41
+        Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
+             From: Anton Tagunov <tagunov@newmail.ru>
+             Date: Fri, 8 Mar 2002 04:31:44 +0300
+             Message-ID: <13946506773.20020308043144@newmail.ru>
+             
+             (one test changed)
+     Branch: perl
+          ! lib/encoding.t sv.c
+____________________________________________________________________________
+[ 15087] By: jhi                                   on 2002/03/08  00:15:08
+        Log: Subject: [PATCH perldelta] some more deltas
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 7 Mar 2002 23:13:23 +0100
+             Message-ID: <20020307231323.A13068@rafael>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15086] By: jhi                                   on 2002/03/07  22:43:31
+        Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Thu, 7 Mar 02 14:25 est
+             Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 15085] By: jhi                                   on 2002/03/07  22:37:51
+        Log: As suggested by Anton Tagunov, eq and cmp now obey the
+             encoding pragma (by remapping their byte argument if the
+             other argument is in Unicode).  Also fix a bug found by
+             Anton where ord undef under the encoding pragma would barf.
+             ([ID 20020307.009] A null pointer dereference with 'use encoding')
+             Finally, use the nicer form of sv_recode_to_utf8.
+     Branch: perl
+          ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
+____________________________________________________________________________
+[ 15084] By: jhi                                   on 2002/03/07  20:54:02
+        Log: Retract #14985, #14899, and #14990, following the principles
+             "Do no harm." and "If it ain't broke, don't fix it."
+             
+             Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
+             some, but still broken, and I do not have the extra brain
+             cells for the EBCDIC backport.  Secondly, the old version
+             worked both in EBCDIC and non-.  Thirdly, the old version
+             may be more amenable for the behaviour suggsted by Anton
+             Tagunov regarding the encoding pragma.
+     Branch: perl
+          ! embed.fnc embed.h global.sym proto.h sv.c util.c
+____________________________________________________________________________
+[ 15083] By: jhi                                   on 2002/03/07  20:26:36
+        Log: Long doubles give you long doubles.
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 15082] By: jhi                                   on 2002/03/07  18:16:39
+        Log: Forgotten deMANIFESTation.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15081] By: jhi                                   on 2002/03/07  17:29:17
+        Log: Obsolete unused file, noticed by Dank Kogai.
+     Branch: perl
+          - ext/Encode/lib/Encode/JP/Tr.pm
+____________________________________________________________________________
+[ 15080] By: ams                                   on 2002/03/07  11:31:46
+        Log: Subject: [PATCH Changes] Changes should mirror version number
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 7 Mar 2002 11:04:24 GMT
+             Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
+     Branch: perl
+          ! Porting/pumpkin.pod
+____________________________________________________________________________
+[ 15079] By: jhi                                   on 2002/03/07  04:40:06
+        Log: metaconfig unit change for #15078.
+     Branch: metaconfig
+          ! U/compline/d_gconvert.U
+____________________________________________________________________________
+[ 15078] By: jhi                                   on 2002/03/07  04:39:39
+        Log: Subject: Re: [PATCH] tests for Gconvert
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 06 Mar 2002 20:22:54 -0800
+             Message-ID: <esuh8gzkg2/b092yn@efn.org>
+     Branch: perl
+          ! Configure pod/perldelta.pod t/base/num.t
+____________________________________________________________________________
+[ 15077] By: jhi                                   on 2002/03/07  03:27:38
+        Log: Mac OS X UFS does not do ctime.
+     Branch: perl
+          ! pod/perldelta.pod pod/perlport.pod
+____________________________________________________________________________
+[ 15076] By: jhi                                   on 2002/03/07  02:40:09
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 15075] By: jhi                                   on 2002/03/07  01:48:46
+        Log: Continued Chinese puzzles from Autrijus.
+     Branch: perl
+          + ext/Encode/t/CN.t ext/Encode/t/TW.t
+          ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
+____________________________________________________________________________
+[ 15074] By: jhi                                   on 2002/03/07  00:16:10
+        Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Wed, 6 Mar 2002 18:13:51 +0100
+             Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! lib/File/Spec/Win32.pm
+____________________________________________________________________________
+[ 15073] By: jhi                                   on 2002/03/07  00:15:11
+        Log: perlport tweaks.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 15072] By: jhi                                   on 2002/03/07  00:05:11
+        Log: Subject: Re: [PATCH docs] Re: Bug with -M
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Wed, 6 Mar 2002 16:20:27 -0500
+             Message-ID: <20020306212027.GC4257@blackrider>
+     Branch: perl
+          ! pod/perlfunc.pod pod/perlport.pod
+____________________________________________________________________________
+[ 15071] By: jhi                                   on 2002/03/06  20:20:29
+        Log: perldelta updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15070] By: jhi                                   on 2002/03/06  20:06:37
+        Log: 5005threads wasn't even compiling.
+     Branch: perl
+          ! perl.c
+____________________________________________________________________________
+[ 15069] By: jhi                                   on 2002/03/06  15:06:33
+        Log: Subject: Re: perl@15047 New format tests for still existing bugs
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 12:59:29 +0100
+             Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! t/op/write.t
+____________________________________________________________________________
+[ 15068] By: jhi                                   on 2002/03/06  15:04:41
+        Log: Regen Glossary et al.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 15067] By: jhi                                   on 2002/03/06  14:39:58
+        Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
+             [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 15066] By: jhi                                   on 2002/03/06  14:39:40
+        Log: metaconfig unit change for #15065.
+     Branch: metaconfig
+          ! U/compline/i_time.U
+____________________________________________________________________________
+[ 15065] By: jhi                                   on 2002/03/06  14:39:18
+        Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 15064] By: jhi                                   on 2002/03/06  14:14:02
+        Log: Must remove fallback.c also from here.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 15063] By: jhi                                   on 2002/03/06  13:37:31
+        Log: Subject: Re: perl@15047 WinCE
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:41:30 +0100
+             Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
+             
+             Subject: Re: perl@15047 Win32
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:46:02 +0100
+             Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
+             
+             Subject: Re: perl@15047 Epoc
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:48:31 +0100
+             Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
+             
+             Subject: Re: perl@15047 NetWare
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 13:55:46 +0100
+             Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! NetWare/config_H.wc epoc/config.sh win32/Makefile
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! wince/Makefile.ce wince/config.h
+____________________________________________________________________________
+[ 15062] By: ams                                   on 2002/03/06  09:26:49
+        Log: Subject: Re: perl@15047
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 11:25:50 +0100
+             Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! cygwin/perlld.in
+____________________________________________________________________________
+[ 15061] By: ams                                   on 2002/03/06  08:44:12
+        Log: Subject: Re: perl@15047
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 06 Mar 2002 10:38:02 +0100
+             Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15060] By: ams                                   on 2002/03/06  08:30:33
+        Log: Subject: Update perlhist.pod
+             From: mjd@plover.com
+             Date: 6 Mar 2002 07:11:55 -0000
+             Message-Id: <20020306071155.10240.qmail@plover.com>
+             
+             Subject: [PATCH pod/perlvar.pod] $^V => string
+             From: Stas Bekman <stas@stason.org>
+             Date: Wed, 06 Mar 2002 14:56:55 +0800
+             Message-Id: <3C85BDB7.7050700@stason.org>
+     Branch: perl
+          ! pod/perlhist.pod pod/perlvar.pod
+____________________________________________________________________________
+[ 15059] By: ams                                   on 2002/03/06  04:15:38
+        Log: Subject: [PATCH] assorted configure.com fix-ups
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Tue, 5 Mar 2002 23:11:22 -0600
+             Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 15058] By: jhi                                   on 2002/03/06  04:01:27
+        Log: IRIX failure with long doubles.
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 15057] By: jhi                                   on 2002/03/06  03:12:15
+        Log: Make reality and Changes coincide.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 15056] By: jhi                                   on 2002/03/06  00:49:03
+        Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
+             From: Anton Tagunov <tagunov@motor.ru>
+             Date: Wed, 6 Mar 2002 02:10:21 +0300
+             Message-ID: <11152782757.20020306021021@motor.ru>
+             
+             (reworded)
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 15055] By: jhi                                   on 2002/03/06  00:35:22
+        Log: Subject: [PATCH] B::Lint doesn't work
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 5 Mar 2002 22:51:18 +0100
+             Message-ID: <20020305225118.C733@rafael>
+     Branch: perl
+          ! ext/B/B/Lint.pm
+____________________________________________________________________________
+[ 15054] By: jhi                                   on 2002/03/06  00:34:32
+        Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Mon, 04 Mar 2002 16:24:32 -0800
+             Message-ID: <ABBh8gzkgezX092yn@efn.org>
+     Branch: perl
+          ! op.h pp_ctl.c t/op/flip.t
+____________________________________________________________________________
+[ 15053] By: jhi                                   on 2002/03/06  00:31:02
+        Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 5 Mar 2002 22:30:49 +0000
+             Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15052] By: jhi                                   on 2002/03/06  00:28:40
+        Log: Subject: [PATCH] tests for Gconvert
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 05 Mar 2002 16:35:45 -0800
+             Message-ID: <hRWh8gzkgONX092yn@efn.org>
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 15051] By: jhi                                   on 2002/03/06  00:25:27
+        Log: Subject: [PATCH] toplevel Makefile.SH
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 5 Mar 02 17:34 est
+             Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 15050] By: jhi                                   on 2002/03/05  20:46:40
+        Log: Subject: [PATCH] pointer to perldelta in Changes
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Tue, 05 Mar 2002 16:04:50 -0500
+             Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 15049] By: jhi                                   on 2002/03/05  20:45:33
+        Log: Subject: [PATCH perldelta] chom?p overridability is the other way
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 5 Mar 2002 22:26:20 +0100
+             Message-ID: <20020305222620.A733@rafael>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15048] By: jhi                                   on 2002/03/05  20:43:45
+        Log: Solaris: allow for /usr/bin/df not to exist.
+             
+             Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
+             From: Kingpin <mthurn@copper.dulles.tasc.com>
+             Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
+             Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 15047] By: jhi                                   on 2002/03/05  15:36:10
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15046] By: jhi                                   on 2002/03/05  14:56:19
+        Log: Double MANIFESTing.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 15045] By: jhi                                   on 2002/03/05  14:29:41
+        Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
+     Branch: perl
+          - ext/Encode/Encode/7bit-kr.enc
+          - ext/Encode/lib/Encode/Tcl/HanZi.pm
+          ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 15044] By: jhi                                   on 2002/03/05  13:40:31
+        Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 5 Mar 2002 14:35:57 +0100
+             Message-ID: <20020305143557.C695@rafael>   
+     Branch: perl
+          ! pp_sys.c t/lib/warnings/pp_sys
+____________________________________________________________________________
+[ 15043] By: jhi                                   on 2002/03/05  13:36:30
+        Log: Subject: [PATCH Devel::PPPort]
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Tue, 5 Mar 2002 13:37:59 GMT
+             Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 15042] By: jhi                                   on 2002/03/05  13:33:55
+        Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
+     Branch: perl
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15041] By: nick                                  on 2002/03/05  07:23:58
+        Log: Integrate mainline (5.7.3)
+     Branch: perlio
+         +> ext/Encode/lib/Encode/CN/HZ.pm
+          - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
+         !> (integrate 54 files)
+____________________________________________________________________________
+[ 15040] By: ams                                   on 2002/03/05  05:10:33
+        Log: Subject: DOC PATCH 5.7.3 (perldelta)
+             From: mjd@plover.com
+             Date: 5 Mar 2002 05:35:58 -0000
+             Message-Id: <20020305053558.31677.qmail@plover.com>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 15039] By: jhi                                   on 2002/03/05  03:32:07
+        Log: This is 5.7.3.
+     Branch: perl
+          ! patchlevel.h
+____________________________________________________________________________
+[ 15038] By: jhi                                   on 2002/03/05  03:31:32
+        Log: Shoo.
+     Branch: perl
+          ! ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 15037] By: jhi                                   on 2002/03/05  03:15:17
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 15036] By: jhi                                   on 2002/03/05  03:11:17
+        Log: Regen perlapi.
+     Branch: perl
+          ! 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
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14896] By: jhi                                   on 2002/02/27  15:23:21
+        Log: Signedness nit.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14895] By: jhi                                   on 2002/02/27  15:12:36
+        Log: Subject: Re: Smoke 14870
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Wed, 27 Feb 2002 16:48:35 +0100
+             Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
+             
+             (with some additional garnish)
+     Branch: perl
+          ! README.hpux hints/hpux.sh
+____________________________________________________________________________
+[ 14894] By: jhi                                   on 2002/02/27  15:08:06
+        Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
+             into perl.exp in AIX.
+     Branch: perl
+          ! makedef.pl perl.h
+____________________________________________________________________________
+[ 14893] By: jhi                                   on 2002/02/27  13:49:59
+        Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 27 Feb 2002 14:39:35 GMT
+             Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
+     Branch: perl
+          ! pod/perlrun.pod
+____________________________________________________________________________
+[ 14892] By: jhi                                   on 2002/02/27  13:41:14
+        Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 27 Feb 2002 12:25:30 GMT
+             Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
+     Branch: perl
+          ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
+          ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
+          ! pod/perlunicode.pod pod/perluniintro.pod
+____________________________________________________________________________
+[ 14891] By: jhi                                   on 2002/02/27  01:11:13
+        Log: Only modify LD_LIBRARY_PATH in case there are directories.
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 14890] By: jhi                                   on 2002/02/27  01:01:11
+        Log: Subject: [PATCH] perl/hints/vos.sh
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Tue, 26 Feb 02 15:19 est
+             Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
+     Branch: perl
+          ! hints/vos.sh
+____________________________________________________________________________
+[ 14889] By: jhi                                   on 2002/02/27  00:59:33
+        Log: Forgot from #14888.
+     Branch: perl
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 14888] By: jhi                                   on 2002/02/27  00:50:55
+        Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
+     Branch: perl
+          ! ext/Unicode/Normalize/Changes
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
+          ! ext/Unicode/Normalize/t/test.t
+____________________________________________________________________________
+[ 14887] By: ams                                   on 2002/02/26  23:51:52
+        Log: Subject: Missing diagnostics
+             From: Simon Glover <scog@roe.ac.uk>
+             Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
+             Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
+             
+             Subject: [PATCH] Better wording for the lvalue vec diagnostic
+             From: Simon Glover <scog@roe.ac.uk>
+             Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
+             Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
+     Branch: perl
+          ! doop.c pod/perldiag.pod t/op/vec.t
+____________________________________________________________________________
+[ 14886] By: ams                                   on 2002/02/26  15:48:34
+        Log: Subject: [PATCH] Not OK 5.7.2@14884
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: Tue, 26 Feb 2002 15:03:55 +0100
+             Message-Id: <m38z9gfigk.fsf@anima.de>
+     Branch: perl
+          ! t/lib/access.t
+____________________________________________________________________________
+[ 14885] By: nick                                  on 2002/02/26  13:48:55
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
+         +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
+         +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
+          - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
+         !> (integrate 102 files)
+____________________________________________________________________________
+[ 14884] By: jhi                                   on 2002/02/26  11:17:42
+        Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
+             1.1999999999999996, or thereabouts (yes, even sprintf).
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 14883] By: jhi                                   on 2002/02/26  11:09:07
+        Log: Neither.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14882] By: ams                                   on 2002/02/26  08:46:55
+        Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 26 Feb 2002 01:01:28 -0500
+             Message-Id: <20020226060128.GA2439@blackrider>
+     Branch: perl
+          ! hv.c pod/perldiag.pod
+____________________________________________________________________________
+[ 14881] By: jhi                                   on 2002/02/26  03:01:28
+        Log: Subject: [PATCH B::Concise] docs, typos
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 25 Feb 2002 16:41:16 +0100
+             Message-ID: <20020225164116.A1054@rafael>
+     Branch: perl
+          ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 14880] By: jhi                                   on 2002/02/26  02:36:16
+        Log: POSIX: add isatty to @EXPORT_OK, reformat.
+     Branch: perl
+          ! ext/POSIX/POSIX.pm
+____________________________________________________________________________
+[ 14879] By: jhi                                   on 2002/02/26  01:03:17
+        Log: If using -Dloclibpth=... the directories need to
+             be appended to LD_LIBRARY_PATH (and ickily, if those
+             directories contain a (newer?) libdb.so, we need to
+             prepend   /usr/shlib to loclibpth).
+     Branch: perl
+          ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 14878] By: jhi                                   on 2002/02/26  01:01:13
+        Log: Subject: [PATCH] Perl interface to newIO()
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
+             Date: Mon, 25 Feb 2002 15:04:57 -0800
+             Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
+     Branch: perl
+          ! lib/Symbol.pm lib/Symbol.t
+____________________________________________________________________________
+[ 14877] By: jhi                                   on 2002/02/26  00:06:16
+        Log: Subject: [PATCH perlvar] "." is not in @INC when -T
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
+             Date: Mon, 25 Feb 2002 21:58:30 +0100
+             Message-ID: <20020225215830.A744@rafael>
+     Branch: perl
+          ! pod/perlvar.pod
+____________________________________________________________________________
+[ 14876] By: jhi                                   on 2002/02/25  22:23:11
+        Log: Big5 tweaks from Autrijus Tang.
+     Branch: perl
+          ! ext/Encode/Encode/big5.enc
+____________________________________________________________________________
+[ 14875] By: jhi                                   on 2002/02/25  22:19:56
+        Log: Subject: [PATCH Glossary configpm] cleanups
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 25 Feb 2002 23:27:15 +0100
+             Message-ID: <20020225232715.C744@rafael>
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H configpm
+____________________________________________________________________________
+[ 14874] By: jhi                                   on 2002/02/25  21:53:29
+        Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Mon, 25 Feb 2002 21:53:24 +0000
+             Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
+          ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/TW/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[ 14873] By: jhi                                   on 2002/02/25  21:28:54
+        Log: Upgrade to I18N::LangTags 0.27.
+             (Causes one flipflop back to perl.com URL, must poke Sean.)
+     Branch: perl
+          ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+          ! lib/I18N/LangTags/List.pm
+____________________________________________________________________________
+[ 14872] By: jhi                                   on 2002/02/25  21:22:32
+        Log: Upgrade to Getopt::Long 2.28.
+     Branch: perl
+          ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
+          ! lib/Getopt/Long/README
+____________________________________________________________________________
+[ 14871] By: jhi                                   on 2002/02/25  19:46:35
+        Log: No =head.
+     Branch: perl
+          ! pod/perlebcdic.pod
+____________________________________________________________________________
+[ 14870] By: jhi                                   on 2002/02/25  15:02:50
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14869] By: jhi                                   on 2002/02/25  14:54:00
+        Log: metaconfig unit change for #14868.
+     Branch: metaconfig
+          ! U/modified/Chk_MANI.U
+____________________________________________________________________________
+[ 14868] By: jhi                                   on 2002/02/25  14:53:43
+        Log: Some hosts understand split -l 50, some only split -50
+             (from Paul Eggert).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14867] By: jhi                                   on 2002/02/25  14:44:07
+        Log: Subject: Re: [PATCH bleadperl] socketpair.t
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Sun, 24 Feb 2002 10:31:25 +0100
+             Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
+             
+             (the pid half only)
+     Branch: perl
+          ! win32/win32.c
+____________________________________________________________________________
+[ 14866] By: jhi                                   on 2002/02/25  14:35:19
+        Log: Mention the new pack tricks.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14865] By: jhi                                   on 2002/02/25  14:30:28
+        Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
+             From: Richard.Foley@t-online.de (Richard Foley)
+             Date: Mon, 25 Feb 2002 13:47:03 +0100
+             Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
+     Branch: perl
+          ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
+          ! pod/perldebug.pod pod/perldelta.pod
+____________________________________________________________________________
+[ 14864] By: jhi                                   on 2002/02/25  13:51:32
+        Log: Typo corrections from John P. Linderman.
+     Branch: perl
+          ! ext/IPC/SysV/Semaphore.pm
+____________________________________________________________________________
+[ 14863] By: jhi                                   on 2002/02/25  13:49:32
+        Log: Upgrade to Math::BigInt 1.52.
+     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/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
+          ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
+____________________________________________________________________________
+[ 14862] By: ams                                   on 2002/02/25  10:39:40
+        Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Mon, 25 Feb 2002 11:35:06 GMT
+             Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
+             
+             Subject: [PATCH Net/Cmd.pm]
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Mon, 25 Feb 2002 11:37:06 GMT
+             Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
+     Branch: perl
+          ! lib/Cwd.pm lib/Net/Cmd.pm
+____________________________________________________________________________
+[ 14861] By: jhi                                   on 2002/02/25  03:40:45
+        Log: Cut-and-paste errors.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14860] By: jhi                                   on 2002/02/25  03:36:24
+        Log: EBCDIC: the control characters are not that easy to find.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14859] By: jhi                                   on 2002/02/25  03:02:23
+        Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
+             From: John Peacock <jpeacock@rowman.com>
+             Date: Sun, 24 Feb 2002 22:08:28 -0500
+             Message-ID: <3C79AAAC.6060903@rowman.com>
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14858] By: jhi                                   on 2002/02/25  00:01:13
+        Log: SvSetSV() is not returnable, but that's okay since
+             sv_copypv() returns void.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14857] By: jhi                                   on 2002/02/24  23:33:33
+        Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
+             From: John Peacock <jpeacock@rowman.com>                 
+             Date: Sun, 24 Feb 2002 16:40:07 -0500
+             Message-ID: <3C795DB7.40105@rowman.com>               
+     Branch: perl
+          ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
+          ! pp_hot.c proto.h sv.c
+____________________________________________________________________________
+[ 14856] By: jhi                                   on 2002/02/24  20:15:51
+        Log: Tiny code cleanup.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14855] By: jhi                                   on 2002/02/24  19:49:01
+        Log: Use to_uni_fold().
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14854] By: jhi                                   on 2002/02/24  19:45:43
+        Log: Document the new taint behaviour of exec LIST and
+             system LIST.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14853] By: jhi                                   on 2002/02/24  18:28:31
+        Log: Subject: [PATCH] Re: taint news
+             From: Rick Delaney <rick.delaney@rogers.com>             
+             Date: 24 Feb 2002 11:35:00 -0500
+             Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
+     Branch: perl
+          ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
+____________________________________________________________________________
+[ 14852] By: jhi                                   on 2002/02/24  18:20:55
+        Log: EBCDIC tweak (native instead of uni) and comment update.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14851] By: jhi                                   on 2002/02/24  13:02:53
+        Log: Using uninitialized (and wrong) variables is not good.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14850] By: jhi                                   on 2002/02/24  05:28:15
+        Log: EBCDIC: this seems to calm the last of the
+             Malformed UTF-8 warnings.
+     Branch: perl
+          ! regcomp.c utf8.c
+____________________________________________________________________________
+[ 14849] By: jhi                                   on 2002/02/23  23:35:03
+        Log: EBCDIC: document using Encode for character conversions.
+     Branch: perl
+          ! pod/perlebcdic.pod
+____________________________________________________________________________
+[ 14848] By: jhi                                   on 2002/02/23  23:20:57
+        Log: EBCDIC: disable also Unicode::Collate and
+             Unicode::Normalize for now.  Real users of
+             EBCDIC have to decide what they want.
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
+          ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
+          ! lib/Unicode/Collate/t/test.t
+____________________________________________________________________________
+[ 14847] By: jhi                                   on 2002/02/23  20:12:21
+        Log: AUTHORS updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14846] By: jhi                                   on 2002/02/23  20:05:10
+        Log: Retract #14571: there may be a better solution than
+             tweaking the test.
+     Branch: perl
+          ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
+____________________________________________________________________________
+[ 14845] By: jhi                                   on 2002/02/23  19:15:32
+        Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
+             From: "Craig A. Berry" <craigberry@mac.com> 
+             Date: Sat, 23 Feb 2002 14:14:35 -0600
+             Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 14844] By: jhi                                   on 2002/02/23  18:37:14
+        Log: metaconfig unit change for #14843.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
+[ 14843] By: jhi                                   on 2002/02/23  18:36:43
+        Log: Also Encode/JP needs to be listed explicitly.
+             (Any other sub-Encode extensions?)
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14842] By: jhi                                   on 2002/02/23  18:17:07
+        Log: Document known UNICOS/mk deficiency.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14841] By: jhi                                   on 2002/02/23  16:29:49
+        Log: Subject: [PATCH] README mention version 5.0
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Sat, 23 Feb 2002 09:35:22 +0800
+             Message-ID: <20020223013522.GA8694@not.autrijus.org>
+     Branch: perl
+          ! README
+____________________________________________________________________________
+[ 14840] By: jhi                                   on 2002/02/23  03:32:59
+        Log: metaconfig unit change for #14839.
+     Branch: metaconfig
+          ! U/modified/Signal.U
+____________________________________________________________________________
+[ 14839] By: jhi                                   on 2002/02/23  03:32:32
+        Log: Old hosts like NeXT Classic don't have sort -k,
+             from Paul Eggert.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14838] By: ams                                   on 2002/02/22  21:14:29
+        Log: Minor clarifications as suggested by Anton Tagunov.
+     Branch: perl
+          ! pod/perlsyn.pod
+____________________________________________________________________________
+[ 14837] By: ams                                   on 2002/02/22  21:07:02
+        Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 22 Feb 2002 23:01:07 +0100
+             Message-Id: <20020222230107.A15069@rafael>
+     Branch: perl
+          ! sv.c t/op/gv.t
+____________________________________________________________________________
+[ 14836] By: jhi                                   on 2002/02/22  20:39:11
+        Log: metaconfig unit change for #14835.
+     Branch: metaconfig
+          ! U/modified/Chk_MANI.U
+____________________________________________________________________________
+[ 14835] By: jhi                                   on 2002/02/22  20:38:32
+        Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14834] By: jhi                                   on 2002/02/22  18:06:01
+        Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 22 Feb 2002 12:10:28 -0500
+             Message-ID: <20020222171027.GB4181@blackrider>
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14833] By: jhi                                   on 2002/02/22  14:51:17
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14832] By: jhi                                   on 2002/02/22  14:25:18
+        Log: Implement IV/UV/NV/long double pack/unpack with
+             template letters j/J/F/D (the latter two have been
+             undocumented aliases of f/d).
+     Branch: perl
+          ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 14831] By: jhi                                   on 2002/02/22  13:47:08
+        Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 22 Feb 2002 14:01:25 +0000
+             Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14830] By: jhi                                   on 2002/02/22  13:44:27
+        Log: NetWare change from Ananth Kesari.
+     Branch: perl
+          - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14829] By: jhi                                   on 2002/02/22  13:42:42
+        Log: Subject: [PATCH @14577] pack with a human face: part ]|[
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Fri, 22 Feb 2002 03:55:13 -0500
+             Message-ID: <20020222035513.A894@math.ohio-state.edu>
+     Branch: perl
+          ! pod/perlfunc.pod pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 14828] By: jhi                                   on 2002/02/22  13:19:19
+        Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
+     Branch: perl
+          ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
+____________________________________________________________________________
+[ 14827] By: jhi                                   on 2002/02/22  13:11:00
+        Log: Make measure_struct a file static.
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 14826] By: jhi                                   on 2002/02/22  04:30:27
+        Log: EBCDIC: someone who knows what they are doing
+             and whether it is possible at all in the first
+             place needs to figure these tests out on EBCDIC.
+             The CJK encodings heavily abuse their knowledge
+             of ASCII and that may require a translation layer
+             or four to survive UTF-EBCDIC.
+     Branch: perl
+          ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
+____________________________________________________________________________
+[ 14825] By: jhi                                   on 2002/02/22  02:43:03
+        Log: croak() needs context.
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 14824] By: jhi                                   on 2002/02/22  01:56:06
+        Log: Subject: [PATCH @14577] pack with a human face: the sequel
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 21 Feb 2002 21:33:37 -0500
+             Message-ID: <20020221213337.A23848@math.ohio-state.edu>
+     Branch: perl
+          ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
+          ! proto.h t/op/pack.t
+____________________________________________________________________________
+[ 14823] By: jhi                                   on 2002/02/22  00:38:19
+        Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Fri, 22 Feb 2002 00:49:44 +0000
+             Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14822] By: jhi                                   on 2002/02/21  22:42:17
+        Log: Test for #14795.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14821] By: jhi                                   on 2002/02/21  22:05:20
+        Log: Testing for ASCII in EBCDIC makes one's brain hurt.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14820] By: jhi                                   on 2002/02/21  21:53:00
+        Log: Subject: [PATCH] next batch of bugfixes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 21 Feb 2002 23:54:41 +0100
+             Message-ID: <20020221235441.A17260@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14819] By: jhi                                   on 2002/02/21  21:06:54
+        Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
+             From: chromatic <chromatic@rmci.net>
+             Date: Thu, 21 Feb 2002 14:17:35 -0700
+             Message-ID: <20020221211823.80922.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/File/stat.pm lib/File/stat.t
+____________________________________________________________________________
+[ 14818] By: jhi                                   on 2002/02/21  21:01:36
+        Log: Externalization from Jatan Shah <jshah@broadcom.com>.
+     Branch: perl
+          ! ext/re/re.xs
+____________________________________________________________________________
+[ 14817] By: jhi                                   on 2002/02/21  20:02:27
+        Log: Upgrade to Math::BigInt 1.51.
+     Branch: perl
+          + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
+          + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
+          + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
+          ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
+          ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
+          ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
+          ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
+____________________________________________________________________________
+[ 14816] By: jhi                                   on 2002/02/21  19:33:01
+        Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Thu, 21 Feb 2002 21:20:25 +0100
+             Message-ID: <69510538936.20020221212025@familiehaase.de>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14815] By: jhi                                   on 2002/02/21  17:28:23
+        Log: Subject: [PATCH @14577] grouping in pack/unpack
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 21 Feb 2002 06:06:14 -0500
+             Message-ID: <20020221060614.A29836@math.ohio-state.edu>
+     Branch: perl
+          ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
+          ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
+____________________________________________________________________________
+[ 14814] By: jhi                                   on 2002/02/21  15:41:10
+        Log: Subject: [PATCH propose] question about fs.t
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Thu, 21 Feb 2002 15:10:21 +0100
+             Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 14813] By: jhi                                   on 2002/02/21  15:37:44
+        Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
+             From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
+             Date: Thu, 21 Feb 2002 09:54:28 +0100
+             Message-ID: <13576559576.20020221095428@familiehaase.de>     
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14812] By: ams                                   on 2002/02/21  14:59:09
+        Log: Subject: typo correction
+             From: mjd@plover.com
+             Date: 21 Feb 2002 15:43:49 -0000
+             Message-Id: <20020221154349.22772.qmail@plover.com>
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 14811] By: ams                                   on 2002/02/21  14:02:12
+        Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 21 Feb 2002 15:22:22 +0100
+             Message-Id: <20020221152222.A15095@rafael>
+     Branch: perl
+          ! op.h toke.c
+____________________________________________________________________________
+[ 14810] By: ams                                   on 2002/02/21  12:45:28
+        Log: Subject: [PATCH @14577] cosmetic OS/2 patches
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Thu, 21 Feb 2002 06:02:48 -0500
+             Message-Id: <20020221060248.A29705@math.ohio-state.edu>
+     Branch: perl
+          ! lib/ExtUtils/Mksymlists.pm makedef.pl
+____________________________________________________________________________
+[ 14809] By: nick                                  on 2002/02/21  09:31:08
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Pod/t/Select.t
+         !> (integrate 37 files)
+____________________________________________________________________________
+[ 14808] By: jhi                                   on 2002/02/21  05:33:27
+        Log: metaconfig unit change for #14807.
+     Branch: metaconfig
+          ! U/modified/Signal.U
+____________________________________________________________________________
+[ 14807] By: jhi                                   on 2002/02/21  05:33:07
+        Log: Revert #14805, didn't quite work.
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 14806] By: jhi                                   on 2002/02/21  05:21:52
+        Log: metaconfig changes for #14805.
+     Branch: metaconfig
+          ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
+____________________________________________________________________________
+[ 14805] By: jhi                                   on 2002/02/21  05:21:21
+        Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
+             From: Paul Eggert <eggert@twinsun.com>
+             Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
+             Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 14804] By: jhi                                   on 2002/02/21  04:56:05
+        Log: More advice.
+     Branch: perl
+          ! README.os390
+____________________________________________________________________________
+[ 14803] By: jhi                                   on 2002/02/21  04:40:37
+        Log: Missing MANIFESTation.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14802] By: ams                                   on 2002/02/20  22:55:25
+        Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Thu, 21 Feb 2002 07:13:12 +0800
+             Message-Id: <20020220231312.GA775@not.autrijus.org>
+     Branch: perl
+          ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
+____________________________________________________________________________
+[ 14801] By: ams                                   on 2002/02/20  22:27:20
+        Log: Subject: Re: Make Schwern poor in just 20 easy steps!
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Thu, 21 Feb 2002 00:20:40 +0100
+             Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
+     Branch: perl
+          + lib/Pod/t/Select.t
+____________________________________________________________________________
+[ 14800] By: jhi                                   on 2002/02/20  22:15:23
+        Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
+             twice, causing the loop to skip every other character.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14799] By: jhi                                   on 2002/02/20  21:43:21
+        Log: Better debugging info.
+     Branch: perl
+          ! t/uni/case.pl
+____________________________________________________________________________
+[ 14798] By: jhi                                   on 2002/02/20  21:13:50
+        Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 20 Feb 2002 22:13:05 +0000
+             Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14797] By: jhi                                   on 2002/02/20  18:31:14
+        Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
+             From: Paul Eggert <eggert@twinsun.com>
+             Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
+             Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
+     Branch: perl
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 14796] By: nick                                  on 2002/02/20  18:15:00
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+         +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
+         +> lib/Locale/Country.pod lib/Locale/Currency.pod
+         +> lib/Locale/Language.pod lib/Locale/Script.pm
+         +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
+         +> t/uni/title.t t/uni/upper.t
+         !> (integrate 41 files)
+____________________________________________________________________________
+[ 14795] By: ams                                   on 2002/02/20  17:08:38
+        Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Wed, 20 Feb 2002 18:06:59 +0000
+             Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 14794] By: ams                                   on 2002/02/20  16:41:56
+        Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 20 Feb 02 12:21 est
+             Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14793] By: jhi                                   on 2002/02/20  16:26:56
+        Log: Forgot from #14790.
+     Branch: perl
+          ! pp_pack.c
+____________________________________________________________________________
+[ 14792] By: jhi                                   on 2002/02/20  16:23:00
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14791] By: jhi                                   on 2002/02/20  15:24:19
+        Log: Integrate change #14778 from maintperl.
+     Branch: perl
+          ! t/lib/strict/subs
+         !> op.c
+____________________________________________________________________________
+[ 14790] By: jhi                                   on 2002/02/20  15:08:06
+        Log: Subject: Re: [ID 20020220.001] pack w with objects
+             From: Ulrich Pfeifer <upf@de.uu.net>
+             Date: 20 Feb 2002 11:21:15 +0100
+             Message-ID: <p5g03wcv38.fsf@de.uu.net>
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 14789] By: jhi                                   on 2002/02/20  15:05:54
+        Log: Subject: Re: [PATCH] go faster for Encode's compile
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Tue, 19 Feb 2002 23:38:36 +0000
+             Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14788] By: jhi                                   on 2002/02/20  15:02:31
+        Log: Regen Glossary.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 14787] By: jhi                                   on 2002/02/20  14:57:37
+        Log: metaconfig unit change for #14786 (not visible yet,
+             since Glossary needs regenerating)
+     Branch: metaconfig
+          ! U/compline/d_gconvert.U
+____________________________________________________________________________
+[ 14786] By: jhi                                   on 2002/02/20  14:56:55
+        Log: Subject: d_Gconvert hints and Glossary
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 19 Feb 2002 11:55:36 -0800
+             Message-ID: <42qc8gzkgOFN092yn@efn.org> 
+     Branch: perl
+          ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
+          ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
+          ! hints/svr5.sh
+____________________________________________________________________________
+[ 14785] By: jhi                                   on 2002/02/20  14:38:45
+        Log: metaconfig unit changes for #14784.
+     Branch: metaconfig
+          ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
+____________________________________________________________________________
+[ 14784] By: jhi                                   on 2002/02/20  14:38:14
+        Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
+             From: Paul Eggert <eggert@twinsun.com>              
+             Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
+             Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
+     Branch: perl
+          ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
+          ! pod/perlhack.pod
+____________________________________________________________________________
+[ 14783] By: jhi                                   on 2002/02/20  14:21:32
+        Log: metaconfig unit change for #14782.
+     Branch: metaconfig/U/perl
+          ! Mksymlinks.U
+____________________________________________________________________________
+[ 14782] By: jhi                                   on 2002/02/20  14:20:33
+        Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
+             From: "Gerrit P. Haase" <gp@familiehaase.de>
+             Date: Wed, 20 Feb 2002 00:23:29 +0100
+             Message-ID: <70348722516.20020220002329@familiehaase.de>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14781] By: jhi                                   on 2002/02/20  13:58:16
+        Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Tue, 19 Feb 2002 19:27:42 +0000
+             Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
+             
+             (with modifications)
+     Branch: perl
+          ! pod/perlsub.pod
+____________________________________________________________________________
+[ 14780] By: jhi                                   on 2002/02/20  13:49:44
+        Log: NetWare tweak from Ananth Kesari.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14779] By: ams                                   on 2002/02/20  06:51:55
+        Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
+     Branch: perl
+          ! pod/perlfaq4.pod
+____________________________________________________________________________
+[ 14778] By: gsar                                  on 2002/02/20  04:17:22
+        Log: constant folding on the range operator had the effect of disabling
+             peephole optimizations in all the siblings of the range OP; the
+             effect of this was that barewords could escape strictures when
+             they were hiding in such places
+     Branch: maint-5.6/perl
+          ! op.c t/pragma/strict-subs
+____________________________________________________________________________
+[ 14777] By: ams                                   on 2002/02/20  00:56:21
+        Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
+             From: Graham Barr <gbarr@pobox.com>
+             Date: Tue, 19 Feb 2002 23:08:47 +0000
+             Message-Id: <20020219230847.G66560@pobox.com>
+     Branch: perl
+          ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 14776] By: ams                                   on 2002/02/19  17:20:28
+        Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 19 Feb 2002 16:23:22 +0000
+             Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Tie/Hash.pm
+____________________________________________________________________________
+[ 14775] By: jhi                                   on 2002/02/19  15:20:52
+        Log: Regen doc, regen toc.
+     Branch: perl
+          ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 14774] By: jhi                                   on 2002/02/19  15:18:03
+        Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
+             From: Dave Mitchell <davem@fdgroup.co.uk>
+             Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
+             Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
+     Branch: perl
+          ! pod/perlsub.pod
+____________________________________________________________________________
+[ 14773] By: jhi                                   on 2002/02/19  15:13:57
+        Log: Detypo.
+     Branch: perl
+          ! lib/Tie/Memoize.pm
+____________________________________________________________________________
+[ 14772] By: jhi                                   on 2002/02/19  15:01:25
+        Log: UTF-8 C API doc tweaks.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 14771] By: jhi                                   on 2002/02/19  14:03:08
+        Log: Mention that the case-switchers know about Unicode, too.
+     Branch: perl
+          ! pod/perlop.pod
+____________________________________________________________________________
+[ 14770] By: jhi                                   on 2002/02/19  13:49:52
+        Log: Upgrade to Locale::Codes 2.01.
+     Branch: perl
+          + lib/Locale/Constants.pod lib/Locale/Country.pod
+          + lib/Locale/Currency.pod lib/Locale/Language.pod
+          + lib/Locale/Script.pod
+          ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          ! lib/Locale/Constants.pm lib/Locale/Country.pm
+          ! lib/Locale/Currency.pm lib/Locale/Language.pm
+          ! lib/Locale/Maketext.pm lib/Locale/Script.pm
+____________________________________________________________________________
+[ 14769] By: jhi                                   on 2002/02/19  13:34:16
+        Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
+             From: Dave Mitchell <davem@fdgroup.co.uk>
+             Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
+             Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
+     Branch: perl
+          ! pod/perlsub.pod
+____________________________________________________________________________
+[ 14768] By: jhi                                   on 2002/02/19  13:32:32
+        Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
+             From: Sam Tregar <sam@tregar.com> 
+             Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
+             Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
+     Branch: perl
+          ! sv.h
+____________________________________________________________________________
+[ 14767] By: jhi                                   on 2002/02/19  13:29:04
+        Log: The test requires perlio.
+     Branch: perl
+          ! ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 14766] By: jhi                                   on 2002/02/19  04:57:59
+        Log: Misplaced block end.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14765] By: jhi                                   on 2002/02/19  04:53:30
+        Log: The POSIX extensions are deadly.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14764] By: jhi                                   on 2002/02/19  04:44:41
+        Log: Let's not overdo the growth.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[ 14763] By: jhi                                   on 2002/02/19  04:19:21
+        Log: Third time makes the charm.
+     Branch: perl
+          ! README.os390
+____________________________________________________________________________
+[ 14762] By: jhi                                   on 2002/02/19  04:03:46
+        Log: Oops.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14761] By: jhi                                   on 2002/02/19  03:49:34
+        Log: Add back the new casing tests.
+     Branch: perl
+          + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14760] By: jhi                                   on 2002/02/19  03:49:16
+        Log: Prefer special case mappings.
+     Branch: perl
+          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
+          ! lib/unicore/To/Upper.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 14759] By: jhi                                   on 2002/02/19  03:48:46
+        Log: Try special casing first.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14758] By: jhi                                   on 2002/02/19  01:55:14
+        Log: Not extending enough.
+     Branch: perl
+          ! pp.c utf8.h
+____________________________________________________________________________
+[ 14757] By: jhi                                   on 2002/02/19  00:21:07
+        Log: No need to store identity mappings.
+     Branch: perl
+          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
+          ! lib/unicore/mktables
+____________________________________________________________________________
+[ 14756] By: ams                                   on 2002/02/18  20:21:17
+        Log: Forward port #14704 from maint-5.6.
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[ 14755] By: jhi                                   on 2002/02/18  20:16:40
+        Log: Regen Changes.
+     Branch: perl
+          ! Changes
+____________________________________________________________________________
+[ 14754] By: ams                                   on 2002/02/18  19:01:09
+        Log: Subject: [PATCH] VMS cando_by_name and current process privs
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 18 Feb 2002 14:03:30 -0600
+             Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
+     Branch: perl
+          ! vms/vms.c
+____________________________________________________________________________
+[ 14753] By: jhi                                   on 2002/02/18  17:58:39
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14752] By: jhi                                   on 2002/02/18  17:54:44
+        Log: What do you know; these tests unearthed nasty problems.
+             Will resolve those first.
+     Branch: perl
+          - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14751] By: jhi                                   on 2002/02/18  17:52:23
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14750] By: ams                                   on 2002/02/18  17:36:05
+        Log: Subject: Re: IO::Poll: Removing Handles
+             From: Matthew Sachs <matthewg@zevils.com>
+             Date: Mon, 18 Feb 2002 13:19:01 -0500
+             Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
+     Branch: perl
+          ! ext/IO/lib/IO/t/io_poll.t
+____________________________________________________________________________
+[ 14749] By: jhi                                   on 2002/02/18  16:49:51
+        Log: Subject: VMS test fix-ups (alarm.t and glob.t)
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 18 Feb 2002 11:52:21 -0600
+             Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
+     Branch: perl
+          ! t/op/alarm.t t/op/glob.t
+____________________________________________________________________________
+[ 14748] By: ams                                   on 2002/02/18  15:53:36
+        Log: s/load_module/Perl_load_module/
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 14747] By: jhi                                   on 2002/02/18  15:43:06
+        Log: Unused in ASCII, used in EBCDIC.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14746] By: jhi                                   on 2002/02/18  15:26:32
+        Log: Upgrade to Locale::Codes 2.00.
+     Branch: perl
+          + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+          + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
+          ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
+          ! lib/Locale/Constants.pm lib/Locale/Country.pm
+          ! lib/Locale/Currency.pm lib/Locale/Language.pm
+____________________________________________________________________________
+[ 14745] By: ams                                   on 2002/02/18  15:20:44
+        Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 16 Feb 2002 00:06:01 +0100
+             Message-Id: <20020216000601.A17249@rafael>
+     Branch: perl
+          ! gv.c
+____________________________________________________________________________
+[ 14744] By: jhi                                   on 2002/02/18  14:54:47
+        Log: More Unicode casing checks.
+     Branch: perl
+          + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14743] By: ams                                   on 2002/02/18  14:35:38
+        Log: Subject: IO::Poll: Removing Handles
+             From: Matthew Sachs <matthewg@zevils.com>
+             Date: Sun, 17 Feb 2002 04:49:46 -0500
+             Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Poll.pm
+____________________________________________________________________________
+[ 14741] By: ams                                   on 2002/02/18  13:59:48
+        Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 18 Feb 2002 15:41:26 +0100
+             Message-Id: <20020218154126.A692@rafael>
+     Branch: perl
+          ! pp_ctl.c t/op/do.t
+____________________________________________________________________________
+[ 14740] By: nick                                  on 2002/02/18  09:09:23
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
+         +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
+         +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
+         +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.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/JP/Tr.pm
+         +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
+         +> os2/OS2/Process/t/os2_process.t
+         +> os2/OS2/Process/t/os2_process_kid.t
+         +> os2/OS2/Process/t/os2_process_text.t
+          - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
+          - ext/Encode/t/Japanese.t
+         !> (integrate 47 files)
+____________________________________________________________________________
+[ 14739] By: jhi                                   on 2002/02/18  05:02:47
+        Log: EBCDIC: now the worst seems to be over for
+             the "Malformed" warnings.  Still a few of them,
+             and plenty of test failures, but getting better.
+     Branch: perl
+          ! regcomp.c utf8.c
+____________________________________________________________________________
+[ 14738] By: jhi                                   on 2002/02/18  02:31:05
+        Log: Upgrade to Net::Ping 2.12.
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+          ! lib/Net/Ping/t/110_icmp_inst.t
+____________________________________________________________________________
+[ 14737] By: jhi                                   on 2002/02/18  02:24:31
+        Log: After much rewriting we are now pretty much
+             back to where we started.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14736] By: ams                                   on 2002/02/18  01:23:00
+        Log: Subject: [PATCH B::Deparse] two fixes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 17 Feb 2002 23:58:59 +0100
+             Message-Id: <20020217235859.A32513@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14735] By: jhi                                   on 2002/02/17  21:24:26
+        Log: Buglet.
+     Branch: perl
+          ! ext/Encode/lib/Encode/JP/JIS.pm
+____________________________________________________________________________
+[ 14734] By: jhi                                   on 2002/02/17  20:44:59
+        Log: Clearing up to_utf8_case() continues: this time use
+             a single return, and EBCDICification for all paths.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14733] By: jhi                                   on 2002/02/17  19:51:01
+        Log: Small tweaks to get the test running (fix @INC and
+             do not overwrite the table.utf8 and table.rnd).
+     Branch: perl
+          ! ext/Encode/t/JP.t
+____________________________________________________________________________
+[ 14732] By: jhi                                   on 2002/02/17  18:40:24
+        Log: Tiny tweak.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14731] By: jhi                                   on 2002/02/17  16:56:17
+        Log: Redundant casts.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14730] By: jhi                                   on 2002/02/17  16:50:34
+        Log: More filename portability tips.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 14729] By: jhi                                   on 2002/02/17  16:25:06
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq3.pod pod/perlfaq5.pod
+____________________________________________________________________________
+[ 14728] By: ams                                   on 2002/02/17  16:15:09
+        Log: Subject: podlators 1.21 released
+             From: Russ Allbery <rra@stanford.edu>
+             Date: Sat, 16 Feb 2002 21:42:56 -0800
+             Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
+     Branch: perl
+          ! lib/Pod/Text/Overstrike.pm
+____________________________________________________________________________
+[ 14727] By: sky                                   on 2002/02/17  11:36:52
+        Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
+             From: Autrijus Tang <autrijus@autrijus.org>
+             Date: Sun, 17 Feb 2002 19:46:47 +0800
+             Message-ID: <20020217194647.A1410@not.autrijus.org>
+     Branch: perl
+          ! pp_ctl.c t/op/tiehandle.t util.c
+____________________________________________________________________________
+[ 14726] By: jhi                                   on 2002/02/17  03:13:30
+        Log: EBCDIC: to_utf8_case() is supposed to get its low 256
+             input in native code points, not Unicode.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14725] By: jhi                                   on 2002/02/17  01:43:42
+        Log: Regen Glossary.
+     Branch: perl
+          ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 14724] By: jhi                                   on 2002/02/17  01:12:37
+        Log: The #14715 and #14716 were okay: they just revealed
+             a bug in the EXACTF matching.
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 14723] By: jhi                                   on 2002/02/16  16:14:19
+        Log: Retreat, retreat! (retract #14715 and #14716)
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14722] By: jhi                                   on 2002/02/16  16:06:00
+        Log: Encode 0.40, from Dan Kogai.
+     Branch: perl
+          + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
+          + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
+          + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
+          + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.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/JP/Tr.pm
+          + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
+          + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
+          - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
+          - ext/Encode/t/Japanese.t
+          ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
+          ! ext/Encode/t/Encode.t
+____________________________________________________________________________
+[ 14721] By: jhi                                   on 2002/02/16  15:37:40
+        Log: metaconfig unit change for #14720.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14720] By: jhi                                   on 2002/02/16  15:36:42
+        Log: Regenerate Configure (small tweaks on Yitzchak's,
+             main difference being that the preference variables are
+             called gconvert_...).
+     Branch: metaconfig
+          ! U/compline/d_gconvert.U
+____________________________________________________________________________
+[ 14719] By: ams                                   on 2002/02/16  14:11:01
+        Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Thu, 14 Feb 2002 22:27:33 -0800
+             Message-Id: <VpKb8gzkgCdK092yn@efn.org>
+             (Applied by hand.)
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14718] By: ams                                   on 2002/02/16  13:45:28
+        Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
+             From: Philip Newton <Philip.Newton@gmx.net>
+             Date: Sat, 16 Feb 2002 10:05:05 +0100
+             Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
+             (Applied by hand.)
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 14717] By: ams                                   on 2002/02/16  04:30:23
+        Log: Remove dubious test.
+     Branch: perl
+          ! t/io/open.t
+____________________________________________________________________________
+[ 14716] By: jhi                                   on 2002/02/16  04:24:45
+        Log: Tiny tweak.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14715] By: jhi                                   on 2002/02/16  03:49:14
+        Log: Restructure to_utf8_case() for simpler execution paths.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14714] By: ams                                   on 2002/02/16  02:43:59
+        Log: Absorb #14701 by Sarathy from maint-5.6.
+     Branch: perl
+          ! doio.c t/io/open.t
+____________________________________________________________________________
+[ 14713] By: ams                                   on 2002/02/16  01:51:27
+        Log: Subject: [PATCH] VOS patches for perl 5.8
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 15 Feb 02 17:41 est
+             Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
+     Branch: perl
+          ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
+          ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
+          ! vos/install_perl.cm
+____________________________________________________________________________
+[ 14712] By: jhi                                   on 2002/02/15  21:08:13
+        Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 15 Feb 2002 23:05:44 +0100
+             Message-ID: <20020215230544.A690@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14711] By: jhi                                   on 2002/02/15  19:26:07
+        Log: Add $VERSION.
+     Branch: perl
+          ! lib/Tie/Memoize.pm
+____________________________________________________________________________
+[ 14710] By: jhi                                   on 2002/02/15  15:40:30
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14709] By: jhi                                   on 2002/02/15  15:01:54
+        Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 14 Feb 2002 19:07:40 GMT
+             Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
+             
+             (the hints part only)
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 14708] By: jhi                                   on 2002/02/15  15:00:27
+        Log: metaconfig unit changes for #14707.
+     Branch: metaconfig
+          ! U/modified/cc.U
+     Branch: metaconfig/U/perl
+          ! Checkcc.U
+____________________________________________________________________________
+[ 14707] By: jhi                                   on 2002/02/15  15:00:01
+        Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Fri, 15 Feb 2002 12:14:39 GMT
+             Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
+             
+             Split checking-for-gcc and checking-for-cc.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14706] By: ams                                   on 2002/02/15  13:57:15
+        Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
+             From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
+             Date: 15 Feb 2002 10:53:06 +0200
+             Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 14705] By: ams                                   on 2002/02/15  08:42:55
+        Log: Subject: [PATCH @14577] OS/2 tests and more
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Fri, 15 Feb 2002 03:56:24 -0500
+             Message-Id: <20020215035624.A16467@math.ohio-state.edu>
+     Branch: perl
+          + os2/OS2/Process/t/os2_process.t
+          + os2/OS2/Process/t/os2_process_kid.t
+          + os2/OS2/Process/t/os2_process_text.t
+          ! MANIFEST configpm hints/os2.sh makedef.pl
+          ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
+          ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
+          ! os2/os2ish.h
+____________________________________________________________________________
+[ 14704] By: gsar                                  on 2002/02/15  08:42:48
+        Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
+             avoid wasteful PL_fdpid fiddling where that is not warranted;
+             mostly whitespace fixes
+             
+             these were longstanding todo items from:
+             http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
+     Branch: maint-5.6/perl
+          ! doio.c
+____________________________________________________________________________
+[ 14702] By: nick                                  on 2002/02/15  08:31:41
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/if.pm lib/if.t
+         !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
+         !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+         !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
+         !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
+         !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
+         !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
+         !> lib/charnames.t pod/perluniintro.pod pp_sys.c
+         !> t/lib/warnings/pp_sys
+____________________________________________________________________________
+[ 14701] By: gsar                                  on 2002/02/15  08:04:58
+        Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
+             (and also dies quickly on Windows); this bug crept in as
+             change#610, a.k.a change#646
+     Branch: maint-5.6/perl
+          ! doio.c t/io/open.t
+____________________________________________________________________________
+[ 14700] By: jhi                                   on 2002/02/15  02:51:13
+        Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
+             From: Ville "Skyttä" <ville.skytta@iki.fi>
+             Date: Wed, 13 Feb 2002 22:29:39 +0200
+             Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
+     Branch: perl
+          ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 14699] By: jhi                                   on 2002/02/14  23:47:43
+        Log: Document and test the C0 and C1.
+     Branch: perl
+          ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 14698] By: jhi                                   on 2002/02/14  22:21:55
+        Log: metaconfig unit change for #14697.
+     Branch: metaconfig
+          ! U/modified/Init.U
+____________________________________________________________________________
+[ 14697] By: jhi                                   on 2002/02/14  22:21:20
+        Log: Also OS/2 seems to need exe set early.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14696] By: jhi                                   on 2002/02/14  22:13:18
+        Log: Document pack U0U.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 14695] By: jhi                                   on 2002/02/14  21:56:52
+        Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 14 Feb 2002 23:58:00 +0100
+             Message-ID: <20020214235800.A12901@rafael>
+     Branch: perl
+          ! pp_sys.c t/lib/warnings/pp_sys
+____________________________________________________________________________
+[ 14694] By: jhi                                   on 2002/02/14  21:54:43
+        Log: Subject: [PATCH @13746] conditional pragmas
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 18:18:09 -0500
+             Message-ID: <20011231181809.A29528@math.ohio-state.edu>
+     Branch: perl
+          + lib/if.pm lib/if.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14693] By: jhi                                   on 2002/02/14  21:47:08
+        Log: Deparse bug introduced by #14615: the fix is just a workaround,
+             I suspect there to be another deeper bug, must distill simpler
+             test case.
+     Branch: perl
+          ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+____________________________________________________________________________
+[ 14692] By: jhi                                   on 2002/02/14  19:52:26
+        Log: Integrate perlio; 
+             
+             Make dependencies more precise (for nmake)
+     Branch: perl
+         !> ext/Encode/EUC_JP/Makefile.PL
+____________________________________________________________________________
+[ 14691] By: jhi                                   on 2002/02/14  18:08:58
+        Log: Just a guess.
+     Branch: perl
+          ! lib/Tie/Handle.pm
+____________________________________________________________________________
+[ 14690] By: nick                                  on 2002/02/14  16:30:56
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
+         !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
+         !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
+         !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
+         !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
+         !> utf8.c
+____________________________________________________________________________
+[ 14689] By: jhi                                   on 2002/02/14  16:03:50
+        Log: Upgrade to Net::Ping 2.11.
+     Branch: perl
+          ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
+          ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
+          ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
+          ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
+____________________________________________________________________________
+[ 14688] By: jhi                                   on 2002/02/14  15:15:17
+        Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 13 Feb 2002 17:37:07 GMT
+             Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
+             
+             (updated version of the above)
+     Branch: perl
+          ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
+____________________________________________________________________________
+[ 14687] By: jhi                                   on 2002/02/14  14:44:02
+        Log: Excise inexact blather.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14686] By: jhi                                   on 2002/02/14  14:30:35
+        Log: Subject: Re: [PATCH @13746] tied hashes: memoization
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 20:28:46 -0500
+             Message-ID: <20011231202845.A1323@math.ohio-state.edu>
+     Branch: perl
+          + lib/Tie/Memoize.pm lib/Tie/Memoize.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14685] By: nick                                  on 2002/02/14  14:20:20
+        Log: Make dependencies more precise (for nmake)
+     Branch: perlio
+          ! ext/Encode/EUC_JP/Makefile.PL
+____________________________________________________________________________
+[ 14684] By: jhi                                   on 2002/02/14  14:09:10
+        Log: Subject: [PATCH @13746] tied hashes
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
+             Date: Mon, 31 Dec 2001 19:15:39 -0500
+             Message-ID: <20011231191539.A46@math.ohio-state.edu>
+     Branch: perl
+          ! lib/Tie/Hash.pm pod/perltie.pod
+____________________________________________________________________________
+[ 14683] By: jhi                                   on 2002/02/13  22:30:55
+        Log: Subject: Re: [PATCH] Configure followed by make minitest
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Sun, 10 Feb 2002 23:22:05 -0800
+             Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14682] By: jhi                                   on 2002/02/13  15:50:37
+        Log: Subject: Re: perl@14647
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 11 Feb 2002 19:30:36 +0100
+             Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! t/op/groups.t
+____________________________________________________________________________
+[ 14681] By: jhi                                   on 2002/02/13  15:14:25
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14680] By: jhi                                   on 2002/02/13  13:41:50
+        Log: Integrate perlio;
+             
+             Do not lc() the file names before doing dirname() or they don't match.
+     Branch: perl
+         !> lib/ExtUtils/t/Installed.t
+____________________________________________________________________________
+[ 14679] By: sky                                   on 2002/02/13  12:56:13
+        Log: rename mutex to make a bit more sense
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 14678] By: sky                                   on 2002/02/13  12:46:11
+        Log: Track active threads....
+     Branch: perl
+          ! ext/threads/threads.pm ext/threads/threads.xs
+____________________________________________________________________________
+[ 14677] By: nick                                  on 2002/02/13  09:30:42
+        Log: Do not lc() the file names before doing dirname() or they don't match.
+     Branch: perlio
+          ! lib/ExtUtils/t/Installed.t
+____________________________________________________________________________
+[ 14676] By: sky                                   on 2002/02/13  09:03:37
+        Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
+             Message-Id: <20020213100017.GA6288@blackrider>
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 14675] By: sky                                   on 2002/02/13  09:00:24
+        Log: Do not propagate END blocks to child threads, test.
+     Branch: perl
+          + ext/threads/t/end.t
+          ! MANIFEST ext/threads/threads.xs
+____________________________________________________________________________
+[ 14674] By: nick                                  on 2002/02/13  08:34:55
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/t/join.t
+         !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
+         !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
+         !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
+____________________________________________________________________________
+[ 14673] By: jhi                                   on 2002/02/13  05:17:26
+        Log: metaconfig unit change for #14672.
+     Branch: metaconfig
+          ! U/modified/lns.U
+____________________________________________________________________________
+[ 14672] By: jhi                                   on 2002/02/13  05:17:07
+        Log: $ln is supposed to be already set to $ln + executable suffix
+             on platforms that need it, from Paul Green.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14671] By: jhi                                   on 2002/02/13  05:12:28
+        Log: Subject: New command syntax for 'x' command
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Tue, 12 Feb 2002 20:54:01 -0500
+             Message-ID: <20020213015401.25685.qmail@plover.com>
+     Branch: perl
+          ! lib/perl5db.pl pod/perldebug.pod
+____________________________________________________________________________
+[ 14670] By: jhi                                   on 2002/02/13  05:11:12
+        Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Tue, 12 Feb 2002 20:20:42 -0500
+             Message-ID: <20020213012042.25245.qmail@plover.com>
+     Branch: perl
+          ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
+____________________________________________________________________________
+[ 14669] By: jhi                                   on 2002/02/13  04:43:43
+        Log: Iteration continues.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14668] By: jhi                                   on 2002/02/13  02:37:31
+        Log: Duh.
+     Branch: perl
+          ! pp_pack.c t/op/length.t
+____________________________________________________________________________
+[ 14667] By: jhi                                   on 2002/02/13  01:33:01
+        Log: Retract #14666.
+     Branch: perl
+          ! t/op/lc.t
+____________________________________________________________________________
+[ 14666] By: jhi                                   on 2002/02/13  01:22:13
+        Log: (retracted by #14667)
+     Branch: perl
+          ! t/op/lc.t
+____________________________________________________________________________
+[ 14665] By: jhi                                   on 2002/02/13  00:45:02
+        Log: Tiny test script tweaks.
+     Branch: perl
+          ! t/uni/fold.t
+____________________________________________________________________________
+[ 14664] By: jhi                                   on 2002/02/13  00:24:37
+        Log: Rewrite the "special mapping" part of to_utf8_case(),
+             this time with fewer bugs.  (See: The Law of Cybernetic
+             Entymology.)
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14663] By: sky                                   on 2002/02/12  18:26:16
+        Log: Stop failures if you pass an object, sv_dup might not be the right 
+             thing to use since I have a feeling we end up cloning far too much. 
+             (Like the stash for example).... Maybe we need a lightweight sv_dup 
+             that searches the target for things....
+             Real fix is another option to perl_clone which controls if you should 
+             save stashes.
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 14662] By: jhi                                   on 2002/02/12  17:19:49
+        Log: Retract #14661.
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 14661] By: jhi                                   on 2002/02/12  17:16:20
+        Log: (retracted by #14662)
+     Branch: perl
+          ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 14660] By: jhi                                   on 2002/02/12  15:03:58
+        Log: EBCDIC: another "can't happen".
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14659] By: sky                                   on 2002/02/12  14:38:21
+        Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
+     Branch: perl
+          + ext/threads/t/join.t
+          ! MANIFEST ext/threads/threads.xs
+____________________________________________________________________________
+[ 14658] By: nick                                  on 2002/02/12  13:54:06
+        Log: Integrate mainline
+     Branch: perlio
+         !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
+         !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
+         !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 14657] By: jhi                                   on 2002/02/12  13:44:34
+        Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
+             From: Jan Dubois <JanD@ActiveState.com> 
+             Date: Tue, 12 Feb 2002 00:56:31 -0800
+             Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
+     Branch: perl
+          ! lib/Win32.pod win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 14656] By: jhi                                   on 2002/02/12  13:39:18
+        Log: Subject: [PATCH] Re: 14654 introduced a bug 
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Tue, 12 Feb 2002 05:37:36 -0500
+             Message-ID: <20020212103736.GC14327@blackrider>
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 14655] By: jhi                                   on 2002/02/12  04:50:58
+        Log: More unset installman[13]dir tweaks from chromatic.
+     Branch: perl
+          ! lib/ExtUtils/Installed.pm
+____________________________________________________________________________
+[ 14654] By: jhi                                   on 2002/02/12  04:31:44
+        Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 11 Feb 2002 12:23:02 -0500
+             Message-ID: <20020211172302.GD9556@blackrider>
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 14653] By: jhi                                   on 2002/02/12  04:29:10
+        Log: Use `` instead of -| to be a little bit more portable,
+             from Michael Schwern.
+     Branch: perl
+          ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 14652] By: jhi                                   on 2002/02/12  03:17:44
+        Log: EBCDIC: this change for \N{} in particular is now
+             unnecessary because of the recent more general
+             pack U change.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 14651] By: jhi                                   on 2002/02/12  02:15:05
+        Log: Subject: [PATCH @14647] t/test.pl fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 11 Feb 2002 17:13:47 -0600
+             Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 14650] By: jhi                                   on 2002/02/11  23:44:09
+        Log: EBCDIC: pack U bytes change.
+     Branch: perl
+          ! t/op/length.t
+____________________________________________________________________________
+[ 14649] By: jhi                                   on 2002/02/11  23:38:28
+        Log: EBCDIC: pack U is no more equal to concat of \xHHs.
+     Branch: perl
+          ! t/op/each.t
+____________________________________________________________________________
+[ 14648] By: nick                                  on 2002/02/11  16:14:50
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure Makefile.SH autodoc.pl
+         !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
+         !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
+         !> os2/os2ish.h patchlevel.h pod/perltoc.pod
+____________________________________________________________________________
+[ 14647] By: jhi                                   on 2002/02/11  15:11:14
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14646] By: jhi                                   on 2002/02/11  15:07:28
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 14645] By: jhi                                   on 2002/02/11  14:59:02
+        Log: Forgot from #14641.
+     Branch: perl
+          ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 14644] By: jhi                                   on 2002/02/11  14:49:14
+        Log: A forgotten metaconfig unit.
+     Branch: metaconfig/U/perl
+          + i_features.U
+____________________________________________________________________________
+[ 14643] By: jhi                                   on 2002/02/11  14:47:11
+        Log: metaconfig unit changes for #14642.
+     Branch: metaconfig
+          + U/modified/lns.U
+     Branch: metaconfig/U/perl
+          ! issymlink.U
+____________________________________________________________________________
+[ 14642] By: jhi                                   on 2002/02/11  14:46:39
+        Log: -Dmksymlinks was broken by #14628.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14641] By: jhi                                   on 2002/02/11  14:32:12
+        Log: Subject: [PATCH @14577] OS/2 build
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 11 Feb 2002 06:56:41 -0500
+             Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
+             
+             (sans the Configure, perlio.sym, and t/op/stat.t parts)
+     Branch: perl
+          ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
+          ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
+          ! os2/os2ish.h
+____________________________________________________________________________
+[ 14640] By: jhi                                   on 2002/02/11  14:11:13
+        Log: Integrate perlio;
+             
+             Re-structure Japanese encodings - part 1
+             
+             Split Japanese encodings - part 2
+             - build separate .c files with separate 'compile' steps
+             - overall Japanese.xs / Japanese.pm which loads them
+             
+             Add test for Japanese encoding (well euc-jp anyway).
+             Fix one bug shown by above
+             Skip test which does not pass yet.
+             
+             Patch up the failing multi-byte write case, and un-skip
+             the test.
+     Branch: perl
+         +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
+         +> ext/Encode/t/table.euc ext/Encode/t/table.ref
+          - ext/Encode/EUC_JP/EUC_JP.pm
+         !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14639] By: nick                                  on 2002/02/11  11:59:18
+        Log: Patch up the failing multi-byte write case, and un-skip
+             the test.
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
+____________________________________________________________________________
+[ 14638] By: nick                                  on 2002/02/11  10:55:39
+        Log: Add test for Japanese encoding (well euc-jp anyway).
+             Fix one bug shown by above
+             Skip test which does not pass yet.
+     Branch: perlio
+          + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
+          + ext/Encode/t/table.ref
+          ! MANIFEST ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14637] By: nick                                  on 2002/02/11  09:07:04
+        Log: Split Japanese encodings - part 2
+             - build separate .c files with separate 'compile' steps
+             - overall Japanese.xs / Japanese.pm which loads them
+     Branch: perlio
+          ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
+____________________________________________________________________________
+[ 14636] By: nick                                  on 2002/02/11  08:15:42
+        Log: Re-structure Japanese encodings - part 1
+     Branch: perlio
+         +> ext/Encode/EUC_JP/Japanese.pm
+          - ext/Encode/EUC_JP/EUC_JP.pm
+          ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
+____________________________________________________________________________
+[ 14635] By: nick                                  on 2002/02/11  08:05:12
+        Log: Integrate mainline
+     Branch: perlio
+         !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
+         !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
+         !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
+____________________________________________________________________________
+[ 14634] By: jhi                                   on 2002/02/11  03:40:01
+        Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Mon, 11 Feb 2002 02:50:42 +0000
+             Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
+     Branch: perl
+          ! t/op/arith.t
+____________________________________________________________________________
+[ 14633] By: jhi                                   on 2002/02/11  01:53:01
+        Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
+             Stepping backward in the string would be majorly bad.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14632] By: jhi                                   on 2002/02/11  01:38:40
+        Log: The debugger part of
+             
+             Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Wed, 6 Feb 2002 17:32:12 -0500
+             Message-ID: <20020206223212.GG1346@blackrider>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 14631] By: jhi                                   on 2002/02/10  22:11:53
+        Log: Integrate perlio;
+             
+             Borland/Win32 tuning
+             
+             Move PerlIO_perlio to layer_syms where it belongs?
+     Branch: perl
+         !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
+____________________________________________________________________________
+[ 14630] By: jhi                                   on 2002/02/10  22:10:19
+        Log: EBCDIC: the low 256 needs to be shuffled also
+             in pack/unpack U (this breaks the equivalence
+             of pack U and v-strings, but I think if someone
+             has to give, v-strings are a good victim)
+     Branch: perl
+          ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 14629] By: jhi                                   on 2002/02/10  21:56:17
+        Log: metaconfig unit changes for #14628.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U issymlink.U
+____________________________________________________________________________
+[ 14628] By: jhi                                   on 2002/02/10  21:55:45
+        Log: Two Configure tweaks; the u32align test was trying
+             to write into a string literal, the ln -s test was
+             failing in VOS.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14627] By: jhi                                   on 2002/02/10  21:07:20
+        Log: DJGPP tweaks from Laszlo Molnar.
+     Branch: perl
+          ! djgpp/djgpp.c lib/File/Spec.pm
+____________________________________________________________________________
+[ 14626] By: nick                                  on 2002/02/10  18:36:47
+        Log: Move PerlIO_perlio to layer_syms where it belongs?
+     Branch: perlio
+          ! makedef.pl
+____________________________________________________________________________
+[ 14625] By: nick                                  on 2002/02/10  18:02:21
+        Log: Borland/Win32 tuning
+     Branch: perlio
+          ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
+____________________________________________________________________________
+[ 14624] By: jhi                                   on 2002/02/10  15:33:40
+        Log: Additional explanation for the [:...:] failure.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14623] By: jhi                                   on 2002/02/10  15:15:53
+        Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 10 Feb 2002 13:32:48 +0100
+             Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! makedef.pl
+____________________________________________________________________________
+[ 14622] By: jhi                                   on 2002/02/10  15:08:06
+        Log: Test tweaks from chromatic for cases where there
+             are no installman1dir or installman3dir.
+     Branch: perl
+          ! lib/ExtUtils/t/Installed.t
+____________________________________________________________________________
+[ 14621] By: jhi                                   on 2002/02/10  15:07:21
+        Log: Integrate perlio;
+             
+             Nick Clark's tweaks to Encode compile process
+             1. Use decimal constants to unit string arrays rather than
+             very long string litterals (latter having possible "\0"
+             on end issues, and needing ANSI C line splicing).
+             2. Replace tail-recursion during insert process with itteration.
+             Nick C sees 12% speedup from these.
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/compile
+____________________________________________________________________________
+[ 14620] By: jhi                                   on 2002/02/10  15:04:19
+        Log: Portability notes: filename characters, character sets.
+     Branch: perl
+          ! pod/perlport.pod
+____________________________________________________________________________
+[ 14619] By: nick                                  on 2002/02/10  11:06:05
+        Log: Integrate mainline
+     Branch: perlio
+          ! ext/Encode/Encode.pm
+         !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
+         !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
+         !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
+         !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
+         !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
+____________________________________________________________________________
+[ 14618] By: nick                                  on 2002/02/10  10:48:15
+        Log: Nick Clark's tweaks to Encode compile process
+             1. Use decimal constants to unit string arrays rather than
+             very long string litterals (latter having possible "\0"
+             on end issues, and needing ANSI C line splicing).
+             2. Replace tail-recursion during insert process with itteration.
+             Nick C sees 12% speedup from these.
+     Branch: perlio
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14617] By: jhi                                   on 2002/02/10  02:56:54
+        Log: Use the "Unicode 1.0" name field for control characters,
+             as suggested by Mark Davis.  Note that Unicode 3.2 will
+             require some more legwork on this because of certain
+             alternative names.
+     Branch: perl
+          ! lib/unicore/Name.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 14616] By: jhi                                   on 2002/02/09  22:41:18
+        Log: The -W 0,float(ieee) and gcvt() are the bad combination.
+     Branch: perl
+          ! hints/os390.sh
+____________________________________________________________________________
+[ 14615] By: jhi                                   on 2002/02/09  22:34:00
+        Log: EBCDIC: the non-printable characters are different.
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14614] By: jhi                                   on 2002/02/09  21:42:26
+        Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Sat, 9 Feb 2002 22:31:29 +0000
+             Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/lib/warnings/pp_hot
+____________________________________________________________________________
+[ 14613] By: jhi                                   on 2002/02/09  21:12:12
+        Log: Subject: [PATCH] Re: Modulus operator inconsistency
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 9 Feb 2002 21:00:13 +0000
+             Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
+     Branch: perl
+          ! op.c t/op/arith.t
+____________________________________________________________________________
+[ 14612] By: jhi                                   on 2002/02/09  18:15:39
+        Log: Use the same escaping mechanism for all the *flags.
+     Branch: perl
+          ! lib/ExtUtils/Embed.pm
+____________________________________________________________________________
+[ 14611] By: jhi                                   on 2002/02/09  17:26:06
+        Log: Protect possible parentheses in ccflags, ccdlflags, and
+             ldflags.  (In OS/390 there are parentheses in ccflags.)
+     Branch: perl
+          ! lib/ExtUtils/Embed.pm
+____________________________________________________________________________
+[ 14610] By: jhi                                   on 2002/02/09  16:12:03
+        Log: Subject: [PATCH] perl5db.pl: restart in taint mode
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Fri, 08 Feb 2002 19:20:19 -0800
+             Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
+     Branch: perl
+          ! lib/perl5db.pl
+____________________________________________________________________________
+[ 14609] By: jhi                                   on 2002/02/08  21:33:59
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
+____________________________________________________________________________
+[ 14608] By: jhi                                   on 2002/02/08  20:46:38
+        Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Fri, 08 Feb 2002 16:31:41 -0500
+             Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
+     Branch: perl
+          ! cop.h deb.c pp_ctl.c toke.c util.c
+____________________________________________________________________________
+[ 14607] By: pudge                                 on 2002/02/08  19:21:04
+        Log: Redo CopFILE / MacPerl_MPWFIleName patch
+     Branch: maint-5.6/macperl
+          ! cop.h deb.c pp_ctl.c toke.c util.c
+____________________________________________________________________________
+[ 14606] By: jhi                                   on 2002/02/08  19:18:41
+        Log: The metaconfig unit change to go with #14605.
+     Branch: metaconfig/U/perl
+          ! libperl.U
+____________________________________________________________________________
+[ 14605] By: jhi                                   on 2002/02/08  19:18:17
+        Log: The Configure change to go with #14604.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14604] By: jhi                                   on 2002/02/08  19:13:56
+        Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! hints/bsdos.sh
+____________________________________________________________________________
+[ 14603] By: nick                                  on 2002/02/08  18:16:09
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/t/libc.t
+         !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
+         !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14602] By: sky                                   on 2002/02/08  15:19:15
+        Log: Start testing for safe localtime functions, TODO, test more functions.
+     Branch: perl
+          + ext/threads/t/libc.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14601] By: jhi                                   on 2002/02/08  14:14:16
+        Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 8 Feb 2002 00:21:07 +0100
+             Message-ID: <20020208002107.E763@rafael>
+     Branch: perl
+          ! doio.c pp_sys.c t/io/argv.t
+____________________________________________________________________________
+[ 14600] By: jhi                                   on 2002/02/08  14:07:15
+        Log: Subject: [PATCH] Configure followed by make minitest
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Wed, 06 Feb 2002 21:35:20 -0800
+             Message-ID: <YIhY8gzkgSbC092yn@efn.org>
+     Branch: perl
+          ! t/op/taint.t t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14599] By: jhi                                   on 2002/02/08  14:05:12
+        Log: Integrate perlio;
+             
+             Extract something from yesterdays effort - convert my mail on pad
+             data structures (incoporating Sarathy's corrections/clarifications)
+             into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
+     Branch: perl
+         !> cv.h pod/perlapi.pod pod/perlintern.pod
+____________________________________________________________________________
+[ 14598] By: jhi                                   on 2002/02/08  14:01:28
+        Log: metaconfig unit changes for #14597.
+     Branch: metaconfig
+          ! U/modified/Loc.U
+     Branch: metaconfig/U/perl
+          ! libperl.U
+____________________________________________________________________________
+[ 14597] By: jhi                                   on 2002/02/08  14:01:01
+        Log: Configure DJGPP tweak from Laszlo Molnar.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14596] By: jhi                                   on 2002/02/08  14:00:23
+        Log: DJGPP tweaks from Laszlo Molnar.
+     Branch: perl
+          ! djgpp/djgppsed.sh perl.c
+____________________________________________________________________________
+[ 14595] By: nick                                  on 2002/02/08  09:19:29
+        Log: Extract something from yesterdays effort - convert my mail on pad
+             data structures (incoporating Sarathy's corrections/clarifications)
+             into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
+     Branch: perlio
+          ! cv.h pod/perlapi.pod pod/perlintern.pod
+____________________________________________________________________________
+[ 14594] By: nick                                  on 2002/02/08  08:34:49
+        Log: Integrate mainline
+     Branch: perlio
+         +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
+         +> NetWare/t/NWScripts-Exist.pl t/base/num.t
+         !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
+         !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
+         !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
+         !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
+____________________________________________________________________________
+[ 14593] By: jhi                                   on 2002/02/08  03:08:20
+        Log: To really skip the test an exit() is needed.
+     Branch: perl
+          ! lib/encoding.t
+____________________________________________________________________________
+[ 14592] By: jhi                                   on 2002/02/08  02:57:30
+        Log: More diagnostics from Nicholas Clark.
+     Branch: perl
+          ! lib/Benchmark.t
+____________________________________________________________________________
+[ 14591] By: jhi                                   on 2002/02/07  22:54:57
+        Log: In case of failure be more verbose.
+     Branch: perl
+          ! t/base/num.t
+____________________________________________________________________________
+[ 14590] By: pudge                                 on 2002/02/07  19:29:03
+        Log: Update Changes
+     Branch: maint-5.6/macperl
+          ! macos/Changes
+____________________________________________________________________________
+[ 14589] By: pudge                                 on 2002/02/07  19:26:55
+        Log: Merge AEGizmos library into PPC binary
+     Branch: maint-5.6/macperl
+          ! macos/Makefile.mk
+____________________________________________________________________________
+[ 14588] By: pudge                                 on 2002/02/07  18:51:05
+        Log: Add -ansifor for MrCpp options
+     Branch: maint-5.6/macperl
+          ! macos/BuildRules.mk
+____________________________________________________________________________
+[ 14587] By: pudge                                 on 2002/02/07  18:46:28
+        Log: Check ownership of CatInfos (MacPerl Bug #494482)
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Files/Files.xs
+____________________________________________________________________________
+[ 14586] By: pudge                                 on 2002/02/07  18:40:21
+        Log: Resource updates
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
+____________________________________________________________________________
+[ 14585] By: pudge                                 on 2002/02/07  18:38:44
+        Log: Empty path is ENOENT (MacPerl Bug #512351)
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPAppleEvents.c
+____________________________________________________________________________
+[ 14584] By: pudge                                 on 2002/02/07  18:38:03
+        Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPAEVTStream.cp
+____________________________________________________________________________
+[ 14583] By: pudge                                 on 2002/02/07  18:36:29
+        Log: macify(ABSTRACT_FROM)
+     Branch: maint-5.6/macperl
+          ! macos/lib/ExtUtils/MM_MacOS.pm
+____________________________________________________________________________
+[ 14582] By: pudge                                 on 2002/02/07  18:35:20
+        Log: Use correct Mac filenames in error messages, caller()
+     Branch: maint-5.6/macperl
+          ! deb.c pp_ctl.c toke.c util.c
+____________________________________________________________________________
+[ 14581] By: jhi                                   on 2002/02/07  17:10:06
+        Log: Sanity checks to see that the IV/NV and the PV of numeric
+             scalars stay in sync (unearthed this via the OS/390 gcvt()
+             brokenness)
+     Branch: perl
+          + t/base/num.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14580] By: jhi                                   on 2002/02/07  14:07:33
+        Log: Retract the anon leak subpatch of #14418 and #14431
+             (the latter came into bleadperl as part of #14433).
+     Branch: perl
+          ! op.c t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14579] By: jhi                                   on 2002/02/06  23:38:10
+        Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
+             mangles 0.1 to "10".  sprintf() seems more well-behaved.
+     Branch: perl
+          ! hints/os390.sh
+____________________________________________________________________________
+[ 14578] By: jhi                                   on 2002/02/06  19:56:53
+        Log: Subject: [PATCH @14557] another Encode fix for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Wed, 06 Feb 2002 14:44:20 -0600
+             Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
+     Branch: perl
+          ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 14577] By: jhi                                   on 2002/02/06  15:38:25
+        Log: Integrate perlio;
+             
+             One way to avoid OS390 winge about #line directives.
+     Branch: perl
+         !> ext/Encode/EUC_JP/Makefile.PL
+____________________________________________________________________________
+[ 14576] By: jhi                                   on 2002/02/06  15:36:55
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14575] By: nick                                  on 2002/02/06  15:23:24
+        Log: One way to avoid OS390 winge about #line directives.
+     Branch: perlio
+          ! ext/Encode/EUC_JP/Makefile.PL
+____________________________________________________________________________
+[ 14574] By: jhi                                   on 2002/02/06  15:11:05
+        Log: s/Netware/NetWare/
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14573] By: jhi                                   on 2002/02/06  15:10:00
+        Log: New Netware scripts.
+     Branch: perl
+          + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
+          + NetWare/t/NWScripts-Exist.pl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14572] By: jhi                                   on 2002/02/06  15:02:20
+        Log: EBCDIC: the encoding pragma would need some rethinking,
+             probably a pass of EBCDIC->Unicode mapping.  For now,
+             disable it on EBCDIC.
+     Branch: perl
+          ! lib/encoding.pm lib/encoding.t
+____________________________________________________________________________
+[ 14571] By: jhi                                   on 2002/02/06  14:44:27
+        Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
+             for the low 256.  Now tweaked the tests, but maybe it's
+             the module that needs few NATIVE_TO_UNI()s somewhere?
+     Branch: perl
+          ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
+____________________________________________________________________________
+[ 14570] By: jhi                                   on 2002/02/06  13:59:19
+        Log: Subject: [PATCH utf8.c] format problem
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 6 Feb 2002 14:01:43 GMT
+             Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14569] By: nick                                  on 2002/02/06  09:52:23
+        Log: Integrate mainline
+     Branch: perlio
+         !> NetWare/Makefile NetWare/bat/BldNWExt.bat
+         !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
+         !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
+         !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
+         !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
+         !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
+____________________________________________________________________________
+[ 14568] By: jhi                                   on 2002/02/06  04:44:33
+        Log: EBCDIC: 0x41 is not cricket.
+     Branch: perl
+          ! ext/Encode/t/Encode.t
+____________________________________________________________________________
+[ 14567] By: jhi                                   on 2002/02/05  23:12:19
+        Log: NetWare update from Ananth Kesari.
+     Branch: perl
+          ! NetWare/Makefile NetWare/bat/BldNWExt.bat
+          ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
+          ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
+          ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
+          ! NetWare/t/NWScripts.pl makedef.pl
+____________________________________________________________________________
+[ 14566] By: sky                                   on 2002/02/05  18:39:13
+        Log: Subject: Re: File::Spec::rel2abs2rel (?)
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Tue, 5 Feb 2002 13:47:39 -0500
+             Message-ID: <20020205184739.GB17375@blackrider>
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 14565] By: nick                                  on 2002/02/05  17:31:24
+        Log: Integrate mainline
+     Branch: perlio
+         !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
+         !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
+         !> utf8.h
+____________________________________________________________________________
+[ 14564] By: jhi                                   on 2002/02/05  17:05:40
+        Log: Integrate perlio;
+             
+             More Encode tweaks:
+             - make expensive and marginal substring search optional (-O)
+             - enable -O for ASCII-oid encodings (search space is small)
+             - add ASCII-oid jis0201 to basic Encode.so
+             - add some other Japanese encodings to EUC_JP bundle (without -O)
+     Branch: perl
+         +> ext/Encode/Encode/jis0201.ucm
+         !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
+         !> ext/Encode/compile
+____________________________________________________________________________
+[ 14563] By: nick                                  on 2002/02/05  16:01:15
+        Log: More Encode tweaks:
+             - make expensive and marginal substring search optional (-O)
+             - enable -O for ASCII-oid encodings (search space is small)
+             - add ASCII-oid jis0201 to basic Encode.so
+             - add some other Japanese encodings to EUC_JP bundle (without -O)
+     Branch: perlio
+          + ext/Encode/Encode/jis0201.ucm
+          ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14562] By: sky                                   on 2002/02/05  14:50:36
+        Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
+     Branch: perl
+          ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 14561] By: jhi                                   on 2002/02/05  14:25:36
+        Log: EBCDIC: SHARP S is different.
+     Branch: perl
+          ! regexec.c utf8.h
+____________________________________________________________________________
+[ 14560] By: sky                                   on 2002/02/05  13:49:40
+        Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
+     Branch: perl
+          ! t/op/filetest.t
+____________________________________________________________________________
+[ 14559] By: sky                                   on 2002/02/05  11:39:24
+        Log: Add . first to the PATH environment to test that we really
+             get ./perl and not some other older perl.
+     Branch: perl
+          ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 14558] By: sky                                   on 2002/02/05  11:20:21
+        Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
+     Branch: perl
+          ! ext/POSIX/t/posix.t
+____________________________________________________________________________
+[ 14557] By: sky                                   on 2002/02/05  10:30:58
+        Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
+     Branch: perl
+          ! hints/darwin.sh perl.h
+____________________________________________________________________________
+[ 14556] By: nick                                  on 2002/02/05  06:58:52
+        Log: Integrate mainline
+     Branch: perlio
+         !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
+         !> ext/Encode/Encode.xs lib/File/Find/t/find.t
+         !> lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 14555] By: pudge                                 on 2002/02/05  02:20:45
+        Log: Integrate change #14439 from maintperl
+     Branch: maint-5.6/macperl
+         !> op.c
+____________________________________________________________________________
+[ 14554] By: jhi                                   on 2002/02/04  23:22:28
+        Log: Subject: [PATCH] File::Find tests not cleaning up properly
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 4 Feb 2002 22:09:07 +0100
+             Message-ID: <20020204220907.A8288@rafael>
+     Branch: perl
+          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 14553] By: jhi                                   on 2002/02/04  22:27:11
+        Log: Signedness mumblings from Tru64.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14552] By: jhi                                   on 2002/02/04  22:22:16
+        Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 04 Feb 2002 17:16:00 -0600
+             Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
+     Branch: perl
+          ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14551] By: nick                                  on 2002/02/04  16:00:31
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
+         !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
+         !> regcomp.c
+____________________________________________________________________________
+[ 14550] By: jhi                                   on 2002/02/04  14:47:00
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14549] By: jhi                                   on 2002/02/04  13:57:42
+        Log: Comment microtweaks.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 14548] By: jhi                                   on 2002/02/04  13:32:00
+        Log: Subject: trivial docu patch
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 04 Feb 2002 08:15:19 +0100
+             Message-ID: <m3pu3l7m60.fsf@anima.de>
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 14547] By: jhi                                   on 2002/02/04  13:30:55
+        Log: Subject: [PATCH] (??{ }) anomaly
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Sun, 03 Feb 2002 20:21:45 -0800
+             Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14546] By: jhi                                   on 2002/02/04  04:41:02
+        Log: Integrate perlio.
+             
+             Carry on where we left off if we have to grow destination
+             SV during XS encode/decode
+             
+             Remove debugging warning, be consistent about API fails.
+     Branch: perl
+         !> ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14545] By: nick                                  on 2002/02/03  20:03:38
+        Log: Remove debugging warning, be consistent about API fails.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14544] By: nick                                  on 2002/02/03  19:47:48
+        Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14543] By: jhi                                   on 2002/02/03  19:06:06
+        Log: Subject: PATCH CPAN.pm
+             From: Mark-Jason Dominus <mjd@plover.com>
+             Date: Sun, 03 Feb 2002 12:36:36 -0500
+             Message-ID: <20020203173636.27451.qmail@plover.com>
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 14542] By: jhi                                   on 2002/02/03  19:05:13
+        Log: Must search further back.
+     Branch: perl
+          ! lib/h2xs.t
+____________________________________________________________________________
+[ 14541] By: nick                                  on 2002/02/03  18:52:09
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 29 files)
+____________________________________________________________________________
+[ 14540] By: jhi                                   on 2002/02/03  18:33:53
+        Log: EBCDIC: more natification.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14539] By: jhi                                   on 2002/02/03  18:32:31
+        Log: Debug noise.
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14538] By: jhi                                   on 2002/02/03  18:13:07
+        Log: Integrate perlio;
+             
+             Stable intermediate point in Encode cleanup.
+             :encode(euc-jp) works on Dan's table.euc
+             Much buffer copying and other silliness remains.
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs
+         !> ext/Encode/lib/Encode/Encoding.pm
+____________________________________________________________________________
+[ 14537] By: jhi                                   on 2002/02/03  17:57:31
+        Log: Prettify.
+     Branch: perl
+          ! lib/unicore/mktables
+____________________________________________________________________________
+[ 14536] By: nick                                  on 2002/02/03  17:32:03
+        Log: Stable intermediate point in Encode cleanup.
+             :encode(euc-jp) works on Dan's table.euc
+             Much buffer copying and other silliness remains.
+     Branch: perlio
+          ! ext/Encode/Encode.pm ext/Encode/Encode.xs
+          ! ext/Encode/lib/Encode/Encoding.pm
+____________________________________________________________________________
+[ 14535] By: jhi                                   on 2002/02/03  17:29:57
+        Log: EBCDIC: it's much nicer to compare Unicode code points
+             to Unicode code points.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14534] By: jhi                                   on 2002/02/03  17:04:34
+        Log: EBCDIC: character classes must remap the low 256.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14533] By: jhi                                   on 2002/02/03  16:05:12
+        Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
+     Branch: perl
+          ! lib/I18N/LangTags/List.pm
+____________________________________________________________________________
+[ 14532] By: jhi                                   on 2002/02/03  15:36:36
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod
+____________________________________________________________________________
+[ 14531] By: jhi                                   on 2002/02/03  15:35:28
+        Log: Integrate perlio;
+             
+             Re-indent Encode.xs
+             
+             Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
+             (Mis-feature discovered by Encode.)
+     Branch: perl
+         !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
+____________________________________________________________________________
+[ 14530] By: jhi                                   on 2002/02/03  15:30:24
+        Log: Subject: [PATCH] lstat FH and -l FH warnings
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 2 Feb 2002 22:24:54 +0100           
+             Message-ID: <20020202222454.A11608@rafael>       
+     Branch: perl
+          ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
+          ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
+____________________________________________________________________________
+[ 14529] By: jhi                                   on 2002/02/03  15:27:26
+        Log: Subject: [PATCH t/op/taint.t] remove possible false positive
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 2 Feb 2002 13:11:01 +0100           
+             Message-ID: <20020202131101.A722@rafael>               
+             
+             Subject: [PATCH t/op/ver.t] another false positive
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 2 Feb 2002 13:38:22 +0100           
+             Message-ID: <20020202133822.E722@rafael>         
+             
+             Subject: [PATCH] t/test.pl:ok() doesn't work
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
+             Date: Sun, 03 Feb 2002 00:02:38 -0800          
+             Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
+     Branch: perl
+          ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
+          ! t/test.pl
+____________________________________________________________________________
+[ 14528] By: jhi                                   on 2002/02/03  15:26:33
+        Log: Subject: [PATCH @13746] OS2::Process's constants
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 2 Feb 2002 01:00:55 -0500           
+             Message-ID: <20020202010055.A12924@math.ohio-state.edu>
+     Branch: perl
+          ! os2/OS2/Process/Makefile.PL
+____________________________________________________________________________
+[ 14527] By: jhi                                   on 2002/02/03  15:16:46
+        Log: Subject: [PATCH @13746] h2xs   
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Sat, 2 Feb 2002 00:58:44 -0500           
+             Message-ID: <20020202005844.A12756@math.ohio-state.edu>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 14526] By: nick                                  on 2002/02/03  14:54:18
+        Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
+             (Mis-feature discovered by Encode.)
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[ 14525] By: jhi                                   on 2002/02/02  16:44:58
+        Log: EBCDIC: since #14519 made \N{...} to remap,
+             the test cannot expect an ASCII code point.
+     Branch: perl
+          ! lib/charnames.t
+____________________________________________________________________________
+[ 14524] By: jhi                                   on 2002/02/02  05:03:24
+        Log: Sub-MANIFEST-tweak.
+     Branch: perl
+          ! ext/Encode/MANIFEST
+____________________________________________________________________________
+[ 14523] By: jhi                                   on 2002/02/02  02:54:44
+        Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Fri, 01 Feb 2002 23:51:03 +0900
+             Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/lib/Encode/Tcl/Escape.pm
+____________________________________________________________________________
+[ 14522] By: jhi                                   on 2002/02/02  02:53:29
+        Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! README.solaris hints/solaris_2.sh
+____________________________________________________________________________
+[ 14521] By: jhi                                   on 2002/02/02  02:08:42
+        Log: EBCDIC: no hope to get the low 256 right in unifolding.
+     Branch: perl
+          ! t/uni/fold.t
+____________________________________________________________________________
+[ 14520] By: jhi                                   on 2002/02/02  02:02:13
+        Log: todo entry for missing pack formats.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 14519] By: jhi                                   on 2002/02/02  01:31:50
+        Log: EBCDIC: the low 256 \N{...} need to be remapped.
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 14518] By: nick                                  on 2002/02/01  18:32:03
+        Log: indent -kr -nce and some manual tweaks to match perl style.
+     Branch: perlio
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14517] By: nick                                  on 2002/02/01  18:20:46
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
+         !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
+         !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
+         !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
+         !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
+         !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
+         !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
+____________________________________________________________________________
+[ 14516] By: jhi                                   on 2002/02/01  16:46:16
+        Log: Integrate perlio; 
+             
+             Minor Encode tweaks:
+             - move Encode.pm back to top of Encode like normal XS extension
+             - avoid .def as a file extension (Win32 builds)
+     Branch: perl
+          ! MANIFEST
+         !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
+         !> ext/Encode/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[ 14515] By: nick                                  on 2002/02/01  16:27:59
+        Log: Minor Encode tweaks:
+             - move Encode.pm back to top of Encode like normal XS extension
+             - avoid .def as a file extension (Win32 builds)
+     Branch: perlio
+         +> ext/Encode/Encode.pm
+          - ext/Encode/lib/Encode.pm
+          ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
+          ! ext/Encode/Makefile.PL ext/Encode/compile
+____________________________________________________________________________
+[ 14514] By: jhi                                   on 2002/02/01  14:45:26
+        Log: Subject: [PATCH utf8.t] temp file not cleaned up
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 1 Feb 2002 15:47:46 +0100
+             Message-ID: <20020201154746.A24079@rafael>
+     Branch: perl
+          ! t/io/utf8.t
+____________________________________________________________________________
+[ 14513] By: jhi                                   on 2002/02/01  14:44:39
+        Log: Subject: [PATCH] make "lstat FH" croak
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 1 Feb 2002 15:12:50 +0100
+             Message-ID: <20020201151250.A738@rafael>
+     Branch: perl
+          ! pod/perldiag.pod pp_sys.c t/op/stat.t
+____________________________________________________________________________
+[ 14512] By: jhi                                   on 2002/02/01  14:42:58
+        Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
+             From: Kay Röpke <kroepke@dolphin-services.de>
+             Date: Fri, 1 Feb 2002 01:10:43 +0100
+             Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14511] By: jhi                                   on 2002/02/01  05:17:59
+        Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
+             I got it in Tru64 + ithreads but only without -g, took
+             some debugging by printf (which was no fun either since
+             adding some debug printfs hid the error)
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 14510] By: jhi                                   on 2002/01/31  22:48:13
+        Log: Subject: Re: [PATCH] perl -V:
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
+             Date: Thu, 31 Jan 2002 12:10:20 -0800
+             Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
+             
+             Subject: Re: [PATCH] perl -V:
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 31 Jan 2002 16:43:13 -0500
+             Message-ID: <20020131214313.GH6498@blackrider>
+     Branch: perl
+          ! t/run/switches.t
+____________________________________________________________________________
+[ 14509] By: jhi                                   on 2002/01/31  21:30:46
+        Log: #14505 effect.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 14508] By: jhi                                   on 2002/01/31  16:57:18
+        Log: Daniel S. Lewart adopts the Math::Complex.
+     Branch: perl
+          ! lib/Math/Complex.pm
+____________________________________________________________________________
+[ 14507] By: jhi                                   on 2002/01/31  16:54:44
+        Log: More Complex DWIMmery.
+     Branch: perl
+          ! lib/Math/Complex.pm lib/Math/Complex.t
+____________________________________________________________________________
+[ 14506] By: jhi                                   on 2002/01/31  15:27:49
+        Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 31 Jan 2002 14:37:52 +0100
+             Message-ID: <20020131143752.A1452@rafael>
+     Branch: perl
+          ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
+____________________________________________________________________________
+[ 14505] By: jhi                                   on 2002/01/31  15:26:41
+        Log: Turn the I/O Unicode error by default on, but the
+             character-generating Unicode error by default off,
+             as Larry suggested.
+     Branch: perl
+          ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
+          ! utf8.c
+____________________________________________________________________________
+[ 14504] By: jhi                                   on 2002/01/31  14:08:44
+        Log: Subject: [PATCH] open.pm minor cleanup
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 31 Jan 2002 15:03:02 +0100
+             Message-ID: <20020131150302.C1452@rafael>
+     Branch: perl
+          ! lib/open.pm
+____________________________________________________________________________
+[ 14503] By: jhi                                   on 2002/01/30  15:28:29
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14502] By: jhi                                   on 2002/01/30  14:32:25
+        Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Wed, 30 Jan 2002 11:58:33 GMT
+             Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
+     Branch: perl
+          ! lib/CPAN.pm
+____________________________________________________________________________
+[ 14501] By: jhi                                   on 2002/01/30  14:20:32
+        Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
+             re-sort MANIFEST.
+     Branch: perl
+          + ext/Encode/Encode.pm
+          - ext/Encode/lib/Encode.pm
+          ! MANIFEST ext/Encode/Makefile.PL
+____________________________________________________________________________
+[ 14500] By: jhi                                   on 2002/01/30  14:05:13
+        Log: Integrate perlio;
+             
+             Collect some stats during compile process.
+             Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
+             as one XS - inconclusive - marginal win?
+             Add some comments to encode.h
+     Branch: perl
+         !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
+         !> ext/Encode/encode.h
+____________________________________________________________________________
+[ 14499] By: nick                                  on 2002/01/30  09:57:47
+        Log: Collect some stats during compile process.
+             Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
+             as one XS - inconclusive - marginal win?
+             Add some comments to encode.h
+     Branch: perlio
+          ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
+          ! ext/Encode/encode.h
+____________________________________________________________________________
+[ 14498] By: nick                                  on 2002/01/30  07:27:55
+        Log: Integrate Jarkko's path/INC tweaks
+     Branch: perlio
+         !> ext/Encode/compile
+____________________________________________________________________________
+[ 14497] By: jhi                                   on 2002/01/30  04:40:56
+        Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 29 Jan 2002 01:13:09 -0800
+             Message-ID: <lemV8gzkgu/K092yn@efn.org>
+     Branch: perl
+          ! configpm
+____________________________________________________________________________
+[ 14496] By: jhi                                   on 2002/01/30  01:55:57
+        Log: Subject: [PATCH t/op/inccode.t] new test
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 29 Jan 2002 22:03:45 +0100
+             Message-ID: <20020129220345.A704@rafael>
+     Branch: perl
+          ! t/op/inccode.t
+____________________________________________________________________________
+[ 14495] By: jhi                                   on 2002/01/30  01:01:26
+        Log: EBCDIC: t/op/lc.t now passes.
+     Branch: perl
+          ! t/op/lc.t
+____________________________________________________________________________
+[ 14494] By: jhi                                   on 2002/01/30  00:41:52
+        Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14493] By: jhi                                   on 2002/01/29  22:32:05
+        Log: Must find stuff during build.
+     Branch: perl
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14492] By: jhi                                   on 2002/01/29  22:24:54
+        Log: Integrate with perlio;
+             
+             Basics of a compiled Encode XS extension
+     Branch: perl
+         +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
+         +> ext/Encode/Encode/euc-jp.ucm
+         !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
+         !> ext/Encode/encode.h
+____________________________________________________________________________
+[ 14491] By: jhi                                   on 2002/01/29  22:23:25
+        Log: EBCDIC tweaks-- no new test passes, but getting closer.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14490] By: nick                                  on 2002/01/29  21:20:57
+        Log: Basics of a compiled Encode XS extension
+     Branch: perlio
+          + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
+          + ext/Encode/Encode/euc-jp.ucm
+          ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
+          ! ext/Encode/encode.h
+____________________________________________________________________________
+[ 14489] By: nick                                  on 2002/01/29  18:40:54
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
+         +> ext/Encode/lib/Encode/Encoding.pm
+         +> ext/Encode/lib/Encode/Internal.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/HanZi.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/lib/EncodeFormat.pod ext/Encode/t/Encode.t
+         +> ext/Encode/t/Tcl.t
+          - ext/Encode.t ext/Encode/Encode.pm
+          - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
+          - ext/Encode/Encode/Tcl.t ext/Encode/Todo
+         !> (integrate 33 files)
+____________________________________________________________________________
+[ 14488] By: jhi                                   on 2002/01/29  16:38:58
+        Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
+             From: Richard Clamp <richardc@unixbeard.net>
+             Date: Mon, 28 Jan 2002 02:17:55 +0000
+             Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
+     Branch: perl
+          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 14487] By: jhi                                   on 2002/01/29  14:23:03
+        Log: OS/390 seems to do length 0 udp reads, Nicholas says
+             skippage is for now the best cause of action.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14486] By: jhi                                   on 2002/01/29  14:09:21
+        Log: Encode cleanup from Dan Kogai; reworked even further.
+     Branch: perl
+          + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
+          + ext/Encode/lib/Encode/Encoding.pm
+          + ext/Encode/lib/Encode/Internal.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/HanZi.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/lib/EncodeFormat.pod ext/Encode/t/Encode.t
+          + ext/Encode/t/Tcl.t
+          - ext/Encode.t ext/Encode/Encode.pm
+          - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
+          - ext/Encode/Encode/Tcl.t ext/Encode/Todo
+          ! MANIFEST ext/Encode/Encode/8859-1.ucm
+          ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
+          ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
+          ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
+          ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
+          ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
+          ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
+          ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
+          ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
+          ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
+          ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
+          ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
+          ! ext/Encode/compile
+____________________________________________________________________________
+[ 14485] By: jhi                                   on 2002/01/28  23:17:20
+        Log: Workaround for DJGPP broken F_GETFL from Laszlo.
+     Branch: perl
+          ! djgpp/djgpp.c perlio.c
+____________________________________________________________________________
+[ 14484] By: jhi                                   on 2002/01/28  23:15:22
+        Log: Prettier printing from Michael Schwern.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 14483] By: jhi                                   on 2002/01/28  23:08:27
+        Log: Show also the debug and debugcolor as known pragmas.
+     Branch: perl
+          ! ext/re/re.pm
+____________________________________________________________________________
+[ 14482] By: jhi                                   on 2002/01/28  22:08:38
+        Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Mon, 28 Jan 2002 16:30:30 -0600
+             Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
+     Branch: perl
+          ! ext/B/t/assembler.t
+____________________________________________________________________________
+[ 14481] By: jhi                                   on 2002/01/28  21:58:44
+        Log: metaconfig unit change for #14480.
+     Branch: metaconfig
+          ! U/modified/Init.U
+____________________________________________________________________________
+[ 14480] By: jhi                                   on 2002/01/28  21:57:37
+        Log: DJGPP needs to know its exe soon, too.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14479] By: jhi                                   on 2002/01/28  21:36:34
+        Log: Round #2 on EBCDICation.
+     Branch: perl
+          ! t/op/append.t
+____________________________________________________________________________
+[ 14478] By: jhi                                   on 2002/01/28  21:19:40
+        Log: Integrate perlio;
+             
+             Set makefile.mk CCHOME etc. for default locations of MinGW and free
+             Borland compilers. (Borland builds one or two oddities.)
+     Branch: perl
+         !> win32/config.bc win32/makefile.mk
+____________________________________________________________________________
+[ 14477] By: nick                                  on 2002/01/28  20:12:31
+        Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
+             Borland compilers. (Borland builds one or two oddities.)
+     Branch: perlio
+          ! win32/config.bc win32/makefile.mk
+____________________________________________________________________________
+[ 14476] By: nick                                  on 2002/01/28  18:43:47
+        Log: Integrate mainline
+     Branch: perlio
+         !> Configure hints/hpux.sh
+____________________________________________________________________________
+[ 14475] By: nick                                  on 2002/01/28  17:15:12
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
+         !> patchlevel.h pp_sys.c t/lib/warnings/perl
+____________________________________________________________________________
+[ 14474] By: jhi                                   on 2002/01/28  17:12:51
+        Log: metaconfig unit change for #14472.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
+[ 14473] By: jhi                                   on 2002/01/28  17:12:27
+        Log: Misunderstood Merijn's patch.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 14472] By: jhi                                   on 2002/01/28  17:11:58
+        Log: Misapplied Merijn's patch.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14471] By: jhi                                   on 2002/01/28  14:51:20
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14470] By: jhi                                   on 2002/01/28  14:33:36
+        Log: BeOS has sockets but not true ones.
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 14469] By: jhi                                   on 2002/01/28  14:04:44
+        Log: metaconfig unit change for #14467.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
+[ 14468] By: jhi                                   on 2002/01/28  14:03:01
+        Log: For some strange reason under the smoke harness the alignment
+             test hangs in HP-UX 10.20.  So hint it to avoid the test.
+     Branch: perl
+          ! hints/hpux.sh
+____________________________________________________________________________
+[ 14467] By: jhi                                   on 2002/01/28  14:00:32
+        Log: Allow d_u32align to be hinted.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14466] By: jhi                                   on 2002/01/28  13:41:18
+        Log: The shift key is important.
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[ 14465] By: jhi                                   on 2002/01/28  13:36:15
+        Log: The "used only once" warnings (from gv_check) come
+             in pseudorandom hash order-- in EBCDIC the order
+             is different.  Add a new option that allow the warnings
+             to come in any order (Paul Marquess).
+     Branch: perl
+          ! lib/warnings.t t/lib/warnings/perl
+____________________________________________________________________________
+[ 14464] By: jhi                                   on 2002/01/28  13:04:58
+        Log: Integrate perlio; the 0nothread test failure without threads.
+     Branch: perl
+         !> ext/threads/shared/t/0nothread.t
+____________________________________________________________________________
+[ 14463] By: nick                                  on 2002/01/28  08:22:36
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 37 files)
+____________________________________________________________________________
+[ 14462] By: nick                                  on 2002/01/28  08:09:53
+        Log: 1st attempt at skipping broke threads case.
+     Branch: perlio
+          ! ext/threads/shared/t/0nothread.t
+____________________________________________________________________________
+[ 14461] By: nick                                  on 2002/01/28  07:25:58
+        Log: Skip new threads::shared test unless -Duseithreads
+     Branch: perlio
+          ! ext/threads/shared/t/0nothread.t
+____________________________________________________________________________
+[ 14460] By: jhi                                   on 2002/01/28  03:37:30
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
+          ! pod/perlfaq9.pod
+____________________________________________________________________________
+[ 14459] By: jhi                                   on 2002/01/28  02:28:10
+        Log: Upgrade to podlators 1.20.
+     Branch: perl
+          ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 14458] By: jhi                                   on 2002/01/28  01:36:28
+        Log: Retract #14448, a better patch coming up.
+     Branch: perl
+          ! lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 14457] By: jhi                                   on 2002/01/28  01:31:40
+        Log: EBCDIC portability.
+     Branch: perl
+          ! t/op/append.t
+____________________________________________________________________________
+[ 14456] By: jhi                                   on 2002/01/27  23:49:40
+        Log: Further cygwin installperl tweak from Gerrit P. Haase.
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 14455] By: jhi                                   on 2002/01/27  23:47:42
+        Log: A bug in Bulgarian EBCDIC locale (this sounds like
+             a Sherlock Holmes mystery...)  Well, a few more EBCDICs
+             locales failed, too.  The patch works around the bug by
+             skipping the test, but the real problem may be deeper
+             (affecting probably only EBCDIC platforms, though):
+             see the comment in locale.t for more details.
+     Branch: perl
+          ! lib/locale.t
+____________________________________________________________________________
+[ 14454] By: jhi                                   on 2002/01/27  22:37:48
+        Log: metaconfig unit change for #14453.
+     Branch: metaconfig/U/perl
+          ! libperl.U
+____________________________________________________________________________
+[ 14453] By: jhi                                   on 2002/01/27  22:36:08
+        Log: Subject: Bleadperl on Cygwin today
+             From: "Gerrit P. Haase" <gp@familiehaase.de>              
+             Date: Sun, 27 Jan 2002 22:30:41 +0100
+             Message-ID: <462007239437.20020127223041@familiehaase.de>
+     Branch: perl
+          ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
+          ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
+          ! lib/ExtUtils/t/MM_Cygwin.t
+____________________________________________________________________________
+[ 14452] By: jhi                                   on 2002/01/27  21:57:56
+        Log: Unfinished EBCDIC branch.
+     Branch: perl
+          ! t/op/ver.t
+____________________________________________________________________________
+[ 14451] By: jhi                                   on 2002/01/27  21:47:29
+        Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
+     Branch: perl
+          ! ext/B/B.xs ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14450] By: jhi                                   on 2002/01/27  21:44:37
+        Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
+             platforms.
+     Branch: perl
+          ! ext/B/t/stash.t
+____________________________________________________________________________
+[ 14449] By: jhi                                   on 2002/01/27  19:34:56
+        Log: Apparently no need for EBCDIC exception any more.
+     Branch: perl
+          ! ext/B/t/showlex.t
+____________________________________________________________________________
+[ 14448] By: jhi                                   on 2002/01/27  18:48:17
+        Log: (retracted by #14458)
+             (Russ Allbery) OS/390 is using a high-bit character for ESC,
+             skip the test for now.  A better fix would be to override
+             the notion of the platform's escape sequence in the test
+             of Pod::Text::Termcap.  We may have to apply a filter to
+             the output to substitute back in the ESC character that
+             the test expects, but only on OS/390.
+     Branch: perl
+          ! lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 14447] By: jhi                                   on 2002/01/27  18:19:01
+        Log: Detypo.
+     Branch: perl
+          ! ext/Devel/Peek/Peek.t
+____________________________________________________________________________
+[ 14446] By: jhi                                   on 2002/01/27  17:57:21
+        Log: OS/390 USS has a different idea of the pw* functions.
+             Also, test the name with eq, not with ==.
+     Branch: perl
+          ! lib/User/pwent.t
+____________________________________________________________________________
+[ 14445] By: jhi                                   on 2002/01/27  17:37:54
+        Log: O_RDONLY/O_WRONLY/O_RDWR portability.
+     Branch: perl
+          ! doio.c
+____________________________________________________________________________
+[ 14444] By: jhi                                   on 2002/01/27  16:32:32
+        Log: ASCIIisms.
+     Branch: perl
+          ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 14443] By: jhi                                   on 2002/01/27  15:59:31
+        Log: chr(42) ne '*'  if one is in EBCDIC.
+     Branch: perl
+          ! t/op/pack.t
+____________________________________________________________________________
+[ 14442] By: jhi                                   on 2002/01/27  15:26:52
+        Log: Subject: [PATCH] Fix up recent op/stat.t failures
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14441] By: jhi                                   on 2002/01/27  15:21:49
+        Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 27 Jan 2002 15:03:18 +0100
+             Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! lib/ExtUtils/t/Command.t
+____________________________________________________________________________
+[ 14440] By: jhi                                   on 2002/01/27  15:20:52
+        Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 27 Jan 2002 14:51:10 +0100
+             Message-ID: <20020127145110.A16332@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14439] By: gsar                                  on 2002/01/27  00:02:48
+        Log: integrate change#14431 from perlio branch (Nick's fix for
+             change#13474 to be more defensive about looking at pad entries
+             that may not exist yet)
+     Branch: maint-5.6/perl
+          ! op.c
+____________________________________________________________________________
+[ 14438] By: jhi                                   on 2002/01/26  23:56:53
+        Log: Comment to avoid later "cleanups."
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14437] By: jhi                                   on 2002/01/26  23:54:50
+        Log: USS V2R10 seems to be happier with env FOO=... cmd ...
+             instead of just FOO=... cmd ...
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14436] By: jhi                                   on 2002/01/26  23:14:04
+        Log: Overquoting bad (in UNIX one would get
+             Can't open perl script "'-I../lib'": No such file or directory)
+     Branch: perl
+          ! lib/Pod/t/Usage.t
+____________________________________________________________________________
+[ 14435] By: jhi                                   on 2002/01/26  22:41:05
+        Log: Integrate perlio;
+             
+             "All tests successful" VC6.0 Win32
+             (Update config.vc to need cppstdin so those tests are skipped...)
+     Branch: perl
+         !> win32/config.vc win32/config_H.bc win32/config_H.gc
+         !> win32/config_H.vc
+____________________________________________________________________________
+[ 14434] By: nick                                  on 2002/01/26  22:27:08
+        Log: "All tests successful" VC6.0 Win32
+             (Update config.vc to need cppstdin so those tests are skipped...)
+     Branch: perlio
+          ! win32/config.vc win32/config_H.bc win32/config_H.gc
+          ! win32/config_H.vc
+____________________________________________________________________________
+[ 14433] By: jhi                                   on 2002/01/26  21:38:56
+        Log: Integrate perlio;
+             
+             1st two tests of File/Find/t/find.t and taint.t were run after 
+             calling cleanup(). If previous fail had left for_find directory,
+             but no content in it then cleanup() returned cd'ed to that directory.
+             So tests failed. Fixed cleanup()-s.
+             
+             If we get to sighandler by mistake (no perl handler set) then
+             warn() and exit() rather than die() - should never happen
+             but if it does context needed to die is likely to be trashed
+             as well.
+             
+             Win32 signal emulation cleanup.
+             
+             Tinkering with thread cleanup mutex-ing - not the problem 
+             (op.c is) but could have been...
+             
+             Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
+             Should really be looked at by someone that knows about pads.
+             
+             Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
+             for CRLF line endings.
+     Branch: perl
+         !> ext/threads/threads.xs lib/File/Find/t/find.t
+         !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
+         !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
+____________________________________________________________________________
+[ 14432] By: nick                                  on 2002/01/26  21:10:38
+        Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
+             for CRLF line endings.
+     Branch: perlio
+          ! lib/Filter/Simple.pm
+____________________________________________________________________________
+[ 14431] By: nick                                  on 2002/01/26  21:08:35
+        Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
+             Should really be looked at by someone that knows about pads.
+     Branch: perlio
+          ! op.c
+____________________________________________________________________________
+[ 14430] By: jhi                                   on 2002/01/26  20:54:16
+        Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
+             From: "Craig A. Berry" <craigberry@mac.com>       
+             Date: Sat, 26 Jan 2002 11:19:44 -0600
+             Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
+     Branch: perl
+          ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
+____________________________________________________________________________
+[ 14429] By: nick                                  on 2002/01/26  18:04:22
+        Log: Tinkering with thread cleanup mutex-ing - not the problem 
+             (op.c is) but could have been...
+     Branch: perlio
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 14428] By: nick                                  on 2002/01/26  18:03:13
+        Log: Win32 signal emulation cleanup.
+     Branch: perlio
+          ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
+____________________________________________________________________________
+[ 14427] By: nick                                  on 2002/01/26  13:59:33
+        Log: If we get to sighandler by mistake (no perl handler set) then
+             warn() and exit() rather than die() - should never happen
+             but if it does context needed to die is likely to be trashed
+             as well.
+     Branch: perlio
+          ! mg.c
+____________________________________________________________________________
+[ 14426] By: nick                                  on 2002/01/26  13:56:23
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
+         !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
+         !> t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14425] By: nick                                  on 2002/01/26  08:11:33
+        Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
+             calling cleanup(). If previous fail had left for_find directory,
+             but no content in it then cleanup() returned cd'ed to that directory.
+             So tests failed. Fixed cleanup()-s.
+     Branch: perlio
+          ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
+____________________________________________________________________________
+[ 14424] By: jhi                                   on 2002/01/25  22:10:11
+        Log: Integrate perlio;
+             
+             Fix winsystem.t's attempt to build showav.exe to work
+             with gcc (which writes a.exe unless told with -o ).
+             Also put in a few more fail-safes to check .exe got
+             built somehow.
+             
+             More Win32 tuning
+             
+             Save $! so that other syscalls don't disturb it before
+             we test it.
+     Branch: perl
+         !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
+         !> t/op/winsystem.t
+____________________________________________________________________________
+[ 14423] By: jhi                                   on 2002/01/25  22:08:09
+        Log: Subject: [PATCH] new test in op/universal.t
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 25 Jan 2002 23:17:33 +0100
+             Message-ID: <20020125231733.A11733@rafael>
+     Branch: perl
+          ! t/op/universal.t
+____________________________________________________________________________
+[ 14422] By: nick                                  on 2002/01/25  21:37:03
+        Log: Save $! so that other syscalls don't disturb it before 
+             we test it.
+     Branch: perlio
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14421] By: nick                                  on 2002/01/25  19:05:57
+        Log: More Win32 tuning
+     Branch: perlio
+          ! t/op/stat.t t/op/taint.t
+____________________________________________________________________________
+[ 14420] By: nick                                  on 2002/01/25  18:21:42
+        Log: Fix winsystem.t's attempt to build showav.exe to work 
+             with gcc (which writes a.exe unless told with -o ).
+             Also put in a few more fail-safes to check .exe got 
+             built somehow.
+     Branch: perlio
+          ! t/op/winsystem.t
+____________________________________________________________________________
+[ 14419] By: jhi                                   on 2002/01/25  17:25:05
+        Log: Subject: [Patch Encode.xs] calculation of need overflows
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Sat, 26 Jan 2002 00:58:50 +0900
+             Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
+     Branch: perl
+          ! ext/Encode/Encode.xs
+____________________________________________________________________________
+[ 14418] By: jhi                                   on 2002/01/25  16:28:40
+        Log: Integrate changes 13474+13478+13584 from maintperl;
+             anon sub leakage.
+     Branch: perl
+          ! op.c t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14417] By: jhi                                   on 2002/01/25  15:34:18
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14416] By: jhi                                   on 2002/01/25  15:04:25
+        Log: Integrate perlio; extensive threads and threads::shared work
+             (note that the below is a chronological list of perlio
+             check-in entries since the last integrate)
+             
+             Nearly-working threads re-structuring. Do not integrate,
+             submit-ing to get to Win32, and as "off site" backup.
+             
+             threads work again on Win32. (Not threads::shared yet)
+             Submit to see if they do on Linux.
+             
+             Add new threads/typemap to MANIFEST
+             
+             XS side of new threads::shared designed, coded and compiles,
+             and mostly commented but is totaly untested.
+             submit in case anyone wants a preview.
+             
+             Miss mg_len == 0 meaning don't Safefree
+             
+             Shared scalars working, some shared array ops working.
+             
+             Implement recursive lock and use of scope for PL_sharedsv_space,
+             so now croak() from asserts does not leave locks.
+             Make hv_simple compile (new prototype for debugging probe).
+             
+             thread::shared nearly working again - remaining issue
+             is references withing shared space.
+             Added bulk test with no threads involved (for debugging)
+             Tuned tests to skip those needing _thrcnt
+             
+             SvTEMP_off to stop private PV's being stolen and stored in shared space
+             
+             Except Win32 from echo tests. (Alarm does not break into connect)
+             
+             Expand command line test globs on Win32.
+             
+             threads::shared tidy up:
+             - Add _id() function to shared.xs so we can test refs point at same thing.
+             - Use that rather that comparing stringified ref in shared/t/hv_refs.t
+             - Allow no_share to pass if sharing to works despite mis-ordering.
+             - Change docs of threads to document ->create() (as used in tests),
+             and not mention "new".
+             
+             Linux/NFS hackery was not faking right number of passes.
+     Branch: perl
+         +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
+         +> ext/threads/typemap
+          - ext/threads/threads.h sharedsv.c sharedsv.h
+          ! NetWare/config_H.wc
+         !> (integrate 38 files)
+____________________________________________________________________________
+[ 14415] By: jhi                                   on 2002/01/25  14:33:43
+        Log: Subject: Re: perldebguts minor tweaks
+             From: Joe McMahon <mcmahon@metalab.unc.edu>
+             Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
+             Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[ 14414] By: jhi                                   on 2002/01/25  14:08:17
+        Log: metaconfig unit change for #14413.
+     Branch: metaconfig
+          ! U/modified/prototype.U
+____________________________________________________________________________
+[ 14413] By: jhi                                   on 2002/01/25  14:05:49
+        Log: Okay, you can come home now, _().
+     Branch: perl
+          ! config_h.SH
+____________________________________________________________________________
+[ 14412] By: nick                                  on 2002/01/25  11:01:49
+        Log: Integrate mainline
+             All but ../lib/Unicode/UCD.t pass.
+     Branch: perlio
+         +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
+         +> lib/unicore/CaseFolding.txt
+         +> lib/unicore/CompositionExclusions.txt
+         +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
+         +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
+         +> vos/vos.c
+          - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
+          - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
+          - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
+          - lib/unicore/NamesList.html lib/unicore/PropList.html
+          - lib/unicore/SpecCase.txt lib/unicore/UCD.html
+          - lib/unicore/Unicode.html lib/unicore/Unicode.txt
+          - lib/unicore/rename
+         !> (integrate 424 files)
+____________________________________________________________________________
+[ 14411] By: nick                                  on 2002/01/25  09:45:13
+        Log: Linux/NFS hackery was not faking right number of passes.
+     Branch: perlio
+          ! t/io/fs.t
+____________________________________________________________________________
+[ 14410] By: nick                                  on 2002/01/25  09:35:07
+        Log: threads::shared tidy up:
+             - Add _id() function to shared.xs so we can test refs point at same thing.
+             - Use that rather that comparing stringified ref in shared/t/hv_refs.t
+             - Allow no_share to pass if sharing to works despite mis-ordering.
+             - Change docs of threads to document ->create() (as used in tests),
+             and not mention "new".
+     Branch: perlio
+          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
+          ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 14409] By: jhi                                   on 2002/01/24  21:08:35
+        Log: Subject: perldebguts minor tweaks
+             From: Joe McMahon <mcmahon@metalab.unc.edu>
+             Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
+             Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[ 14408] By: jhi                                   on 2002/01/24  20:58:15
+        Log: Subject: [PATCH] perldebguts.pod [bleadperl]
+             From: Peter Scott <Peter@PSDT.com>
+             Date: Thu, 24 Jan 2002 08:51:34 -0800
+             Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
+     Branch: perl
+          ! pod/perldebguts.pod
+____________________________________________________________________________
+[ 14407] By: jhi                                   on 2002/01/24  20:55:34
+        Log: Few more paranoia checks for Unicode hash keys.
+     Branch: perl
+          ! t/op/each.t
+____________________________________________________________________________
+[ 14406] By: jhi                                   on 2002/01/24  18:03:02
+        Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14405] By: jhi                                   on 2002/01/24  15:44:31
+        Log: The
+             
+             Subject: Very old debugger UTF-8 bug
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 24 Jan 2002 12:45:44 +0100
+             Message-ID: <m3y9iot1jr.fsf@anima.de>
+             
+             still broken, but this should work as a stopgap
+             measure to stop pp_match accessing naughty data.
+     Branch: perl
+          ! pod/perldiag.pod pp_hot.c
+____________________________________________________________________________
+[ 14404] By: jhi                                   on 2002/01/24  13:13:55
+        Log: metaconfig unit change for #14403.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
+[ 14403] By: jhi                                   on 2002/01/24  13:13:29
+        Log: Pacify picky compilers (this time Sun Workshop).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14402] By: jhi                                   on 2002/01/24  12:45:02
+        Log: Subject: Very old debugger UTF-8 bug
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 24 Jan 2002 12:45:44 +0100
+             Message-ID: <m3y9iot1jr.fsf@anima.de>
+     Branch: perl
+          ! lib/dumpvar.pl
+____________________________________________________________________________
+[ 14401] By: nick                                  on 2002/01/24  07:50:38
+        Log: Expand command line test globs on Win32.
+     Branch: perlio
+          ! t/harness
+____________________________________________________________________________
+[ 14400] By: jhi                                   on 2002/01/24  02:49:05
+        Log: Sprinkle some copyrights (use the oldest timestamp to
+             be found in the repository, which is most often not right,
+             but at least consistent)
+     Branch: perl
+          ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
+          ! fakesdio.h fakethr.h global.sym globals.c keywords.h
+          ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
+          ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
+          ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
+          ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
+          ! unixish.h xsutils.c
+____________________________________________________________________________
+[ 14399] By: pudge                                 on 2002/01/23  21:00:29
+        Log: Don't crash on Help for long text (bug #506672)
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPHelp.c
+____________________________________________________________________________
+[ 14398] By: pudge                                 on 2002/01/23  20:03:38
+        Log: Fix minor path problem
+     Branch: maint-5.6/macperl
+          ! macos/macperl/Droplets/tarzipme.plx
+____________________________________________________________________________
+[ 14397] By: pudge                                 on 2002/01/23  20:03:19
+        Log: Minor text changes
+     Branch: maint-5.6/macperl
+          ! macos/Perl.r
+____________________________________________________________________________
+[ 14396] By: pudge                                 on 2002/01/23  20:02:45
+        Log: Bump versions, dates, etc.
+     Branch: maint-5.6/macperl
+          ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
+____________________________________________________________________________
+[ 14395] By: pudge                                 on 2002/01/23  20:01:43
+        Log: coderefs in @INC and absolute paths
+     Branch: maint-5.6/macperl
+          ! embed.h pp_ctl.c proto.h
+____________________________________________________________________________
+[ 14394] By: pudge                                 on 2002/01/23  20:00:35
+        Log: Minor module thingys
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Controls/Controls.xs
+          ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
+          ! macos/ext/Mac/ImageCompression/ImageCompression.xs
+          ! macos/ext/Mac/InternetConfig/InternetConfig.pm
+          ! macos/ext/Mac/InternetConfig/InternetConfig.xs
+          ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
+          ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
+          ! macos/ext/Mac/MoreFiles/MoreFiles.pm
+          ! macos/ext/Mac/Movies/Movies.xs
+          ! macos/ext/Mac/Navigation/Navigation.pm
+          ! macos/ext/Mac/Navigation/Navigation.xs
+          ! macos/ext/Mac/Notification/Notification.xs
+          ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
+          ! macos/ext/Mac/Processes/Processes.xs
+          ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
+          ! macos/ext/Mac/QuickDraw/QuickDraw.pm
+          ! macos/ext/Mac/QuickDraw/QuickDraw.xs
+          ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
+          ! macos/ext/Mac/Resources/Resources.pm
+          ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
+          ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
+          ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
+          ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
+          ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
+____________________________________________________________________________
+[ 14393] By: nick                                  on 2002/01/23  19:52:19
+        Log: Except Win32 from echo tests. (Alarm does not break into connect)
+     Branch: perlio
+          ! ext/Socket/Socket.t
+____________________________________________________________________________
+[ 14392] By: nick                                  on 2002/01/23  19:31:57
+        Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
+     Branch: perlio
+          ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 14391] By: jhi                                   on 2002/01/23  18:48:45
+        Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
+     Branch: perl
+          ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
+          ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
+          ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
+          ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
+          ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
+          ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
+          ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
+          ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
+          ! x2p/util.c x2p/util.h x2p/walk.c
+____________________________________________________________________________
+[ 14390] By: jhi                                   on 2002/01/23  18:30:18
+        Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
+             therefore quite probably also obsolete code.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14389] By: jhi                                   on 2002/01/23  15:09:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14388] By: jhi                                   on 2002/01/23  15:04:06
+        Log: Small update on todo.  Could use a lot more.
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 14387] By: nick                                  on 2002/01/23  14:19:30
+        Log: thread::shared nearly working again - remaining issue
+             is references withing shared space.
+             Added bulk test with no threads involved (for debugging)
+             Tuned tests to skip those needing _thrcnt
+     Branch: perlio
+          + ext/threads/shared/t/0nothread.t
+          ! MANIFEST ext/threads/shared/shared.pm
+          ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
+          ! ext/threads/shared/t/hv_refs.t
+          ! ext/threads/shared/t/hv_simple.t
+          ! ext/threads/shared/t/sv_simple.t
+____________________________________________________________________________
+[ 14386] By: jhi                                   on 2002/01/23  14:19:01
+        Log: Subject: [ID 20020121.003] perldata doco bug
+             From: John Stumbles <jstumbles@bluearc.com>
+             Date: Mon, 21 Jan 2002 14:19:56 -0000
+             Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
+     Branch: perl
+          ! pod/perldata.pod
+____________________________________________________________________________
+[ 14385] By: jhi                                   on 2002/01/23  14:17:52
+        Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 21 Jan 2002 15:16:42 -0500
+             Message-ID: <20020121201642.GA6659@blackrider>
+     Branch: perl
+          ! embed.fnc embed.h proto.h t/op/universal.t universal.c
+____________________________________________________________________________
+[ 14384] By: jhi                                   on 2002/01/23  13:45:30
+        Log: Subject: [PATCH] Re: eval not catching warnings?
+             From: abigail@foad.org
+             Date: Wed, 23 Jan 2002 15:35:47 +0100
+             Message-ID: <20020123143547.24798.qmail@foad.org>
+     Branch: perl
+          ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 14383] By: jhi                                   on 2002/01/23  03:57:58
+        Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
+             From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
+             Date: Tue, 22 Jan 2002 17:00:54 -0800            
+             Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
+     Branch: perl
+          ! t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14382] By: jhi                                   on 2002/01/23  03:47:35
+        Log: metaconfig unit change for #14381.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
+[ 14381] By: jhi                                   on 2002/01/23  03:47:05
+        Log: HP-UX 10.20 cc pacifying from Merijn.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14380] By: jhi                                   on 2002/01/23  03:41:26
+        Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
+             From: "Craig A. Berry" <craigberry@mac.com> 
+             Date: Tue, 22 Jan 2002 22:14:26 -0600
+             Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
+     Branch: perl
+          ! vms/test.com
+____________________________________________________________________________
+[ 14379] By: jhi                                   on 2002/01/23  03:11:31
+        Log: AIX cpp bug: having macro arguments and character constants
+             "the same" means trouble (here s and 's')
+             What broke now was 841 and 842 of t/op/pat.t, because of the
+             ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
+             (note that breakage happened only under cc_r and usethreads+
+             useithreads)
+     Branch: perl
+          ! utf8.h
+____________________________________________________________________________
+[ 14378] By: nick                                  on 2002/01/22  20:33:15
+        Log: Implement recursive lock and use of scope for PL_sharedsv_space,
+             so now croak() from asserts does not leave locks.
+             Make hv_simple compile (new prototype for debugging probe).
+     Branch: perlio
+          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          ! ext/threads/shared/t/hv_simple.t
+____________________________________________________________________________
+[ 14377] By: nick                                  on 2002/01/22  17:32:21
+        Log: Shared scalars working, some shared array ops working.
+     Branch: perlio
+          ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
+          ! ext/threads/shared/t/sv_refs.t
+          ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
+____________________________________________________________________________
+[ 14376] By: jhi                                   on 2002/01/22  16:46:48
+        Log: Subject: [PATCH] Support truncate() in VOS port
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Mon, 21 Jan 02 23:27 est
+             Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
+     Branch: perl
+          + vos/vos.c
+          ! MANIFEST hints/vos.sh vos/vosish.h
+____________________________________________________________________________
+[ 14375] By: jhi                                   on 2002/01/22  16:38:06
+        Log: metaconfig unit changes for #14374.  Couldn't figure
+             how to get completely rid of _() (some weird dependency
+             pulling it in?) so renamed it as PROTO_().
+     Branch: metaconfig
+          + U/modified/d_shmat.U U/modified/prototype.U
+          ! U/protos/d_drand48proto.U
+     Branch: metaconfig/U/perl
+          ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
+____________________________________________________________________________
+[ 14374] By: jhi                                   on 2002/01/22  16:36:41
+        Log: Get rid of the _() macro since (1) we require ANSI anyway
+             (2) Other software (GNU) seems to use it and we don't need it,
+             so let's give it up.
+     Branch: perl
+          ! Configure Porting/Glossary Porting/config.sh Porting/config_H
+          ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
+          ! plan9/config.plan9 pod/perltoc.pod uconfig.h
+          ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
+          ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
+          ! wince/config.h wince/config_H.ce
+____________________________________________________________________________
+[ 14373] By: nick                                  on 2002/01/22  10:10:48
+        Log: Miss mg_len == 0 meaning don't Safefree
+     Branch: perlio
+          ! mg.c
+____________________________________________________________________________
+[ 14372] By: nick                                  on 2002/01/21  22:34:06
+        Log: XS side of new threads::shared designed, coded and compiles,
+             and mostly commented but is totaly untested.
+             submit in case anyone wants a preview.
+     Branch: perlio
+          + ext/threads/shared/typemap
+          ! MANIFEST ext/threads/shared/shared.pm
+          ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 14371] By: jhi                                   on 2002/01/21  19:36:04
+        Log: Subject: [BUG] /\_/ an unrecognized escape?
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Mon, 21 Jan 2002 15:22:54 -0500
+             Message-ID: <20020121202254.GA6731@blackrider>
+     Branch: perl
+          ! t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 14370] By: jhi                                   on 2002/01/21  19:16:00
+        Log: Undo the renaming of the Unicode data files; the simple
+             solution being not including the *.html files.  This means
+             that in the future there is no need for any renamings
+             (well, assuming that the Consortium doesn't cause any),
+             and the files are named like they are in the Consortium
+             website, thus alleviating confusion.
+     Branch: perl
+          + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
+          + lib/unicore/CaseFolding.txt
+          + lib/unicore/CompositionExclusions.txt
+          + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
+          + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
+          - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
+          - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
+          - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
+          - lib/unicore/NamesList.html lib/unicore/PropList.html
+          - lib/unicore/SpecCase.txt lib/unicore/UCD.html
+          - lib/unicore/Unicode.html lib/unicore/Unicode.txt
+          - lib/unicore/rename
+          ! (edit 285 files)
+____________________________________________________________________________
+[ 14369] By: jhi                                   on 2002/01/21  15:10:59
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14368] By: jhi                                   on 2002/01/21  14:56:42
+        Log: Subject: RE: BCC for Win32 is unhappy @14331
+             From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
+             Date: Mon, 21 Jan 2002 09:48:40 +0300
+             Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
+             
+             (using IV instead of int)
+     Branch: perl
+          ! hv.h
+____________________________________________________________________________
+[ 14367] By: jhi                                   on 2002/01/21  14:29:05
+        Log: path_is_absolute() needs a prototype (and maybe
+             a better name, but that's another story).
+     Branch: perl
+          ! embed.fnc embed.h pp_ctl.c proto.h
+____________________________________________________________________________
+[ 14366] By: jhi                                   on 2002/01/21  14:07:35
+        Log: Subject: Re: coderefs in @INC
+             From: Chris Nandor <pudge@pobox.com>
+             Date: Thu, 17 Jan 2002 11:26:02 -0500
+             Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
+     Branch: perl
+          ! pp_ctl.c
+____________________________________________________________________________
+[ 14365] By: jhi                                   on 2002/01/21  14:06:11
+        Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sun, 20 Jan 2002 22:53:56 +0100
+             Message-ID: <20020120225356.A12093@rafael>
+     Branch: perl
+          ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
+          ! t/lib/warnings/9enabled warnings.h warnings.pl
+____________________________________________________________________________
+[ 14364] By: jhi                                   on 2002/01/21  03:53:08
+        Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 20 Jan 2002 22:49:42 -0600
+             Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14363] By: nick                                  on 2002/01/20  20:38:23
+        Log: Add new threads/typemap to MANIFEST
+     Branch: perlio
+          ! MANIFEST
+____________________________________________________________________________
+[ 14362] By: nick                                  on 2002/01/20  20:34:36
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Pod/t/Usage.t
+         !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
+         !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
+         !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
+         !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
+         !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
+         !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
+         !> util.c
+____________________________________________________________________________
+[ 14361] By: nick                                  on 2002/01/20  18:51:47
+        Log: Integrate MANIFEST
+     Branch: perlio
+         !> MANIFEST
+____________________________________________________________________________
+[ 14360] By: jhi                                   on 2002/01/20  17:11:12
+        Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 17:17 est
+             Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
+             
+             Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 17:19 est
+             Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/t/Command.t
+____________________________________________________________________________
+[ 14359] By: jhi                                   on 2002/01/20  17:09:40
+        Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 14:30 est
+             Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 14358] By: jhi                                   on 2002/01/20  17:01:38
+        Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
+             Date: Sun, 20 Jan 2002 13:51:36 +0100
+             Message-ID: <20020120135136.A710@rafael>
+     Branch: perl
+          ! ext/File/Glob/t/basic.t
+____________________________________________________________________________
+[ 14357] By: jhi                                   on 2002/01/20  16:44:29
+        Log: #14352 deleted ext/threads/threads.h
+     Branch: perlio
+          ! MANIFEST
+____________________________________________________________________________
+[ 14356] By: jhi                                   on 2002/01/20  16:40:34
+        Log: Eradicate sharedsv.*
+     Branch: perlio
+          ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
+____________________________________________________________________________
+[ 14355] By: nick                                  on 2002/01/20  11:50:22
+        Log: threads work again on Win32. (Not threads::shared yet)
+             Submit to see if they do on Linux.
+     Branch: perlio
+          ! ext/threads/shared/shared.xs ext/threads/threads.xs
+          ! win32/makefile.mk
+____________________________________________________________________________
+[ 14354] By: jhi                                   on 2002/01/20  06:35:54
+        Log: Make also hex() and oct() to croak if their arguments
+             cannot be downgraded (that is, if they contain wide
+             characters), just like crypt() does (and use the croak
+             feature of sv_utf8_downgrade()).
+     Branch: perl
+          ! pp.c t/op/oct.t
+____________________________________________________________________________
+[ 14353] By: nick                                  on 2002/01/19  22:20:09
+        Log: Integrate Time/Local and its test
+     Branch: perlio
+         !> lib/Time/Local.pm lib/Time/Local.t
+____________________________________________________________________________
+[ 14352] By: nick                                  on 2002/01/19  22:17:07
+        Log: Nearly-working threads re-structuring. Do not integrate,
+             submit-ing to get to Win32, and as "off site" backup.
+     Branch: perlio
+          + ext/threads/typemap
+          - ext/threads/threads.h sharedsv.c sharedsv.h
+          ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
+          ! embedvar.h ext/threads/shared/shared.pm
+          ! ext/threads/shared/shared.xs ext/threads/threads.pm
+          ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
+          ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
+          ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
+____________________________________________________________________________
+[ 14351] By: jhi                                   on 2002/01/19  21:06:58
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 14350] By: jhi                                   on 2002/01/19  21:03:07
+        Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
+             From: David Dyck <dcd@tc.fluke.com>
+             Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
+             Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
+     Branch: perl
+          ! pod/perl5004delta.pod pod/perl5005delta.pod
+          ! pod/perl561delta.pod pod/perl56delta.pod
+____________________________________________________________________________
+[ 14349] By: jhi                                   on 2002/01/19  20:07:17
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 14348] By: jhi                                   on 2002/01/19  17:58:34
+        Log: Subject: [PATCH lib/Pod/t/Usage.t]
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Sat, 19 Jan 2002 19:57:57 +0100
+             Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
+     Branch: perl
+          + lib/Pod/t/Usage.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14347] By: jhi                                   on 2002/01/19  17:57:08
+        Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 13:15 est
+             Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/SDBM_File/sdbm.t
+____________________________________________________________________________
+[ 14346] By: jhi                                   on 2002/01/19  17:55:55
+        Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
+     Branch: perl
+         !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
+         !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
+____________________________________________________________________________
+[ 14345] By: gbarr                                 on 2002/01/19  16:51:23
+        Log: Alternative Time::Local algorithm that uses matemathical formula
+             for timegm instead of progressive guessing
+     Branch: perl
+          ! lib/Time/Local.pm
+____________________________________________________________________________
+[ 14344] By: jhi                                   on 2002/01/19  16:11:09
+        Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Sat, 19 Jan 02 11:20 est
+             Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
+     Branch: perl
+          ! ext/File/Glob/t/basic.t
+____________________________________________________________________________
+[ 14343] By: jhi                                   on 2002/01/19  16:09:52
+        Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 18 Jan 02 22:56 est
+             Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 14342] By: jhi                                   on 2002/01/19  16:08:19
+        Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 18 Jan 02 22:48 est
+             Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
+     Branch: perl
+          ! lib/Time/Local.t
+____________________________________________________________________________
+[ 14341] By: jhi                                   on 2002/01/19  16:06:56
+        Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Fri, 18 Jan 02 16:22 est
+             Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
+     Branch: perl
+          ! ext/Devel/DProf/DProf.t
+____________________________________________________________________________
+[ 14340] By: jhi                                   on 2002/01/19  03:00:26
+        Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
+             Message-Id: <200201182106.XAA19133@taku.hut.fi>
+     Branch: perl
+          ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
+____________________________________________________________________________
+[ 14339] By: jhi                                   on 2002/01/19  02:56:26
+        Log: Don't do socketpair udp unless you've got all what it takes.
+     Branch: perl
+          ! util.c
+____________________________________________________________________________
+[ 14338] By: jhi                                   on 2002/01/19  02:51:34
+        Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
+             Message-Id: <200201182206.AAA15310@taku.hut.fi>
+     Branch: perl
+          ! lib/ExtUtils/MM_BeOS.pm
+____________________________________________________________________________
+[ 14337] By: jhi                                   on 2002/01/19  02:48:15
+        Log: metaconfig unit change for #14336.
+     Branch: metaconfig
+          ! U/modified/myhostname.U
+____________________________________________________________________________
+[ 14336] By: jhi                                   on 2002/01/19  02:47:50
+        Log: Avoid bare "set", and kiss .uucp goodbye.
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14335] By: nick                                  on 2002/01/18  22:11:42
+        Log: Split out core of sv_magic() into sv_magicext().
+             sv_magic provides the extra restictions (no READONLY, only
+             one of each type, canned set of vtables), and sv_magicext()
+             does the actual data twiddling.
+             Also enhances semantics of ->mg_ptr setting via name/namlen
+             to allow either an uncopied ptr (namlen == 0), or a Newz()ed
+             scratch area (namlen > 0 && name == NULL).
+             sv_magicext also returns the MAGIC * it added.
+             sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
+             
+             To come sv_unmagicext() - which will remove just one magic
+             of particular type, and additionaly match against ->mg_ptr,
+             or the MAGIC * (need to experiment as to which is more natural).
+     Branch: perlio
+          ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
+          ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
+____________________________________________________________________________
+[ 14334] By: jhi                                   on 2002/01/18  21:16:08
+        Log: Retract #14327 for now, going to the limit seems
+             to be too much for many platforms.
+     Branch: perl
+          ! lib/Time/Local.t
+____________________________________________________________________________
+[ 14333] By: nick                                  on 2002/01/18  18:58:33
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes patchlevel.h
+____________________________________________________________________________
+[ 14332] By: nick                                  on 2002/01/18  16:19:06
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
+         +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
+          - lib/ExtUtils/inst
+         !> (integrate 32 files)
+____________________________________________________________________________
+[ 14331] By: jhi                                   on 2002/01/18  16:09:38
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14330] By: jhi                                   on 2002/01/18  15:07:49
+        Log: Try to make the connect/read/write timeouting.
+     Branch: perl
+          ! ext/Socket/Socket.t
+____________________________________________________________________________
+[ 14329] By: jhi                                   on 2002/01/18  14:49:49
+        Log: Netware Makefile tweak from Ananth Kesari.
+     Branch: perl
+          ! NetWare/Makefile
+____________________________________________________________________________
+[ 14328] By: jhi                                   on 2002/01/18  14:37:02
+        Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 18 Jan 2002 03:10:27 -0500
+             Message-ID: <20020118081027.GE7226@blackrider>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 14327] By: jhi                                   on 2002/01/18  14:33:19
+        Log: (retracted by #14334)
+             
+             Subject: [PATCH] Improving lib/Time/Local.t
+             From: Paul_GreenVOS@vos.stratus.com        
+             Date: Thu, 17 Jan 02 22:36 est
+             Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
+     Branch: perl
+          ! lib/Time/Local.t
+____________________________________________________________________________
+[ 14326] By: jhi                                   on 2002/01/18  14:32:08
+        Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
+             From: Abe Timmerman <abe@ztreet.demon.nl>  
+             Date: Fri, 18 Jan 2002 13:18:47 +0100
+             Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 14325] By: jhi                                   on 2002/01/18  14:30:49
+        Log: Subject: [PATCH] Syncing with bleadperl 
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 18 Jan 2002 03:04:33 -0500
+             Message-ID: <20020118080432.GC7226@blackrider>
+     Branch: perl
+          + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
+          - lib/ExtUtils/inst
+          ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
+          ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
+          ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
+          ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
+          ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
+          ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
+          ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
+          ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
+          ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
+          ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
+          ! lib/ExtUtils/testlib.pm
+____________________________________________________________________________
+[ 14324] By: jhi                                   on 2002/01/18  13:40:56
+        Log: Detypo.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14323] By: jhi                                   on 2002/01/18  00:35:24
+        Log: Subject: [PATCH] MM check_hints test
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 17 Jan 2002 20:25:57 -0500
+             Message-ID: <20020118012557.GE32762@blackrider>
+     Branch: perl
+          + lib/ExtUtils/t/hints.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14322] By: jhi                                   on 2002/01/18  00:21:11
+        Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Thu, 17 Jan 2002 20:12:20 -0500
+             Message-ID: <20020118011220.GC32762@blackrider>
+             
+             (#14317 replaced with this)
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14321] By: jhi                                   on 2002/01/17  22:51:55
+        Log: Subject: [PATCH perldiag] overload.pm warnings
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 17 Jan 2002 23:53:49 +0100
+             Message-ID: <20020117235349.A14530@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14320] By: jhi                                   on 2002/01/17  22:49:36
+        Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Thu, 17 Jan 2002 16:35:47 -0500
+             Message-ID: <20020117213546.GD23830@blackrider>
+     Branch: perl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 14319] By: jhi                                   on 2002/01/17  22:43:12
+        Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
+             From: chromatic <chromatic@rmci.net>
+             Date: Thu, 17 Jan 2002 13:04:22 -0700
+             Message-ID: <20020117200557.98720.qmail@onion.perl.org>
+     Branch: perl
+          ! pod/perltodo.pod
+____________________________________________________________________________
+[ 14318] By: jhi                                   on 2002/01/17  22:42:12
+        Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
+             From: chromatic <chromatic@rmci.net>
+             Date: Thu, 17 Jan 2002 12:59:04 -0700
+             Message-ID: <20020117200039.96481.qmail@onion.perl.org>
+     Branch: perl
+          ! lib/ExtUtils/t/Mkbootstrap.t
+____________________________________________________________________________
+[ 14317] By: jhi                                   on 2002/01/17  22:39:48
+        Log: (replaced by #14322)
+             The #14300 broke hints file handling.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14316] By: jhi                                   on 2002/01/17  22:14:56
+        Log: metaconfig unit change for #14315.
+     Branch: metaconfig/U/perl
+          ! uselongdbl.U
+____________________________________________________________________________
+[ 14315] By: jhi                                   on 2002/01/17  22:13:44
+        Log: Subject: [PATCH] long doubles
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Thu, 17 Jan 2002 17:06:28 +0000
+             Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14314] By: jhi                                   on 2002/01/17  21:52:03
+        Log: metaconfig unit change for #14313.
+     Branch: metaconfig
+          ! U/modified/i_ndbm.U
+____________________________________________________________________________
+[ 14313] By: jhi                                   on 2002/01/17  21:51:05
+        Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 14312] By: nick                                  on 2002/01/17  21:38:38
+        Log: Integrate mainline (for ndbm fixes etc.)
+     Branch: perlio
+         +> t/run/fresh_perl.t
+          - t/run/kill_perl.t
+         !> Changes MANIFEST ext/Opcode/Opcode.xs
+         !> ext/SDBM_File/sdbm/Makefile.PL
+         !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
+         !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
+         !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
+         !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
+         !> t/lib/warnings/mg t/op/crypt.t t/test.pl
+____________________________________________________________________________
+[ 14311] By: sky                                   on 2002/01/17  21:01:00
+        Log: Simplify the code that duplicates the threads 
+             init function and the parameters to the thread by using sv_dup. 
+             Note,what happens if you pass a shared variable as a parameter?
+     Branch: perl
+          ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 14310] By: jhi                                   on 2002/01/17  15:23:56
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14309] By: jhi                                   on 2002/01/17  14:39:20
+        Log: Rename kill_perl to fresh_perl; replace fresh_perl()
+             with fresh_perl_is() and fresh_perl_like().
+     Branch: perl
+          + t/run/fresh_perl.t
+          - t/run/kill_perl.t
+          ! MANIFEST t/test.pl
+____________________________________________________________________________
+[ 14308] By: jhi                                   on 2002/01/17  14:06:46
+        Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
+             From: Benjamin Goldberg <goldbb2@earthlink.net>
+             Date: Wed, 09 Jan 2002 21:03:16 -0500
+             Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 14307] By: jhi                                   on 2002/01/17  14:04:06
+        Log: Retract #14144 as Hugo isn't happy with it.
+     Branch: perl
+          ! scope.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 14306] By: jhi                                   on 2002/01/17  13:57:53
+        Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
+             From: Richard Clamp <richardc@unixbeard.net>
+             Date: Wed, 16 Jan 2002 17:34:31 +0000
+             Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
+     Branch: perl
+          ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
+____________________________________________________________________________
+[ 14305] By: jhi                                   on 2002/01/17  13:32:56
+        Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Tue, 15 Jan 2002 21:23:30 +0100
+             Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! ext/Opcode/Opcode.xs
+____________________________________________________________________________
+[ 14304] By: jhi                                   on 2002/01/16  16:55:52
+        Log: Subject: [PATCH] Fix crypt.t and fs.t tests
+             From: Paul_GreenVOS@vos.stratus.com
+             Date: Wed, 16 Jan 02 6:42 est
+             Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
+     Branch: perl
+          ! t/io/fs.t t/op/crypt.t
+____________________________________________________________________________
+[ 14303] By: jhi                                   on 2002/01/16  14:55:57
+        Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 16 Jan 2002 13:43:39 +0100
+             Message-ID: <20020116134339.A704@rafael>
+             
+             (replaces #14302)
+     Branch: perl
+          ! mg.c t/lib/warnings/mg
+____________________________________________________________________________
+[ 14302] By: jhi                                   on 2002/01/16  13:47:58
+        Log: (replaced by #14303)
+             Subject: [PATCH] length of undefined $(digit) should warn
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 23:02:44 +0100            
+             Message-ID: <20020115230244.A31786@rafael>     
+     Branch: perl
+          ! mg.c t/lib/warnings/mg
+____________________________________________________________________________
+[ 14301] By: jhi                                   on 2002/01/16  13:45:20
+        Log: The non-MakeMaker.pm parts of
+             
+             Subject: [PATCH] Re: MM_Beos.pm?
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
+             Message-Id: <200201142006.WAA29544@taas.iki.fi>
+     Branch: perl
+          ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14300] By: jhi                                   on 2002/01/16  13:40:53
+        Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
+             From: Michael G Schwern <schwern@pobox.com>    
+             Date: Tue, 15 Jan 2002 20:07:50 -0500            
+             Message-ID: <20020116010750.GH625@blackrider>  
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14299] By: jhi                                   on 2002/01/16  13:37:41
+        Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
+             From: Jeffrey Friedl <jfriedl@yahoo.com>       
+             Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
+             Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
+     Branch: perl
+          ! lib/Text/Tabs.pm
+____________________________________________________________________________
+[ 14298] By: jhi                                   on 2002/01/16  13:34:29
+        Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Tue, 15 Jan 2002 22:28:10 -0500
+             Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14297] By: jhi                                   on 2002/01/16  13:21:26
+        Log: Integrate perlio; offsetof() is in <stddef.h>
+     Branch: perl
+         !> ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14296] By: nick                                  on 2002/01/16  13:02:29
+        Log: offsetof() is in <stddef.h>
+     Branch: perlio
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14295] By: nick                                  on 2002/01/16  07:25:29
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 262 files)
+          - (delete 285 files)
+         !> (integrate 34 files)
+____________________________________________________________________________
+[ 14294] By: jhi                                   on 2002/01/16  05:37:29
+        Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
+             and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
+             Canonical.pl and Exact.pl.
+     Branch: perl
+          + (add 259 files)
+          - (delete 288 files)
+          ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
+          ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
+          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
+          ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14293] By: jhi                                   on 2002/01/16  00:32:27
+        Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
+     Branch: perl
+          ! ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14292] By: jhi                                   on 2002/01/15  20:06:49
+        Log: Subject: [PATCH] Add Slab_Free to embed.fnc
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Tue, 15 Jan 2002 21:59:19 +0100
+             Message-ID: <3C44A637.16602.25EB208@localhost>
+     Branch: perl
+          ! embed.fnc embed.h proto.h
+____________________________________________________________________________
+[ 14291] By: jhi                                   on 2002/01/15  20:00:02
+        Log: Duh.  The updated In/*.pl weren't checked in.
+     Branch: perl
+          ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
+          ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
+          ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
+          ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
+          ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
+          ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
+          ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
+          ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
+          ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
+          ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
+          ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
+          ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
+          ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
+          ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
+          ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
+          ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
+          ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
+          ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
+          ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
+          ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
+          ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
+          ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
+          ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
+          ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
+          ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
+          ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
+          ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
+          ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
+          ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
+          ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
+          ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
+          ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
+          ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
+          ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
+          ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
+          ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
+          ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
+          ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
+          ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
+          ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
+          ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
+          ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
+          ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
+          ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
+          ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
+          ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
+          ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
+          ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
+____________________________________________________________________________
+[ 14290] By: jhi                                   on 2002/01/15  18:39:54
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14289] By: jhi                                   on 2002/01/15  18:38:03
+        Log: Jeffrey is trying very hard to avoid working on his
+             book, it would seem :-) (better naming, better comments
+             in the files)
+     Branch: perl
+          + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
+          + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
+          + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
+          + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
+          - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
+          - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
+          - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
+          - lib/unicore/Is/IDStart.pl
+          ! (edit 200 files)
+____________________________________________________________________________
+[ 14288] By: jhi                                   on 2002/01/15  17:56:29
+        Log: metaconfig unit changes for #14287.
+     Branch: metaconfig
+          + U/modified/Chk_MANI.U
+          ! U/modified/Extract.U U/modified/Finish.U
+     Branch: metaconfig/U/perl
+          ! Extensions.U dlsrc.U
+____________________________________________________________________________
+[ 14287] By: jhi                                   on 2002/01/15  17:55:54
+        Log: Some protection against spaces in directory names.
+             (Tru64 still has some makedepend problems in such
+             cases but that looks like Tru64's problem.)
+     Branch: perl
+          ! Configure Makefile.SH
+____________________________________________________________________________
+[ 14286] By: jhi                                   on 2002/01/15  17:13:28
+        Log: Should have been in #14285 but I have sausages for fingers.
+     Branch: perl
+          + lib/ExtUtils/MM_BeOS.pm
+____________________________________________________________________________
+[ 14285] By: jhi                                   on 2002/01/15  17:12:59
+        Log: MM_BeOS from Tels.
+     Branch: perl
+          + lib/ExtUtils/t/MM_BeOS.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14284] By: jhi                                   on 2002/01/15  15:55:53
+        Log: Integrate perlio;
+             
+             (reintroduce #14251) Slab allocator for ops
+             - moved the statics to intrpvar.h
+             - implemented Slab_Free()
+             - uses PerlMemShared (for now) if distinction exists.
+             
+             Slab allocator submit after resolve -ay to keep it!
+             
+             Hand merge of non slab allocator stuff
+             
+             const-ness fix in savepv's passing of NULL
+             
+             Typo in #else branch of PL_SLAB_ALLOC
+             
+             Integrate rest of mainline
+             
+             Regen embed enable slab for PERL_IMPLICIT_SYS
+             
+             Correct name of PL_OP_SLAB_ALLOC
+             
+             Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
+             e.g. -Duse64bitint on a 32-bit platform.
+             Now uses I32 for use-count and is more careful with its casts.
+     Branch: perl
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 14283] By: pudge                                 on 2002/01/15  15:21:30
+        Log: Add Shuck URL
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 14282] By: pudge                                 on 2002/01/15  15:21:18
+        Log: Remove obsolete docs
+     Branch: maint-5.6/macperl
+          ! ext/File/Glob/Glob.pm
+____________________________________________________________________________
+[ 14281] By: nick                                  on 2002/01/15  15:08:43
+        Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
+             e.g. -Duse64bitint on a 32-bit platform.
+             Now uses I32 for use-count and is more careful with its casts.
+     Branch: perlio
+          ! intrpvar.h op.c
+____________________________________________________________________________
+[ 14280] By: pudge                                 on 2002/01/15  14:55:25
+        Log: Update bundled modules.  Yow!
+     Branch: maint-5.6/macperl
+          + macos/bundled_ext/Compress/Zlib/constants.h
+          + macos/bundled_ext/Compress/Zlib/constants.xs
+          + macos/bundled_ext/Filter/Util/Call/ppport.h
+          + macos/bundled_ext/Storable/t/compat-0.6.t
+          + macos/bundled_ext/Storable/t/dump.pl
+          + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
+          + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
+          + macos/bundled_lib/blib/lib/Net/HTTPS.pm
+          + macos/bundled_lib/blib/lib/URI/ssh.pm
+          + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
+          + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
+          + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
+          + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
+          + macos/bundled_lib/t/Filter/Simple/data.t
+          + macos/bundled_lib/t/Filter/Simple/export.t
+          + macos/bundled_lib/t/Filter/Simple/filter_only.t
+          + macos/bundled_lib/t/Filter/Simple/import.t
+          + macos/bundled_lib/t/NEXT/actual.t
+          + macos/bundled_lib/t/NEXT/actuns.t
+          + macos/bundled_lib/t/NEXT/next.t
+          + macos/bundled_lib/t/NEXT/unseen.t
+          + macos/bundled_lib/t/libnet/netrc.t
+          + macos/bundled_lib/t/libwww-perl/base/http.t
+          + macos/bundled_lib/t/libwww-perl/live/activestate.t
+          - macos/bundled_ext/Filter/t/FilterTest.pm
+          - macos/bundled_ext/Storable/t/compat06.t
+          - macos/bundled_ext/Storable/t/st-dump.pl
+          - macos/bundled_lib/t/NEXT/test.pl
+          - macos/bundled_lib/t/libwww-perl/live/google.t
+          ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
+          ! macos/bundled_ext/Compress/Zlib/Makefile.PL
+          ! macos/bundled_ext/Compress/Zlib/Makefile.mk
+          ! macos/bundled_ext/Compress/Zlib/README
+          ! macos/bundled_ext/Compress/Zlib/Zlib.pm
+          ! macos/bundled_ext/Compress/Zlib/Zlib.xs
+          ! macos/bundled_ext/Compress/Zlib/t/examples.t
+          ! macos/bundled_ext/Filter/Util/Call/Call.pm
+          ! macos/bundled_ext/Filter/Util/Call/Call.xs
+          ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
+          ! macos/bundled_ext/Filter/t/call.t
+          ! macos/bundled_ext/Filter/t/filter-util.pl
+          ! macos/bundled_ext/Storable/ChangeLog
+          ! macos/bundled_ext/Storable/README
+          ! macos/bundled_ext/Storable/Storable.pm
+          ! macos/bundled_ext/Storable/t/blessed.t
+          ! macos/bundled_ext/Storable/t/canonical.t
+          ! macos/bundled_ext/Storable/t/dclone.t
+          ! macos/bundled_ext/Storable/t/forgive.t
+          ! macos/bundled_ext/Storable/t/freeze.t
+          ! macos/bundled_ext/Storable/t/lock.t
+          ! macos/bundled_ext/Storable/t/overload.t
+          ! macos/bundled_ext/Storable/t/recurse.t
+          ! macos/bundled_ext/Storable/t/retrieve.t
+          ! macos/bundled_ext/Storable/t/store.t
+          ! macos/bundled_ext/Storable/t/tied.t
+          ! macos/bundled_ext/Storable/t/tied_hook.t
+          ! macos/bundled_ext/Storable/t/tied_items.t
+          ! macos/bundled_ext/Storable/t/utf8.t
+          ! macos/bundled_lib/blib/lib/File/Sort.pm
+          ! macos/bundled_lib/blib/lib/Filter/Simple.pm
+          ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
+          ! macos/bundled_lib/blib/lib/HTTP/Message.pm
+          ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
+          ! macos/bundled_lib/blib/lib/HTTP/Request.pm
+          ! macos/bundled_lib/blib/lib/HTTP/Response.pm
+          ! macos/bundled_lib/blib/lib/LWP.pm
+          ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
+          ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
+          ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
+          ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
+          ! macos/bundled_lib/blib/lib/Mail/Address.pm
+          ! macos/bundled_lib/blib/lib/Mail/Cap.pm
+          ! macos/bundled_lib/blib/lib/Mail/Field.pm
+          ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
+          ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
+          ! macos/bundled_lib/blib/lib/Mail/Filter.pm
+          ! macos/bundled_lib/blib/lib/Mail/Header.pm
+          ! macos/bundled_lib/blib/lib/Mail/Internet.pm
+          ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
+          ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
+          ! macos/bundled_lib/blib/lib/Mail/Send.pm
+          ! macos/bundled_lib/blib/lib/Mail/Util.pm
+          ! macos/bundled_lib/blib/lib/NEXT.pm
+          ! macos/bundled_lib/blib/lib/Net/Config.pm
+          ! macos/bundled_lib/blib/lib/Net/Domain.pm
+          ! macos/bundled_lib/blib/lib/Net/FTP.pm
+          ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
+          ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
+          ! macos/bundled_lib/blib/lib/Net/HTTP.pm
+          ! macos/bundled_lib/blib/lib/Net/NNTP.pm
+          ! macos/bundled_lib/blib/lib/Net/POP3.pm
+          ! macos/bundled_lib/blib/lib/Net/SMTP.pm
+          ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
+          ! macos/bundled_lib/blib/lib/Switch.pm
+          ! macos/bundled_lib/blib/lib/Text/Balanced.pm
+          ! macos/bundled_lib/blib/lib/URI/Escape.pm
+          ! macos/bundled_lib/blib/lib/URI/ftp.pm
+          ! macos/bundled_lib/blib/lib/lwpcook.pod
+          ! macos/bundled_lib/t/Filter/Simple/filter.t
+          ! macos/bundled_lib/t/Switch/t/nested.t
+          ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
+          ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
+          ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
+          ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
+          ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
+          ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
+          ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
+          ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
+          ! macos/bundled_lib/t/libnet/config.t
+          ! macos/bundled_lib/t/libnet/ftp.t
+          ! macos/bundled_lib/t/libnet/hostname.t
+          ! macos/bundled_lib/t/libnet/nntp.t
+          ! macos/bundled_lib/t/libnet/require.t
+          ! macos/bundled_lib/t/libnet/smtp.t
+          ! macos/bundled_lib/t/libwww-perl/base/headers.t
+          ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
+          ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
+          ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
+          ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
+          ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
+          ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
+          ! macos/bundled_lib/t/libwww-perl/live/validator.t
+          ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
+____________________________________________________________________________
+[ 14279] By: jhi                                   on 2002/01/15  14:43:04
+        Log: Subject: [PATCH] Socket::sockaddr_family
+             From: Gisle Aas <gisle@ActiveState.com> 
+             Date: 15 Jan 2002 06:35:28 -0800
+             Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
+     Branch: perl
+          ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
+____________________________________________________________________________
+[ 14278] By: jhi                                   on 2002/01/15  14:37:34
+        Log: Subject: [PATCH perldiag] Style issue
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 15:36:30 +0100                
+             Message-ID: <20020115153630.A11568@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14277] By: nick                                  on 2002/01/15  14:30:51
+        Log: Correct name of PL_OP_SLAB_ALLOC
+     Branch: perlio
+          ! perl.h
+____________________________________________________________________________
+[ 14276] By: jhi                                   on 2002/01/15  14:22:38
+        Log: NetWare tweak from Ananth Kesari.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 14275] By: jhi                                   on 2002/01/15  14:19:43
+        Log: Throwback.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14274] By: jhi                                   on 2002/01/15  14:16:28
+        Log: A couple of additional character classes from Jeffrey,
+             hopefully useful in future for internal use for implementing
+             some special cases of casing.
+             
+             Also regenerate once more all the character classes,
+             now without the timestamp.  A timestamp would be kind of
+             nice but it's not: having a timestamp in a file means that
+             even if the effective contents of file really didn't
+             change, the file looks as if it changed.
+     Branch: perl
+          + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
+          + lib/unicore/Is/CombAbov.pl
+          ! (edit 304 files)
+____________________________________________________________________________
+[ 14273] By: jhi                                   on 2002/01/15  13:53:01
+        Log: Make the test harder.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14272] By: jhi                                   on 2002/01/15  13:51:11
+        Log: Additional utf8_heavy.pl tweak from Jeffrey.
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14271] By: nick                                  on 2002/01/15  11:29:47
+        Log: Regen embed enable slab for PERL_IMPLICIT_SYS
+     Branch: perlio
+          ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
+          ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
+____________________________________________________________________________
+[ 14270] By: nick                                  on 2002/01/15  08:19:08
+        Log: Integrate rest of mainline
+     Branch: perlio
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 14269] By: nick                                  on 2002/01/15  08:02:44
+        Log: Typo in #else branch of PL_SLAB_ALLOC
+     Branch: perlio
+          ! op.c
+____________________________________________________________________________
+[ 14268] By: nick                                  on 2002/01/15  07:57:47
+        Log: const-ness fix in savepv's passing of NULL
+     Branch: perlio
+          ! util.c
+____________________________________________________________________________
+[ 14267] By: nick                                  on 2002/01/15  07:42:17
+        Log: Hand merge of non slab allocator stuff
+     Branch: perlio
+          ! op.c
+____________________________________________________________________________
+[ 14266] By: nick                                  on 2002/01/15  07:39:33
+        Log: Slab allocator submit after resolve -ay to keep it!
+     Branch: perlio
+         !> op.c
+____________________________________________________________________________
+[ 14265] By: nick                                  on 2002/01/15  07:05:06
+        Log: Blind integrate of bulk of mainline.
+     Branch: perlio
+         +> (branch 173 files)
+          - (delete 184 files)
+         !> (integrate 146 files)
+____________________________________________________________________________
+[ 14264] By: jhi                                   on 2002/01/15  04:19:11
+        Log: Pod nits.
+     Branch: perl
+          ! lib/Unicode/UCD.pm pod/perlunicode.pod
+____________________________________________________________________________
+[ 14263] By: jhi                                   on 2002/01/15  02:14:29
+        Log: The Unicode categories doc patch to go with #14254,
+             from Jeffrey.
+     Branch: perl
+          ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
+____________________________________________________________________________
+[ 14262] By: jhi                                   on 2002/01/15  01:30:09
+        Log: There isn't going to be perl.third.exe.
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14261] By: jhi                                   on 2002/01/15  01:25:11
+        Log: Subject: [PATCH] small coredump correction
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 15 Jan 2002 00:22:52 +0100
+             Message-ID: <20020115002252.I691@rafael>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14260] By: jhi                                   on 2002/01/15  01:23:53
+        Log: Subject: [PATCH] Overriding readline() should also override <FH>     
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 14 Jan 2002 23:03:04 +0100
+             Message-ID: <20020114230304.A691@rafael>   
+             
+             Subject: Re: [PATCH] Overriding readline() should also override <FH> 
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Mon, 14 Jan 2002 23:18:43 +0100
+             Message-ID: <20020114231843.E691@rafael>   
+     Branch: perl
+          ! pod/perlsub.pod t/op/override.t toke.c
+____________________________________________________________________________
+[ 14259] By: nick                                  on 2002/01/14  22:02:49
+        Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
+             Need to use CopXXXXX macros everywhere and add CopSTASH_free
+             Add new scope type and add support for it to scope.c and scope stack
+             dup-er in sv.c. Add savesharedpv().
+             Also zealous version of Win32's vmem.h to catch all the abuses.
+             With this t/op/fork.t passes even with zealous checking and 
+             checker is point a finger at various threads/shared issues.
+             
+             PL_curcop->cop_io is still an issue.
+     Branch: perlio
+          ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
+          ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
+          ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
+          ! win32/config_h.PL win32/perlhost.h win32/perllib.c
+          ! win32/vmem.h win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 14258] By: nick                                  on 2002/01/14  20:24:28
+        Log: Integrate build parts of mainline
+     Branch: perlio
+         !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
+         !> lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 14257] By: nick                                  on 2002/01/14  16:10:54
+        Log: Inverted sense of special-ness of specialCopIO - supposed to 
+             be true if value is "special" i.e. NOT an SV.
+     Branch: perlio
+          ! perlio.h
+____________________________________________________________________________
+[ 14256] By: jhi                                   on 2002/01/14  14:42:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14255] By: jhi                                   on 2002/01/14  14:04:24
+        Log: Retract #14251 (the op slab allocator from perlio)
+             until we figure out why 2.2.19 x86 debian gets
+             a circular sibling chain and therefore hangs in
+             the Perl_ck_subr() sibling for-loop.
+     Branch: perl
+          ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
+          ! perlapi.c perlapi.h proto.h
+____________________________________________________________________________
+[ 14254] By: jhi                                   on 2002/01/14  13:25:07
+        Log: Big mktables rewrite from Jeffrey;
+             documentation not yet updated.
+     Branch: perl
+          + (add 171 files)
+          - (delete 182 files)
+          ! (edit 135 files)
+____________________________________________________________________________
+[ 14253] By: ams                                   on 2002/01/14  03:15:05
+        Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 13 Jan 2002 21:00:07 -0500
+             Message-Id: <20020114020007.GB2877@blackrider>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 14252] By: jhi                                   on 2002/01/14  00:27:41
+        Log: Subject: Re: Win32 status - progress !
+             From: Abe Timmerman <abe@ztreet.demon.nl>       
+             Date: Mon, 14 Jan 2002 02:29:51 +0100
+             Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 14251] By: jhi                                   on 2002/01/13  23:30:05
+        Log: Integrate perlio.
+             
+             Slab allocator for ops
+             - moved the statics to intrpvar.h
+             - implemented Slab_Free()
+             - uses PerlMemShared (for now) if distinction exists.
+     Branch: perl
+         !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
+         !> perlapi.c perlapi.h proto.h
+____________________________________________________________________________
+[ 14250] By: nick                                  on 2002/01/13  23:22:34
+        Log: Slab allocator for ops
+             - moved the statics to intrpvar.h
+             - implemented Slab_Free()
+             - uses PerlMemShared (for now) if distinction exists.
+     Branch: perlio
+          ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
+          ! perlapi.c perlapi.h proto.h
+____________________________________________________________________________
+[ 14249] By: jhi                                   on 2002/01/13  19:55:10
+        Log: Start a new test category: uni.  Much of t/op/pat
+             should probably be moved here, but holding on that
+             until Jeffrey finishes his big mktables rewrite.
+             Bits and pieces of op/split, op/pack, op/append,
+             op/join, could probably be moved to respective uni
+             tests, too.
+     Branch: perl
+          + t/uni/fold.t t/uni/sprintf.t
+          - t/op/unifold.t t/op/unisprintf.t
+          ! MANIFEST t/TEST t/harness
+____________________________________________________________________________
+[ 14248] By: jhi                                   on 2002/01/13  19:52:02
+        Log: Subject: [PATCH] enable Win32 to build again
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 13 Jan 2002 21:49:24 +0100
+             Message-ID: <3C4200E4.15926.23F6131@localhost>
+             
+             miniperl.exe.exe does not exe that well.
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14247] By: jhi                                   on 2002/01/13  19:50:23
+        Log: Mention some of the load-affected tests.
+     Branch: perl
+          ! INSTALL
+____________________________________________________________________________
+[ 14246] By: jhi                                   on 2002/01/13  19:38:17
+        Log: Move the UTF-8 conversion code earlier so that
+             op/ver is happy.
+     Branch: perl
+          ! sv.c t/op/ver.t
+____________________________________________________________________________
+[ 14245] By: jhi                                   on 2002/01/13  19:19:59
+        Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
+             have diverged quite a bit so no updates there.
+     Branch: perl
+          ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
+          ! ext/List/Util/lib/List/Util.pm
+          ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 14244] By: jhi                                   on 2002/01/13  18:27:00
+        Log: Make the crypt() pickier: if downgrading doesn't work,
+             croak.
+     Branch: perl
+          ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
+____________________________________________________________________________
+[ 14243] By: jhi                                   on 2002/01/13  18:12:23
+        Log: Grow the buffer in case Unicode caused size changes
+             (and it very probably did).
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14242] By: jhi                                   on 2002/01/13  17:46:45
+        Log: Future-proofing from Jeffrey Friedl (for conflicting
+             In* and Is* names).
+     Branch: perl
+          ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 14241] By: jhi                                   on 2002/01/13  17:40:29
+        Log: Subject: [PATCH] Re: Warning in B.xs
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sun, 13 Jan 2002 19:39:52 +0100
+             Message-ID: <3C41E288.20562.1C8C895@localhost>
+     Branch: perl
+          ! ext/B/B.xs
+____________________________________________________________________________
+[ 14240] By: jhi                                   on 2002/01/13  17:35:48
+        Log: Subject: Re: lookbehind broken with latest bleedperl
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Sun, 13 Jan 2002 18:06:22 +0000
+             Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c t/op/re_tests
+____________________________________________________________________________
+[ 14239] By: jhi                                   on 2002/01/13  17:24:51
+        Log: Subject: [PATCH] more MM_Unix.t tests
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
+             Message-Id: <200201131621.SAA17925@tiku.hut.fi>
+             
+             Subject: [PATCH] 14220 misunderstood, I bet          
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 12 Jan 2002 21:31:58 +0100
+             Message-ID: <m3k7un8g5d.fsf@anima.de>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14238] By: jhi                                   on 2002/01/13  17:14:25
+        Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
+             Message-Id: <200201131602.SAA15687@tiku.hut.fi>
+             
+             Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
+             Message-Id: <200201131610.SAA18974@tiku.hut.fi>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14237] By: jhi                                   on 2002/01/13  17:12:04
+        Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Sun, 13 Jan 2002 15:58:34 +0000
+             Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Benchmark.t
+____________________________________________________________________________
+[ 14236] By: jhi                                   on 2002/01/13  17:08:18
+        Log: Anton Berezin did more reading and the uid setting story
+             gets more complex.
+     Branch: perl
+          ! pod/perltodo.pod utils/perldoc.PL
+____________________________________________________________________________
+[ 14235] By: jhi                                   on 2002/01/13  16:45:52
+        Log: Integrate perlio;
+             
+             Win32 fixes:
+             - vmem.h hack to handle free-by-wrong-thread after eval "".
+             - Initialize timerid 
+     Branch: perl
+         !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
+____________________________________________________________________________
+[ 14234] By: jhi                                   on 2002/01/13  16:44:07
+        Log: Subject: Re: HiRes
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Sun, 13 Jan 2002 10:18:46 +0100
+             Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
+             
+             Give up on socketpair in HP-UX.
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14233] By: nick                                  on 2002/01/13  16:29:30
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
+         !> (integrate 46 files)
+____________________________________________________________________________
+[ 14232] By: nick                                  on 2002/01/13  15:37:48
+        Log: Win32 fixes:
+             - vmem.h hack to handle free-by-wrong-thread after eval "".
+             - Initialize timerid 
+     Branch: perlio
+          ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
+____________________________________________________________________________
+[ 14231] By: jhi                                   on 2002/01/13  05:15:01
+        Log: *groan*
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14230] By: jhi                                   on 2002/01/13  05:13:03
+        Log: One more sharp s case found by Jeffrey.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14229] By: jhi                                   on 2002/01/13  04:43:33
+        Log: Comment tweak.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14228] By: jhi                                   on 2002/01/13  04:30:45
+        Log: Don't bother checking for the Greek special
+             cases if the node is too short.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14227] By: jhi                                   on 2002/01/12  21:00:04
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14226] By: jhi                                   on 2002/01/12  20:28:23
+        Log: metaconfig unit change for #14225.
+     Branch: metaconfig
+          + U/modified/i_ndbm.U
+____________________________________________________________________________
+[ 14225] By: jhi                                   on 2002/01/12  20:28:05
+        Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
+             Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 14224] By: jhi                                   on 2002/01/12  20:18:02
+        Log: Quick reformat using indent -kr -nce, as requested
+             by Dan Kogai and suggest by NI-S.
+     Branch: perl
+          ! ext/Encode/encengine.c
+____________________________________________________________________________
+[ 14223] By: jhi                                   on 2002/01/12  20:08:54
+        Log: Couple more Unicode lookbehind tests.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14222] By: jhi                                   on 2002/01/12  20:05:29
+        Log: Sharp S as a special treat for our German UTF-8 testers :-)
+     Branch: perl
+          ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
+____________________________________________________________________________
+[ 14221] By: jhi                                   on 2002/01/12  18:38:54
+        Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Sat, 12 Jan 2002 20:37:32 +0100
+             Message-ID: <3C409E8C.16203.196C2D3@localhost>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14220] By: jhi                                   on 2002/01/12  18:27:32
+        Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
+             really worth the bits it's printed on?
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Unix.t
+____________________________________________________________________________
+[ 14219] By: jhi                                   on 2002/01/12  18:06:49
+        Log: Special treatment for U+03B0 and U+0390 in //i,
+             this means that we can remove the minlen pessimisations
+             introduced by the #14096.
+     Branch: perl
+          ! pp_hot.c regcomp.c regexec.c
+____________________________________________________________________________
+[ 14218] By: jhi                                   on 2002/01/12  16:14:52
+        Log: Integrate perlio;
+             
+             Abstract out the cloning of SvPVX and handle shared pv in a 
+             safe (if suboptimal) manner. Does not fix op/fork.t :-(
+             
+             Win32-ize socketpair test
+             - Win32 can fork even though $Config{d_fork} is undef
+             - SOCK_DGRAM does not work - skip those tests.
+     Branch: perl
+         !> ext/Socket/socketpair.t sv.c
+____________________________________________________________________________
+[ 14217] By: jhi                                   on 2002/01/12  16:09:59
+        Log: One should first drop the real uid, not the effective uid.
+             [ID 20020110.003]
+     Branch: perl
+          ! utils/perldoc.PL
+____________________________________________________________________________
+[ 14216] By: jhi                                   on 2002/01/12  15:50:38
+        Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 11 Jan 2002 23:29:48 +0100
+             Message-ID: <3C3F756C.4581.2E2A938@localhost>
+     Branch: perl
+          + ext/B/C/C.xs ext/B/C/Makefile.PL
+          ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
+          ! utils/perlcc.PL
+____________________________________________________________________________
+[ 14215] By: jhi                                   on 2002/01/12  15:22:01
+        Log: Subject: [PATCH] Re: Magic numbers in B::Concise
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
+             Date: Fri, 11 Jan 2002 14:29:30 -0800
+             Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
+     Branch: perl
+          ! ext/B/t/concise.t
+____________________________________________________________________________
+[ 14214] By: nick                                  on 2002/01/12  12:31:12
+        Log: Win32-ize socketpair test
+             - Win32 can fork even though $Config{d_fork} is undef
+             - SOCK_DGRAM does not work - skip those tests.
+     Branch: perlio
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14213] By: nick                                  on 2002/01/12  11:46:28
+        Log: Abstract out the cloning of SvPVX and handle shared pv in a 
+             safe (if suboptimal) manner. Does not fix op/fork.t :-(
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[ 14212] By: ams                                   on 2002/01/12  06:10:52
+        Log: Subject: [PATCH] More fixes for Stratus VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Fri, 11 Jan 2002 17:30:37 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
+     Branch: perl
+          ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14211] By: jhi                                   on 2002/01/12  06:01:29
+        Log: Upgrade to CGI.pm 2.80.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
+____________________________________________________________________________
+[ 14210] By: jhi                                   on 2002/01/12  05:57:36
+        Log: FAQ sync.
+     Branch: perl
+          ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
+          ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
+          ! pod/perlfaq8.pod
+____________________________________________________________________________
+[ 14209] By: jhi                                   on 2002/01/12  05:54:24
+        Log: This is getting embarrassing.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14208] By: jhi                                   on 2002/01/12  05:30:03
+        Log: Doc tweaks.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 14207] By: jhi                                   on 2002/01/12  05:16:55
+        Log: Updating the test count is good; also rephrasing
+             so that there is no ok output containing "not".
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14206] By: jhi                                   on 2002/01/12  05:11:20
+        Log: Andreas is busy :-)
+     Branch: perl
+          ! doop.c t/op/unisprintf.t
+____________________________________________________________________________
+[ 14205] By: jhi                                   on 2002/01/12  04:55:20
+        Log: Unicode lookbehind looked bad.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14204] By: jhi                                   on 2002/01/12  01:43:48
+        Log: Garbage collection.
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 14203] By: jhi                                   on 2002/01/12  00:10:51
+        Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Fri, 11 Jan 2002 23:29:48 +0100
+             Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
+     Branch: perl
+          ! embed.fnc global.sym makedef.pl
+____________________________________________________________________________
+[ 14202] By: jhi                                   on 2002/01/12  00:07:41
+        Log: Subject: [PATCH] perldelta nit?
+             From: Robert Spier <rspier@pobox.com>
+             Date: Fri, 11 Jan 2002 15:19:16 -0800
+             Message-ID: <15423.29428.164185.251700@rls.cx>
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14201] By: jhi                                   on 2002/01/12  00:06:02
+        Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Fri, 11 Jan 2002 17:08:17 -0500
+             Message-ID: <20020111220817.GG2838@blackrider>
+     Branch: perl
+          ! t/run/kill_perl.t t/test.pl
+____________________________________________________________________________
+[ 14200] By: jhi                                   on 2002/01/12  00:02:05
+        Log: Subject: [PATCH] Correct misleading error message
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Fri, 11 Jan 2002 18:36:33 +0000
+             Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
+             
+             hash assignment -> anonymous hash
+     Branch: perl
+          ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
+____________________________________________________________________________
+[ 14199] By: jhi                                   on 2002/01/11  23:58:00
+        Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
+             From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
+             Date: Fri, 11 Jan 2002 16:58:14 +0100
+             Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
+     Branch: perl
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 14198] By: jhi                                   on 2002/01/11  23:53:05
+        Log: Add a new test for is-sprintf-preserving Unicodeness:
+             #14194 and an old one from kill_perl.t (I could have used
+             sprintf.t, but it's format was quite fixed, and I didn't
+             feel like breaking the format)
+     Branch: perl
+          + t/op/unisprintf.t
+          ! MANIFEST t/run/kill_perl.t
+____________________________________________________________________________
+[ 14197] By: jhi                                   on 2002/01/11  21:48:49
+        Log: Integrate perlio;
+             Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 14196] By: nick                                  on 2002/01/11  20:58:20
+        Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
+             as C runtime seems to get its hands on them even though we said
+             they were handled.
+             Still an issue with "die" out of signal handler - get panic: pp_iter
+     Branch: perlio
+          ! win32/win32.c
+____________________________________________________________________________
+[ 14195] By: jhi                                   on 2002/01/11  20:07:35
+        Log: Integrate perlio;
+             A mostly-stable version of "new" Win32 signal/kill support.
+     Branch: perl
+         !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
+         !> win32/config.gc win32/config.vc win32/config_H.bc
+         !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
+         !> win32/makefile.mk win32/win32.c win32/win32.h
+____________________________________________________________________________
+[ 14194] By: jhi                                   on 2002/01/11  20:04:26
+        Log: Fix for
+             
+             Subject: UTF-8 sprintf bug in bleadperl
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 11 Jan 2002 15:47:15 +0100
+             Message-ID: <m3vge99c7g.fsf@anima.de>
+             
+             I have tests, have just to figure out where to put them
+             since op/sprintf looks a bit unfriendly for tests of
+             somewhat freer form.
+     Branch: perl
+          ! doop.c sv.c
+____________________________________________________________________________
+[ 14193] By: nick                                  on 2002/01/11  18:25:34
+        Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
+             Builds and passes a few tests.
+     Branch: perlio
+         +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
+         +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
+         +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
+         +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
+         +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
+         +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
+         +> t/lib/sample-tests/lone_not_bug
+         +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
+         +> t/lib/sample-tests/vms_nit
+         !> (integrate 63 files)
+____________________________________________________________________________
+[ 14192] By: nick                                  on 2002/01/11  17:49:39
+        Log: A mostly-stable version of "new" Win32 signal/kill support.
+     Branch: perlio
+          ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+          ! win32/config_h.PL win32/makefile.mk win32/win32.c
+          ! win32/win32.h
+____________________________________________________________________________
+[ 14191] By: jhi                                   on 2002/01/11  15:34:53
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14190] By: jhi                                   on 2002/01/11  14:52:51
+        Log: Subject: [PATCH] Re: Magic numbers in B::Concise
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
+             Date: Thu, 10 Jan 2002 18:21:34 -0800
+             Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
+     Branch: perl
+          + ext/B/t/concise.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14189] By: jhi                                   on 2002/01/11  14:51:11
+        Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
+             necessary in form.t and html.t @INC setups.
+     Branch: perl
+          ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
+____________________________________________________________________________
+[ 14188] By: jhi                                   on 2002/01/11  14:31:17
+        Log: Yet another twist.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 14187] By: jhi                                   on 2002/01/11  14:14:12
+        Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Fri, 11 Jan 2002 13:04:15 +0100      
+             Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! hints/aix.sh
+____________________________________________________________________________
+[ 14186] By: jhi                                   on 2002/01/11  14:13:02
+        Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
+             From: Jonathan Stowe <gellyfish@gellyfish.com> 
+             Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 14185] By: jhi                                   on 2002/01/11  14:10:01
+        Log: Arguments were being mangled.
+     Branch: perl
+          ! t/test.pl
+____________________________________________________________________________
+[ 14184] By: jhi                                   on 2002/01/11  14:05:53
+        Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! lib/AnyDBM_File.t
+____________________________________________________________________________
+[ 14183] By: jhi                                   on 2002/01/11  13:59:22
+        Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 11 Jan 2002 04:26:27 -0500
+             Message-ID: <20020111092626.GA16544@blackrider>
+     Branch: perl
+          ! t/run/kill_perl.t t/test.pl
+____________________________________________________________________________
+[ 14182] By: jhi                                   on 2002/01/11  13:57:59
+        Log: Subject: [PATCH] Test::Harness 2.01
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Thu, 10 Jan 2002 21:11:24 -0500
+             Message-ID: <20020111021123.GA30666@blackrider>
+     Branch: perl
+          + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
+          + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
+          + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
+          + lib/Test/Harness/t/nonumbers.t
+          + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
+          + t/lib/sample-tests/lone_not_bug
+          + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
+          + t/lib/sample-tests/vms_nit
+          ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
+          ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
+____________________________________________________________________________
+[ 14181] By: jhi                                   on 2002/01/11  13:57:38
+        Log: patch is silly when creating new files: don't run
+             patch more than once.
+     Branch: perl
+          ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
+____________________________________________________________________________
+[ 14180] By: jhi                                   on 2002/01/11  13:53:49
+        Log: Forgot from #14179.
+     Branch: perl
+          ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
+____________________________________________________________________________
+[ 14179] By: jhi                                   on 2002/01/11  13:24:13
+        Log: Subject: [PATCH] is() undef/'' behavior change
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 11 Jan 2002 03:35:51 -0500
+             Message-ID: <20020111083551.GC30666@blackrider>
+             
+             Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Fri, 11 Jan 2002 03:37:44 -0500
+             Message-ID: <20020111083744.GD30666@blackrider>
+     Branch: perl
+          ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
+          ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
+          ! lib/Pod/t/InputObjects.t lib/blib.t
+____________________________________________________________________________
+[ 14178] By: jhi                                   on 2002/01/11  13:21:59
+        Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
+             From: Michael G Schwern <schwern@pobox.com> 
+             Date: Thu, 10 Jan 2002 19:56:23 -0500
+             Message-ID: <20020111005623.GA13192@blackrider>
+     Branch: perl
+          + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
+          ! MANIFEST 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/More.t
+          ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
+          ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
+          ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
+          ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
+          ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
+          ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
+          ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
+          ! lib/Test/Simple/t/plan_is_noplan.t
+          ! lib/Test/Simple/t/plan_no_plan.t
+          ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
+          ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
+          ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
+          ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
+          ! lib/Test/Tutorial.pod
+____________________________________________________________________________
+[ 14177] By: gsar                                  on 2002/01/11  02:56:05
+        Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
+             revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
+             
+             turns out even the malloc() was never really needed to begin with,
+             so get rid of it
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14176] By: jhi                                   on 2002/01/11  02:11:21
+        Log: Small doc tweaks.
+     Branch: perl
+          ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 14175] By: gsar                                  on 2002/01/11  01:05:15
+        Log: support using the CRT's malloc() family of functions instead of
+             the internal one when ithreads is enabled; allocate large blocks
+             using VirtualAlloc() since the Heap*() functions may only be tuned
+             for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
+             
+             pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
+             also see comments at the top of win32/vmem.h for other options that
+             can be set
+     Branch: perl
+          ! win32/vmem.h
+____________________________________________________________________________
+[ 14174] By: jhi                                   on 2002/01/10  19:33:29
+        Log: Subject: micropatch
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Thu, 10 Jan 2002 18:20:58 +0000
+             Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14173] By: jhi                                   on 2002/01/10  19:32:16
+        Log: Subject: [PATCH] Embed.t on Win32
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Thu, 10 Jan 2002 18:56:21 +0100
+             Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
+     Branch: perl
+          ! lib/ExtUtils/t/Embed.t
+____________________________________________________________________________
+[ 14172] By: jhi                                   on 2002/01/10  19:31:00
+        Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 10 Jan 2002 08:56:05 -0800
+             Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
+     Branch: perl
+          ! toke.c
+____________________________________________________________________________
+[ 14171] By: jhi                                   on 2002/01/10  19:29:08
+        Log: Subject: [PATCH] doc fixes
+             From: "Brendan O'Dea" <bod@debian.org>
+             Date: Fri, 11 Jan 2002 03:49:54 +1100
+             Message-ID: <20020110164954.GA21891@compusol.com.au>
+     Branch: perl
+          ! lib/I18N/Collate.pm pod/perlfunc.pod
+____________________________________________________________________________
+[ 14170] By: jhi                                   on 2002/01/10  17:48:42
+        Log: Integrate perlio; More signal hackery.
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 14169] By: jhi                                   on 2002/01/10  17:47:34
+        Log: No need to show internal encodings, or return them
+             in random order.
+     Branch: perl
+          ! ext/Encode/Encode.pm
+____________________________________________________________________________
+[ 14168] By: nick                                  on 2002/01/10  17:33:31
+        Log: Integrate mainline
+     Branch: perlio
+          - ext/Unicode/Normalize/Normalize.pod
+         !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
+         !> ext/Unicode/Normalize/Makefile.PL
+         !> ext/Unicode/Normalize/Normalize.pm
+         !> ext/Unicode/Normalize/Normalize.xs
+         !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
+         !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
+         !> t/run/kill_perl.t toke.c
+____________________________________________________________________________
+[ 14167] By: nick                                  on 2002/01/10  17:08:35
+        Log: More signal hackery
+     Branch: perlio
+          ! win32/win32.c
+____________________________________________________________________________
+[ 14166] By: jhi                                   on 2002/01/10  15:24:41
+        Log: I think we can claim to be supporting Unicode
+             "loose matching" now.
+     Branch: perl
+          ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 14165] By: jhi                                   on 2002/01/10  15:07:56
+        Log: Subject: doc patch
+             From: mjd@plover.com
+             Date: 10 Jan 2002 15:12:27 -0000
+             Message-ID: <20020110151227.14850.qmail@plover.com>
+     Branch: perl
+          ! pod/perlrun.pod
+____________________________________________________________________________
+[ 14164] By: jhi                                   on 2002/01/10  14:54:38
+        Log: Subject: Re: [ID 20011223.001] accept leaks memory
+             From: Andy Dougherty <doughera@lafayette.edu>
+             Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
+             Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
+     Branch: perl
+          ! hints/linux.sh
+____________________________________________________________________________
+[ 14163] By: jhi                                   on 2002/01/10  14:52:08
+        Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
+     Branch: perl
+         !> win32/win32.c
+____________________________________________________________________________
+[ 14162] By: jhi                                   on 2002/01/10  14:50:03
+        Log: Subject: [PATCH] Magic numbers in B::Concise
+             From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
+             Date: Wed, 9 Jan 2002 23:04:01 -0800
+             Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
+     Branch: perl
+          ! ext/B/B/Concise.pm ext/B/O.pm
+____________________________________________________________________________
+[ 14161] By: jhi                                   on 2002/01/10  14:48:52
+        Log: Subject: [PATCH] No 'once' warnings for variables declared with our
+             From: Gisle Aas <gisle@ActiveState.com>
+             Date: 09 Jan 2002 21:52:40 -0800
+             Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
+     Branch: perl
+          ! t/lib/strict/vars toke.c
+____________________________________________________________________________
+[ 14160] By: nick                                  on 2002/01/09  21:29:39
+        Log: Skeleton coding of more kill() support on Win32.
+     Branch: perlio
+          ! win32/win32.c
+____________________________________________________________________________
+[ 14159] By: jhi                                   on 2002/01/09  21:28:13
+        Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 9 Jan 2002 23:24:32 +0100
+             Message-ID: <20020109232432.A692@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14158] By: jhi                                   on 2002/01/09  21:25:19
+        Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! t/run/kill_perl.t
+____________________________________________________________________________
+[ 14157] By: jhi                                   on 2002/01/09  19:59:28
+        Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Wed, 09 Jan 2002 20:16:54 +0000
+             Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14156] By: jhi                                   on 2002/01/09  19:46:27
+        Log: Subject: [Patch @14129] fixes Unicode::Normalize
+             From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+             Date: Thu, 10 Jan 2002 01:08:56 +0900
+             Message-Id: <20020110010110.690B.BQW10602@nifty.com>
+     Branch: perl
+          - ext/Unicode/Normalize/Normalize.pod
+          ! MANIFEST ext/Unicode/Normalize/Makefile.PL
+          ! ext/Unicode/Normalize/Normalize.pm
+          ! ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/mkheader
+____________________________________________________________________________
+[ 14155] By: jhi                                   on 2002/01/09  19:09:15
+        Log: Integrate perlio; (Re-)implement alarm() for Win32.
+     Branch: perl
+         !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
+         !> win32/win32iop.h
+____________________________________________________________________________
+[ 14154] By: jhi                                   on 2002/01/09  19:08:15
+        Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Wed, 9 Jan 2002 17:56:04 +0000
+             Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
+     Branch: perl
+          ! t/op/readdir.t
+____________________________________________________________________________
+[ 14153] By: nick                                  on 2002/01/09  16:18:57
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/threads/t/stress_re.t t/op/unifold.t
+          - lib/unifold.t
+         !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
+         !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
+         !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
+____________________________________________________________________________
+[ 14152] By: jhi                                   on 2002/01/09  14:37:01
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14151] By: nick                                  on 2002/01/09  14:27:36
+        Log: (Re-)implement alarm() for Win32.
+     Branch: perlio
+          ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
+          ! win32/win32iop.h
+____________________________________________________________________________
+[ 14150] By: jhi                                   on 2002/01/09  14:27:23
+        Log: Thinko.
+     Branch: perl
+          ! ext/threads/t/stress_re.t
+____________________________________________________________________________
+[ 14149] By: jhi                                   on 2002/01/09  13:47:31
+        Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
+             Date: Wed, 09 Jan 2002 13:37:17 +0000                
+             Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
+     Branch: perl
+          ! regexec.c t/op/re_tests
+____________________________________________________________________________
+[ 14148] By: jhi                                   on 2002/01/09  13:00:09
+        Log: Subject: Re: Weird Malformed warning in bleadperl    
+             From: andreas.koenig@anima.de (Andreas J. Koenig)    
+             Date: 09 Jan 2002 11:12:37 +0100
+             Message-ID: <m3itabbzoq.fsf@anima.de>
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14147] By: jhi                                   on 2002/01/09  12:59:42
+        Log: Forgot stress_re.t from MANIFEST.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 14146] By: jhi                                   on 2002/01/09  12:47:27
+        Log: In dumping use isPRINT() instead of isprint() so that locale
+             does not come into play.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14145] By: jhi                                   on 2002/01/09  02:52:39
+        Log: Add a threads stress test for regular expressions
+             (mostly just a modified stress_string.t) and doesn't
+             test that much of regular expressions, just that $1
+             doesn't get stomped by competing threads (as it does
+             in the 5005threads of old).
+     Branch: perl
+          + ext/threads/t/stress_re.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14144] By: jhi                                   on 2002/01/09  02:28:33
+        Log: (retracted by #14307)
+             Subject: Re: [ID 20010912.007] substr reference core dump
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Tue, 08 Jan 2002 19:17:50 +0000
+             Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
+     Branch: perl
+          ! scope.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 14143] By: jhi                                   on 2002/01/09  01:32:05
+        Log: SANY (. with /s) wasn't happy on Unicode.
+     Branch: perl
+          ! regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 14142] By: ams                                   on 2002/01/08  22:42:10
+        Log: Subject: [PATCH] perldebug nit
+             From: Tels <tels@bloodgate.com>
+             Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
+     Branch: perl
+          ! pod/perldebug.pod
+____________________________________________________________________________
+[ 14141] By: ams                                   on 2002/01/08  21:32:59
+        Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Tue, 8 Jan 2002 17:31:35 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
+     Branch: perl
+          ! Makefile.SH
+____________________________________________________________________________
+[ 14140] By: ams                                   on 2002/01/08  21:27:57
+        Log: Subject: [PATCH] Re: Slight chokage from Deparse
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 8 Jan 2002 23:04:45 +0100
+             Message-Id: <20020108230445.A4798@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14139] By: jhi                                   on 2002/01/08  19:13:43
+        Log: Subject: [patch] peep() is rude
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
+             Date: Tue, 08 Jan 2002 19:17:50 +0000            
+             Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
+     Branch: perl
+          ! op.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 14138] By: jhi                                   on 2002/01/08  19:01:16
+        Log: unifold is really an op test since it requires
+             no external modules for its actual testing:
+             only the unicore CaseFold.txt file, and File::Spec
+             to portably access that file.
+     Branch: perl
+          + t/op/unifold.t
+          - lib/unifold.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14137] By: jhi                                   on 2002/01/08  16:29:48
+        Log: Subject: [patch] save a test 
+             From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
+             Date: Tue, 08 Jan 2002 16:18:47 +0000
+             Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14136] By: nick                                  on 2002/01/08  16:11:55
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
+         +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
+         !> (integrate 37 files)
+____________________________________________________________________________
+[ 14135] By: jhi                                   on 2002/01/08  15:12:38
+        Log: Subject: Not OK 13843 
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 08 Jan 2002 14:12:29 +0100
+             Message-ID: <m38zb9c7gi.fsf@anima.de>
+     Branch: perl
+          ! op.c t/op/subst.t
+____________________________________________________________________________
+[ 14134] By: jhi                                   on 2002/01/08  14:30:00
+        Log: Missed one variant of the fold testing, noticed bu Hugo.
+     Branch: perl
+          ! lib/unifold.t
+____________________________________________________________________________
+[ 14133] By: jhi                                   on 2002/01/08  14:23:39
+        Log: Enchance the Storable magic description.
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 14132] By: ams                                   on 2002/01/08  09:16:12
+        Log: Subject: [PATCH] don't installperl pods
+             From: H.Merijn Brand <h.m.brand@hccnet.nl>
+             Date: Tue, 08 Jan 2002 10:36:01 +0100
+             Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 14131] By: ams                                   on 2002/01/08  03:38:40
+        Log: Subject: Math-BigInt v1.49 released
+             From: Tels <perl_dummy@bloodgate.com>
+             Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
+     Branch: perl
+          + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
+          + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
+          ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+          ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
+          ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+          ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
+          ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
+          ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
+          ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
+          ! t/lib/Math/BigInt/Subclass.pm
+____________________________________________________________________________
+[ 14130] By: jhi                                   on 2002/01/08  02:13:53
+        Log: A little better comments.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14129] By: jhi                                   on 2002/01/07  23:45:05
+        Log: No normalization form DNF.
+     Branch: perl
+          ! ext/Unicode/Normalize/Normalize.pm
+____________________________________________________________________________
+[ 14128] By: jhi                                   on 2002/01/07  23:40:15
+        Log: Extension nits found by -Wall (several from threads
+             and threads::shared, but leaving them to Arthur).
+     Branch: perl
+          ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
+          ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
+          ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
+          ! ext/Unicode/Normalize/mkheader x2p/str.c
+____________________________________________________________________________
+[ 14127] By: pudge                                 on 2002/01/07  22:25:55
+        Log: Sync up Changes etc.
+     Branch: maint-5.6/macperl
+          ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
+____________________________________________________________________________
+[ 14126] By: pudge                                 on 2002/01/07  22:23:06
+        Log: Eliminate nested calls to exit() (MacPerl bug #469132)
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPFile.c macos/macperl/MPMain.c
+____________________________________________________________________________
+[ 14125] By: ams                                   on 2002/01/07  22:03:22
+        Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
+             From: Nicholas Clark (sans From field in mail header)
+             Date: Mon, 7 Jan 2002 16:18:23 +0000
+             Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Exporter.pm
+____________________________________________________________________________
+[ 14124] By: ams                                   on 2002/01/07  21:46:11
+        Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Mon, 7 Jan 2002 16:59:38 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
+     Branch: perl
+          ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
+____________________________________________________________________________
+[ 14123] By: nick                                  on 2002/01/07  18:49:55
+        Log: Integrate mainline
+     Branch: perlio
+         !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
+         !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
+         !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
+         !> regexec.c t/op/re_tests utf8.c utf8.h
+____________________________________________________________________________
+[ 14122] By: jhi                                   on 2002/01/07  16:09:50
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14121] By: jhi                                   on 2002/01/07  16:03:34
+        Log: Subject: [PATCH] Correct module name in perldelta*
+             From: Mike Guy <mjtg@cam.ac.uk>
+             Date: Mon, 07 Jan 2002 17:02:43 +0000
+             Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
+     Branch: perl
+          ! pod/perl561delta.pod pod/perl56delta.pod
+____________________________________________________________________________
+[ 14120] By: jhi                                   on 2002/01/07  15:55:25
+        Log: AUTHORS update.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14119] By: jhi                                   on 2002/01/07  15:52:34
+        Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
+     Branch: perl
+          ! ext/Storable/Storable.pm
+____________________________________________________________________________
+[ 14118] By: jhi                                   on 2002/01/07  15:06:25
+        Log: perldelta updates.
+     Branch: perl
+          ! pod/perldelta.pod
+____________________________________________________________________________
+[ 14117] By: jhi                                   on 2002/01/07  13:52:30
+        Log: Document the flags of pv_uni_display().
+     Branch: perl
+          ! pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[ 14116] By: jhi                                   on 2002/01/07  13:49:17
+        Log: Forgot from #14115.
+     Branch: perl
+          ! t/op/re_tests
+____________________________________________________________________________
+[ 14115] By: jhi                                   on 2002/01/07  13:48:06
+        Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
+             From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
+             Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
+             Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14114] By: jhi                                   on 2002/01/07  04:44:05
+        Log: More regex and utf8 debug dumping.
+     Branch: perl
+          ! dump.c regcomp.c regexec.c utf8.c utf8.h
+____________________________________________________________________________
+[ 14113] By: jhi                                   on 2002/01/07  01:05:01
+        Log: Unused variable.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14112] By: jhi                                   on 2002/01/07  00:52:46
+        Log: Regen toc.
+     Branch: perl
+          ! pod/perltoc.pod
+____________________________________________________________________________
+[ 14111] By: jhi                                   on 2002/01/07  00:03:57
+        Log: capitalize correctly, noticed by David Dyck.
+     Branch: perl
+          ! lib/sort.pm
+____________________________________________________________________________
+[ 14110] By: nick                                  on 2002/01/06  22:05:19
+        Log: Integrate mainline - threads mended, DB_File sick?
+     Branch: perlio
+         !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
+         !> ext/DB_File/Changes ext/DB_File/DB_File.pm
+         !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
+         !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
+         !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
+____________________________________________________________________________
+[ 14109] By: jhi                                   on 2002/01/06  20:51:32
+        Log: No need to overqualify.
+     Branch: perl
+          ! lib/sort.pm
+____________________________________________________________________________
+[ 14108] By: jhi                                   on 2002/01/06  20:38:34
+        Log: PL_debug_pad wasn't initialized to zeroes which broke
+             ithreads + DEBUGGING.
+     Branch: perl
+          ! sv.c
+____________________________________________________________________________
+[ 14107] By: jhi                                   on 2002/01/06  15:39:31
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14106] By: jhi                                   on 2002/01/06  15:33:51
+        Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
+             Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! pp_sys.c
+____________________________________________________________________________
+[ 14105] By: jhi                                   on 2002/01/06  15:11:15
+        Log: DB_File sync from Paul Marquess.
+     Branch: perl
+          ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+          ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
+          ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
+____________________________________________________________________________
+[ 14104] By: jhi                                   on 2002/01/06  15:08:14
+        Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
+             Date: Sun, 6 Jan 2002 11:44:30 +0100
+             Message-ID: <3C38389E.7831.493570@localhost>
+     Branch: perl
+          ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
+          ! utils/perlcc.PL
+____________________________________________________________________________
+[ 14103] By: jhi                                   on 2002/01/06  14:57:01
+        Log: Tests for #14098.
+     Branch: perl
+          ! t/op/lc.t
+____________________________________________________________________________
+[ 14102] By: nick                                  on 2002/01/06  11:33:55
+        Log: Integrate mainline (PPPort still multi-building).
+     Branch: perlio
+         +> lib/unifold.t
+         !> (integrate 30 files)
+____________________________________________________________________________
+[ 14101] By: ams                                   on 2002/01/06  04:52:50
+        Log: Subject: [PATCH] Bad prototype detection now an optional warning
+             From: Sam Tregar <sam@tregar.com>
+             Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
+             Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
+          ! t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 14100] By: ams                                   on 2002/01/06  01:56:59
+        Log: Subject: [PATCH] Correct several Stratus VOS build issues
+             From: "Green, Paul" <Paul.Green@stratus.com>
+             Date: Sat, 5 Jan 2002 21:30:56 -0500
+             Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
+____________________________________________________________________________
+[ 14099] By: jhi                                   on 2002/01/05  22:51:38
+        Log: Further perl.org URL elaboration from Ask.
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 14098] By: jhi                                   on 2002/01/05  22:47:59
+        Log: The same problem with To{Lower,Title,Upper}
+             as earlier with ToFold.
+     Branch: perl
+          ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
+          ! lib/unicore/To/Upper.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 14097] By: jhi                                   on 2002/01/05  22:11:35
+        Log: Retract #14057 for now; the alarm/setitimer timers
+             seen to be the same in many systems, which leads into
+             hangups.
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 14096] By: jhi                                   on 2002/01/05  22:09:20
+        Log: Finish up (ha!) the Unicode case folding;
+             enhance regex dumping code.
+     Branch: perl
+          + lib/unifold.t
+          ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
+          ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
+____________________________________________________________________________
+[ 14095] By: jhi                                   on 2002/01/05  22:07:33
+        Log: Use the perl.org news gw instead of the perl.com one
+             (from Ask).
+     Branch: perl
+          ! pod/perlfaq1.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 14094] By: jhi                                   on 2002/01/05  21:26:09
+        Log: Zero() wasn't documented.
+     Branch: perl
+          ! pod/perlclib.pod
+____________________________________________________________________________
+[ 14093] By: ams                                   on 2002/01/05  17:58:35
+        Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Sat, 5 Jan 2002 18:55:39 +0000
+             Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
+     Branch: perl
+          ! lib/Memoize/t/tie_ndbm.t
+____________________________________________________________________________
+[ 14092] By: jhi                                   on 2002/01/05  17:26:05
+        Log: Also UNICOS/mk has deviant socketpair().
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 14091] By: jhi                                   on 2002/01/05  17:21:12
+        Log: Ooops.  Retract the regex parts of #14090.
+     Branch: perl
+          ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
+____________________________________________________________________________
+[ 14090] By: jhi                                   on 2002/01/05  17:18:43
+        Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
+             From: Nicholas Clark <nick@unfortu.net> 
+             Date: Sat, 5 Jan 2002 18:10:13 +0000
+             Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
+     Branch: perl
+          ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
+          ! regcomp.h regexec.c
+____________________________________________________________________________
+[ 14089] By: jhi                                   on 2002/01/05  15:42:12
+        Log: Integrate perlio; a missing aTHX.
+     Branch: perl
+         !> op.c
+____________________________________________________________________________
+[ 14088] By: nick                                  on 2002/01/05  12:35:01
+        Log: One missing aTHX_
+     Branch: perlio
+          ! op.c
+____________________________________________________________________________
+[ 14087] By: nick                                  on 2002/01/05  12:00:48
+        Log: Raw integrate of mainline - op.c looks dodgy.
+     Branch: perlio
+         +> lib/Pod/t/Functions.t t/op/winsystem.t
+          - lib/File/Spec/NW5.pm t/op/system.t
+         !> (integrate 77 files)
+____________________________________________________________________________
+[ 14086] By: gsar                                  on 2002/01/05  00:19:01
+        Log: integrate changes from maint-5.6/macperl branch
+     Branch: maint-5.6/perl
+         !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
+         !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
+____________________________________________________________________________
+[ 14085] By: jhi                                   on 2002/01/04  23:36:23
+        Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
+             found by Marc Lehmann.
+     Branch: perl
+          ! pp.c
+____________________________________________________________________________
+[ 14084] By: jhi                                   on 2002/01/04  22:57:03
+        Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Sat, 5 Jan 2002 00:31:12 +0100
+             Message-ID: <20020105003112.E1850@rafael>              
+     Branch: perl
+          ! t/comp/proto.t
+____________________________________________________________________________
+[ 14083] By: jhi                                   on 2002/01/04  22:56:23
+        Log: A bit of "perl.com" cleanup.
+     Branch: perl
+          ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
+          ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
+          ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
+          ! pod/perlmodlib.PL pod/perlmodlib.pod
+____________________________________________________________________________
+[ 14082] By: jhi                                   on 2002/01/04  21:53:30
+        Log: Subject: [PATCH op.c] Bad \[...] prototype checking
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Fri, 4 Jan 2002 23:35:19 +0100
+             Message-ID: <20020104233519.A1850@rafael>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14081] By: jhi                                   on 2002/01/04  21:45:22
+        Log: Integrate change #14062 from macperl;
+             Define setbuf, setvbuf for Mac OS
+     Branch: perl
+         !> ext/IO/IO.xs
+____________________________________________________________________________
+[ 14080] By: pudge                                 on 2002/01/04  21:21:22
+        Log: Bump version, update Changes
+     Branch: maint-5.6/macperl
+          ! macos/Changes macos/MPVersion.r
+____________________________________________________________________________
+[ 14079] By: pudge                                 on 2002/01/04  21:09:40
+        Log: Add more droplets
+     Branch: maint-5.6/macperl
+          + macos/macperl/Droplets/gluedialect.plx
+          + macos/macperl/Droplets/glueedit.plx
+          + macos/macperl/Droplets/gluemac.plx
+          + macos/macperl/Droplets/gluescriptadds.plx
+          + macos/macperl/Droplets/installme.plx
+          + macos/macperl/Droplets/show_glue_pods.plx
+          + macos/macperl/Droplets/tarzipme.plx
+          + macos/macperl/Droplets/untarzipme.plx
+____________________________________________________________________________
+[ 14078] By: jhi                                   on 2002/01/04  21:07:05
+        Log: Display the native pwd command.
+     Branch: perl
+          ! ext/Cwd/t/cwd.t
+____________________________________________________________________________
+[ 14077] By: jhi                                   on 2002/01/04  21:00:53
+        Log: Under Mac OS X /dev/stdout is normally a symlink,
+             but when running the test it seems to become a socket.
+             So let's extend our censorship.
+     Branch: perl
+          ! t/op/stat.t
+____________________________________________________________________________
+[ 14076] By: pudge                                 on 2002/01/04  20:44:23
+        Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
+     Branch: maint-5.6/macperl
+          + macos/HandleSocket.cp
+          ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
+          ! macos/macperl.sym
+____________________________________________________________________________
+[ 14075] By: pudge                                 on 2002/01/04  20:42:06
+        Log: Doc updates
+     Branch: maint-5.6/macperl
+          ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
+____________________________________________________________________________
+[ 14074] By: pudge                                 on 2002/01/04  20:41:26
+        Log: Update libraries
+     Branch: maint-5.6/macperl
+          ! macos/macperl/Makefile.mk
+____________________________________________________________________________
+[ 14073] By: pudge                                 on 2002/01/04  20:40:11
+        Log: Update tests to Mac::StandardFile from StandardFile.pl,
+             plus other fixes
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Menus/t/MenuBar.t
+          ! macos/ext/Mac/Movies/t/PlayMacMovie.t
+          ! macos/ext/Mac/Movies/t/PlayMovie.t
+          ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
+          ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
+          ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
+          ! macos/ext/Mac/Resources/t/Resources.t
+____________________________________________________________________________
+[ 14072] By: pudge                                 on 2002/01/04  20:37:44
+        Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
+     Branch: maint-5.6/macperl
+          ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
+          ! macos/ext/Mac/Movies/Movies.xs
+          ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
+          ! macos/ext/Mac/StandardFile/StandardFile.xs
+          ! macos/ext/Mac/Windows/Windows.xs
+____________________________________________________________________________
+[ 14071] By: pudge                                 on 2002/01/04  20:35:52
+        Log: Updates for Universal Headers 3.4 (forgot one)
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPConsole.cp
+____________________________________________________________________________
+[ 14070] By: pudge                                 on 2002/01/04  20:32:57
+        Log: Updates for Universal Headers 3.4
+     Branch: maint-5.6/macperl
+          ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
+          ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
+          ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
+          ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
+          ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
+          ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
+          ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
+          ! macos/macperl/MPSave.c macos/macperl/MPScript.c
+          ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
+____________________________________________________________________________
+[ 14069] By: pudge                                 on 2002/01/04  20:28:20
+        Log: Change AddEmulationProc to MacPerl_AddEmulationProc
+             from <200112112327.JAA25434@gpo.metropolis.net.au>;
+             don't crash on quit for 68K (MacPerl Bug #490013)
+     Branch: maint-5.6/macperl
+          ! macos/macish.c macos/macperl/MPConsole.cp
+____________________________________________________________________________
+[ 14068] By: jhi                                   on 2002/01/04  20:24:59
+        Log: If we do have socketpair(), make my_socketpair()
+             just call the real socketpair().  This way we always
+             have real code behind my_socketpair() and a symbol
+             corresponding to the my_socketpair in global.sym.
+     Branch: perl
+          ! embed.fnc embed.h makedef.pl proto.h util.c
+____________________________________________________________________________
+[ 14067] By: pudge                                 on 2002/01/04  20:19:18
+        Log: Disable sigaction (MacPerl Bug #470321)
+     Branch: maint-5.6/macperl
+          ! macos/config.h macos/config.sh
+____________________________________________________________________________
+[ 14066] By: pudge                                 on 2002/01/04  20:16:47
+        Log: Make GUSI resource work (MacPerl Bug #464638)
+     Branch: maint-5.6/macperl
+          ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
+          ! macos/macperl/MacPerl.rsrc
+____________________________________________________________________________
+[ 14065] By: pudge                                 on 2002/01/04  20:14:26
+        Log: Make AutoSplit go a little deeper
+     Branch: maint-5.6/macperl
+          ! macos/Makefile.mk
+____________________________________________________________________________
+[ 14064] By: pudge                                 on 2002/01/04  20:13:36
+        Log: A few doc updates from bleadperl
+     Branch: maint-5.6/macperl
+          ! pod/perlmodinstall.pod pod/perlport.pod
+____________________________________________________________________________
+[ 14063] By: pudge                                 on 2002/01/04  20:12:11
+        Log: Sync up to latest changes from bleadperl
+     Branch: maint-5.6/macperl
+          ! lib/File/Find.pm
+____________________________________________________________________________
+[ 14062] By: pudge                                 on 2002/01/04  20:09:20
+        Log: Define setbuf, setvbuf for Mac OS
+     Branch: maint-5.6/macperl
+          ! ext/IO/IO.xs
+____________________________________________________________________________
+[ 14061] By: pudge                                 on 2002/01/04  20:07:38
+        Log: Delete by request of Mark-Jason Dominus (change #13676)
+     Branch: maint-5.6/macperl
+          - macos/bundled_lib/blib/lib/Memoize/Saves.pm
+____________________________________________________________________________
+[ 14060] By: jhi                                   on 2002/01/04  20:06:58
+        Log: Spread the good word of "env".
+     Branch: perl
+          ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
+____________________________________________________________________________
+[ 14059] By: jhi                                   on 2002/01/04  19:57:11
+        Log: Till the system tests do something non-Win*, better rename
+             the test so that people on other platforms don't get confused.
+             (Not win32system, because assumedly there's win64, too.)
+     Branch: perl
+          + t/op/winsystem.t
+          - t/op/system.t
+          ! MANIFEST
+____________________________________________________________________________
+[ 14058] By: jhi                                   on 2002/01/04  19:48:09
+        Log: Some tweaks.
+     Branch: perl
+          ! lib/Pod/t/Functions.t
+____________________________________________________________________________
+[ 14057] By: ams                                   on 2002/01/04  17:40:31
+        Log: (retracted by #14057)
+             
+             Subject: [PATCH] Time/HiRes/HiRes.t
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Fri, 4 Jan 2002 17:28:46 +0000
+             Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Time/HiRes/HiRes.t
+____________________________________________________________________________
+[ 14056] By: jhi                                   on 2002/01/04  17:35:34
+        Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Fri, 04 Jan 2002 18:42:33 +0100
+             Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
+     Branch: perl
+          + lib/Pod/t/Functions.t
+          ! MANIFEST lib/Pod/Functions.pm
+____________________________________________________________________________
+[ 14055] By: jhi                                   on 2002/01/04  14:33:09
+        Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Thu, 3 Jan 2002 17:32:20 -0600
+             Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 14054] By: jhi                                   on 2002/01/04  04:04:05
+        Log: Document the U+0085, U+2028, and U+2029.
+     Branch: perl
+          ! pod/perlre.pod pod/perlretut.pod
+____________________________________________________________________________
+[ 14053] By: ams                                   on 2002/01/04  03:27:44
+        Log: Subject: [PATCH] warn if not CORE::dump
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 3 Jan 2002 22:04:00 +0100
+             Message-Id: <20020103220400.A13958@rafael>
+     Branch: perl
+          ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 14052] By: jhi                                   on 2002/01/04  03:13:50
+        Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
+     Branch: perl
+          ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
+____________________________________________________________________________
+[ 14051] By: ams                                   on 2002/01/04  03:00:12
+        Log: Subject: [PATCH] File::Compare::VERSION
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Thu, 3 Jan 2002 23:42:52 +0100
+             Message-Id: <20020103234252.G13958@rafael>
+     Branch: perl
+          ! lib/File/Compare.pm
+____________________________________________________________________________
+[ 14050] By: ams                                   on 2002/01/04  02:58:05
+        Log: Subject: [PATCH @14042] threads::shared doc
+             From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
+             Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
+             Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
+     Branch: perl
+          ! ext/threads/shared/shared.pm
+____________________________________________________________________________
+[ 14049] By: jhi                                   on 2002/01/03  20:38:22
+        Log: #14048 exposed few false positives, to be fixed soonish.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14048] By: jhi                                   on 2002/01/03  20:36:38
+        Log: Do not add the first characters of multicharacter foldings
+             into character classes.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14047] By: jhi                                   on 2002/01/03  20:30:55
+        Log: A bit of testing for #14046.
+     Branch: perl
+          ! t/op/pat.t
+____________________________________________________________________________
+[ 14046] By: jhi                                   on 2002/01/03  20:22:48
+        Log: Allow emitting the foldcased version of "\x{df}", "ss"
+             (among others, another example would be \x{fb00} -> "ff")
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 14045] By: jhi                                   on 2002/01/03  19:29:35
+        Log: Subject: [PATCH] File::Spec & NetWare
+             From: Dave Rolsky <autarch@urth.org>
+             Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
+             Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
+     Branch: perl
+          - lib/File/Spec/NW5.pm
+          ! MANIFEST lib/File/Spec.pm
+____________________________________________________________________________
+[ 14044] By: jhi                                   on 2002/01/03  19:26:53
+        Log: FAQ sync (RCS Ids only?)
+     Branch: perl
+          ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
+____________________________________________________________________________
+[ 14043] By: jhi                                   on 2002/01/03  19:25:48
+        Log: AUTHORs updates.
+     Branch: perl
+          ! AUTHORS
+____________________________________________________________________________
+[ 14042] By: jhi                                   on 2002/01/03  16:04:24
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14041] By: jhi                                   on 2002/01/03  15:57:42
+        Log: Missed the =head1 additions.
+     Branch: perl
+          ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
+          ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
+          ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
+          ! util.c
+____________________________________________________________________________
+[ 14040] By: jhi                                   on 2002/01/03  15:05:06
+        Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 3 Jan 2002 15:26:20 GMT
+             Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
+     Branch: perl
+          ! lib/Carp.t lib/Carp/Heavy.pm
+____________________________________________________________________________
+[ 14039] By: jhi                                   on 2002/01/03  15:02:12
+        Log: Subject: [PATCH hv.c] 
+             From: Robin Barker <rmb1@cise.npl.co.uk>
+             Date: Thu, 3 Jan 2002 14:49:06 GMT
+             Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
+             
+             -Wformat check.
+     Branch: perl
+          ! hv.c
+____________________________________________________________________________
+[ 14038] By: jhi                                   on 2002/01/03  15:01:09
+        Log: NetWare tweaks from Ananth Kesari.
+     Branch: perl
+          ! NetWare/t/NWScripts.pl lib/File/Find.pm
+____________________________________________________________________________
+[ 14037] By: jhi                                   on 2002/01/03  13:41:38
+        Log: Cast.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14036] By: ams                                   on 2002/01/03  12:12:31
+        Log: Grammar fix suggested by Gwyn Judd.
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14035] By: nick                                  on 2002/01/03  09:22:42
+        Log: More strange perlio != mainline differences where
+             I have not been.
+     Branch: perlio
+         !> hints/unicos.sh hints/unicosmk.sh
+____________________________________________________________________________
+[ 14034] By: nick                                  on 2002/01/03  09:19:37
+        Log: Integrate mainline (including force integrate of
+             lib/charnames.pm which had got out-of-step)
+     Branch: perlio
+         !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
+____________________________________________________________________________
+[ 14033] By: ams                                   on 2002/01/03  08:24:24
+        Log: Subject: Not ok 14031: PPPort Makefile.PL
+             From: andreas.koenig@anima.de (Andreas J. Koenig)
+             Date: 03 Jan 2002 10:17:46 +0100
+             Message-Id: <m3sn9n94jp.fsf@anima.de>
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 14032] By: nick                                  on 2002/01/03  08:24:00
+        Log: Integrate mainline.
+     Branch: perlio
+         +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
+         +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
+         !> (integrate 31 files)
+____________________________________________________________________________
+[ 14031] By: jhi                                   on 2002/01/03  01:52:04
+        Log: Off-by-one is my middle name.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14030] By: ams                                   on 2002/01/02  23:56:37
+        Log: Subject: [PATCH @14015] threads::shared disabling
+             From: Andy Bussey <andybussey@yahoo.co.uk>
+             Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
+             Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
+     Branch: perl
+          + ext/threads/shared/t/no_share.t
+          ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
+____________________________________________________________________________
+[ 14029] By: jhi                                   on 2002/01/02  23:40:08
+        Log: Simon's new perlapi scheme, I hope I got all the pieces.
+     Branch: perl
+          + autodoc.pl embed.fnc
+          ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
+____________________________________________________________________________
+[ 14028] By: jhi                                   on 2002/01/02  23:29:03
+        Log: Integrate perlio; more PPPort Makefile source dependence removal
+     Branch: perl
+         !> ext/Devel/PPPort/Makefile.PL perl.h
+____________________________________________________________________________
+[ 14027] By: ams                                   on 2002/01/02  21:42:50
+        Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Wed, 2 Jan 2002 23:09:13 +0100
+             Message-Id: <20020102230913.A17373@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 14026] By: ams                                   on 2002/01/02  21:38:34
+        Log: Subject: Re: PATCH: lib/Term/Cap.pm
+             From: Jonathan Stowe <gellyfish@gellyfish.com>
+             Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
+             Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
+     Branch: perl
+          ! lib/Term/Cap.pm
+____________________________________________________________________________
+[ 14025] By: ams                                   on 2002/01/02  18:34:26
+        Log: Subject: [PATCH] Bad prototype detection changed from error to warning
+             From: Sam Tregar <sam@tregar.com>
+             Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
+             Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
+     Branch: perl
+          ! pod/perldiag.pod t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 14024] By: ams                                   on 2002/01/02  18:16:12
+        Log: Subject: PATCH: lib/Term/Cap.pm
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
+             Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
+     Branch: perl
+          ! lib/Term/Cap.pm
+____________________________________________________________________________
+[ 14023] By: ams                                   on 2002/01/02  18:12:31
+        Log: Subject: PATCH: lib/Cwd.pm for QNX4
+             From: Norton Allen <allen@huarp.harvard.edu>
+             Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
+             Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
+     Branch: perl
+          ! lib/Cwd.pm
+____________________________________________________________________________
+[ 14022] By: nick                                  on 2002/01/02  18:01:21
+        Log: More PPPort Makefile source dependence removal
+     Branch: perlio
+          ! ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 14021] By: nick                                  on 2002/01/02  17:44:36
+        Log: Sort out muddle of editing on three machines ...
+     Branch: perlio
+         !> Changes MANIFEST cygwin/Makefile.SHs
+         !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
+         !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
+         !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
+____________________________________________________________________________
+[ 14020] By: ams                                   on 2002/01/02  17:06:27
+        Log: Fix misplaced application of #14016.
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14019] By: jhi                                   on 2002/01/02  16:51:38
+        Log: Integrate perlio; avoid uninit debug_pad.
+     Branch: perl
+         !> sv.c
+____________________________________________________________________________
+[ 14018] By: jhi                                   on 2002/01/02  16:50:22
+        Log: makedepend VOS fix from Paul Green.
+     Branch: perl
+          ! makedepend.SH
+____________________________________________________________________________
+[ 14017] By: nick                                  on 2002/01/02  16:09:43
+        Log: Avoid un-init perl_debug_pad in clones
+     Branch: perlio
+          ! sv.c
+____________________________________________________________________________
+[ 14016] By: ams                                   on 2002/01/02  15:58:11
+        Log: Subject: [PATCH] random crash in B::LISTOP::last
+             From: "Mattia Barbon" <mbarbon@dsi.unive.it>
+             Date: Wed, 2 Jan 2002 17:37:28 +0100
+             Message-Id: <3C334558.3906.19CB98D@localhost>
+     Branch: perl
+          ! op.c
+____________________________________________________________________________
+[ 14015] By: jhi                                   on 2002/01/02  15:21:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 14014] By: jhi                                   on 2002/01/02  15:12:57
+        Log: One more iteration of the ibcmp_utf8() interface,
+             hopefully this is a convergent iteration...
+     Branch: perl
+          ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
+____________________________________________________________________________
+[ 14013] By: ams                                   on 2002/01/02  13:43:58
+        Log: Upgrade to podlators-1.19.
+     Branch: perl
+          + lib/Pod/t/man.t lib/Pod/t/text-errors.t
+          ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
+          ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
+          ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
+          ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
+____________________________________________________________________________
+[ 14012] By: ams                                   on 2002/01/02  09:48:51
+        Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
+             From: martyn@inpharmatica.co.uk
+             Date: Wed, 19 Dec 2001 19:05:00 +0000
+             Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
+     Branch: perl
+          ! lib/Pod/Usage.pm
+____________________________________________________________________________
+[ 14011] By: nick                                  on 2002/01/02  08:38:18
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 28 files)
+____________________________________________________________________________
+[ 14010] By: jhi                                   on 2002/01/02  03:59:22
+        Log: Make ibcmp_utf8() optionally progress in either string for
+             as long as it takes and optionally record how far it got.
+     Branch: perl
+          ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
+____________________________________________________________________________
+[ 14009] By: jhi                                   on 2002/01/02  00:35:15
+        Log: Once more try to get the PPPort Makefile right.
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
+____________________________________________________________________________
+[ 14008] By: jhi                                   on 2002/01/02  00:03:27
+        Log: -Wall silencing.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 14007] By: jhi                                   on 2002/01/01  23:48:19
+        Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 1 Jan 2002 22:45:21 +0100       
+             Message-ID: <20020101224521.A691@rafael>
+     Branch: perl
+          ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 14006] By: jhi                                   on 2002/01/01  23:40:10
+        Log: VOS tweak from Paul Green: VOS has different O_BINARY
+             and O_TEXT, but VOS always uses LF, never CRLF.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 14005] By: jhi                                   on 2002/01/01  23:34:25
+        Log: Make ibcmp_utf8() more robust and make regmatch() use it.
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 14004] By: jhi                                   on 2002/01/01  18:27:50
+        Log: Now that to_utf8_fold() was fixed.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 14003] By: jhi                                   on 2002/01/01  18:04:02
+        Log: Integrate perlio; experimental binmode() re-coding.
+     Branch: perl
+         !> perlio.c
+____________________________________________________________________________
+[ 14002] By: jhi                                   on 2002/01/01  17:53:44
+        Log: Document the to_utf8_*() functions.
+     Branch: perl
+          ! embed.pl pod/perlapi.pod utf8.c
+____________________________________________________________________________
+[ 14001] By: jhi                                   on 2002/01/01  17:29:05
+        Log: Better support for multicharacter foldings.
+             Now all but two of the CaseFold.txt cases work-- but
+             only when the target string is single-character, more
+             debugging needed.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 14000] By: ams                                   on 2002/01/01  15:59:43
+        Log: Subject: [PATCH] don't installperl pods
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 1 Jan 2002 16:44:12 +0000
+             Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
+     Branch: perl
+          ! installperl
+____________________________________________________________________________
+[ 13999] By: ams                                   on 2002/01/01  14:34:04
+        Log: Subject: [PATCH] perldiag.pod transposition
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 1 Jan 2002 15:03:52 +0000
+             Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 13998] By: ams                                   on 2002/01/01  13:36:49
+        Log: Subject: [PATCH perldiag] Corrections : unknown warning category
+             From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
+             Date: Tue, 1 Jan 2002 15:12:36 +0100
+             Message-Id: <20020101151236.A951@rafael>
+     Branch: perl
+          ! pod/perldiag.pod
+____________________________________________________________________________
+[ 13997] By: ams                                   on 2002/01/01  13:33:06
+        Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
+             From: Nicholas Clark <nick@unfortu.net>
+             Date: Tue, 1 Jan 2002 13:13:17 +0000
+             Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
+     Branch: perl
+          ! ext/Socket/socketpair.t
+____________________________________________________________________________
+[ 13996] By: ams                                   on 2002/01/01  04:44:28
+        Log: Subject: [PATCH @13746] Leaner exporter
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 18:16:08 -0500
+             Message-Id: <20011231181608.A29253@math.ohio-state.edu>
+     Branch: perl
+          ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
+____________________________________________________________________________
+[ 13995] By: ams                                   on 2002/01/01  04:29:44
+        Log: Subject: [PATCH @13746] h2xs broken
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 17:48:55 -0500
+             Message-Id: <20011231174855.A29128@math.ohio-state.edu>
+     Branch: perl
+          ! utils/h2xs.PL
+____________________________________________________________________________
+[ 13994] By: ams                                   on 2002/01/01  04:25:46
+        Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
+             From: Ilya Zakharevich <ilya@math.ohio-state.edu>
+             Date: Mon, 31 Dec 2001 17:42:25 -0500
+             Message-Id: <20011231174225.A29048@math.ohio-state.edu>
+     Branch: perl
+          ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 13993] By: jhi                                   on 2002/01/01  03:45:24
+        Log: Rename the variables to be a bit more consistent.
+     Branch: perl
+          ! utf8.c
+____________________________________________________________________________
+[ 13992] By: jhi                                   on 2002/01/01  03:35:01
+        Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
+             (found by Jeffrey Friedl)
+     Branch: perl
+          ! regexec.c t/op/pat.t utf8.c
+____________________________________________________________________________
+[ 13991] By: nick                                  on 2001/12/31  18:08:55
+        Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 13990] By: jhi                                   on 2001/12/31  17:13:12
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
+[ 13989] By: jhi                                   on 2001/12/31  16:47:28
+        Log: Less unused ones.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 13988] By: jhi                                   on 2001/12/31  16:46:29
+        Log: Unused variable.
+     Branch: perl
+          ! regcomp.c
+____________________________________________________________________________
+[ 13987] By: jhi                                   on 2001/12/31  16:41:15
+        Log: Forgotten file.
+     Branch: perl
+          ! MANIFEST
+____________________________________________________________________________
+[ 13986] By: jhi                                   on 2001/12/31  16:35:57
+        Log: Subject: Re: Cygwin: one down one to go 
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 31 Dec 2001 18:34:36 +0100
+             Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! cygwin/Makefile.SHs
+____________________________________________________________________________
+[ 13985] By: jhi                                   on 2001/12/31  16:33:08
+        Log: Add some comments to the recent Unicode case-folding saga.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 13984] By: jhi                                   on 2001/12/31  16:19:13
+        Log: Slight comment tweakage.
+     Branch: perl
+          ! ext/I18N/Langinfo/Langinfo.t
+____________________________________________________________________________
+[ 13983] By: jhi                                   on 2001/12/31  16:05:18
+        Log: Clarify the BeOS O_TEXT/O_BINARY situation.
+     Branch: perl
+          ! perl.h
+____________________________________________________________________________
+[ 13982] By: jhi                                   on 2001/12/31  15:05:36
+        Log: Subject: [ PATCH] Cygwin: one down one to go
+             From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+             Date: Mon, 31 Dec 2001 17:03:40 +0100
+             Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
+     Branch: perl
+          ! lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 13981] By: jhi                                   on 2001/12/31  14:44:03
+        Log: Tweak the dependencies not to recompile everytime,
+             as suggested by NI-S.
+     Branch: perl
+          ! ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 13980] By: jhi                                   on 2001/12/31  14:29:17
+        Log: Planning still not right.
+     Branch: perl
+          ! lib/User/grent.t
+____________________________________________________________________________
+[ 13979] By: jhi                                   on 2001/12/31  14:19:55
+        Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sun, 30 Dec 2001 18:07:55 -0500
+             Message-ID: <20011230230755.GG12840@blackrider>
+             
+             (lib/User/grent, really)
+     Branch: perl
+          ! lib/User/grent.t
+____________________________________________________________________________
+[ 13978] By: jhi                                   on 2001/12/31  14:17:55
+        Log: Integrate perlio; cleanup, in particular avoid accidental
+             PerlIO_flush(NULL) if PerlIONext is NULL.
+     Branch: perl
+         !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
+____________________________________________________________________________
+[ 13977] By: jhi                                   on 2001/12/31  14:15:58
+        Log: Subject: typo in IO::Socket::INET.pm
+             From: mjd@plover.com
+             Date: 31 Dec 2001 14:31:10 -0000
+             Message-ID: <20011231143110.4989.qmail@plover.com>
+     Branch: perl
+          ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 13976] By: nick                                  on 2001/12/31  13:56:11
+        Log: Integrate mainline
+     Branch: perlio
+         !> (integrate 29 files)
+____________________________________________________________________________
+[ 13975] By: nick                                  on 2001/12/31  12:40:50
+        Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
+             if PerlIONext is NULL.
+     Branch: perlio
+          ! perlio.c perliol.h
+____________________________________________________________________________
+[ 13974] By: jhi                                   on 2001/12/31  04:59:53
+        Log: Subject: Re: [PATCH] Basic bad prototype detection
+             From: Sam Tregar <sam@tregar.com>
+             Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
+             Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
+     Branch: perl
+          ! t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 13973] By: jhi                                   on 2001/12/31  04:14:45
+        Log: Subject: [PATCH] configure.com / scriptdirexp
+             From: "Craig A. Berry" <craigberry@mac.com>
+             Date: Sun, 30 Dec 2001 15:47:28 -0600
+             Message-Id: <a05101004b8553b205841@[172.16.52.1]>
+     Branch: perl
+          ! configure.com
+____________________________________________________________________________
+[ 13972] By: jhi                                   on 2001/12/31  04:07:35
+        Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
+             From: Abe Timmerman <abe@ztreet.demon.nl>
+             Date: Mon, 31 Dec 2001 03:55:27 +0100
+             Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
+     Branch: perl
+          ! lib/ExtUtils/t/MM_Win32.t
+____________________________________________________________________________
+[ 13971] By: jhi                                   on 2001/12/31  04:05:46
+        Log: Subject: [PATCH] Basic bad prototype detection
+             From: Sam Tregar <sam@tregar.com> 
+             Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
+             Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
+     Branch: perl
+          ! pod/perldiag.pod t/comp/proto.t toke.c
+____________________________________________________________________________
+[ 13970] By: jhi                                   on 2001/12/31  03:53:54
+        Log: Makefiles are sloppy about the exe suffix
+             (from Paul Green)
+     Branch: perl
+          ! Makefile.SH x2p/Makefile.SH
+____________________________________________________________________________
+[ 13969] By: jhi                                   on 2001/12/31  03:42:15
+        Log: Delay folding until necessary; start of handling
+             folding into several characters.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 13968] By: jhi                                   on 2001/12/31  00:35:35
+        Log: gcc -Wall dewhine.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 13967] By: jhi                                   on 2001/12/31  00:29:37
+        Log: More Unicode folding tweaks, avoid potential false matches.
+     Branch: perl
+          ! regexec.c
+____________________________________________________________________________
+[ 13966] By: jhi                                   on 2001/12/30  23:30:56
+        Log: Make that six wrongs.
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 13965] By: jhi                                   on 2001/12/30  23:12:17
+        Log: Four wrongs can make a right.
+     Branch: perl
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 13964] By: jhi                                   on 2001/12/30  21:12:25
+        Log: Fix all the I case foldings as per CaseFold.txt.
+     Branch: perl
+          ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 13963] By: jhi                                   on 2001/12/30  20:04:32
+        Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
+     Branch: perl
+          ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
+          ! regexec.c utf8.c
+____________________________________________________________________________
+[ 13962] By: nick                                  on 2001/12/30  18:33:41
+        Log: Integrate 8.3 fix for PPPort fix
+     Branch: perlio
+         +> ext/Devel/PPPort/ppport_h.PL
+          - ext/Devel/PPPort/ppport.h.PL
+          ! ext/Devel/PPPort/MANIFEST
+         !> ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 13961] By: jhi                                   on 2001/12/30  17:35:45
+        Log: Integrate perlio; more win32 stuff:
+             
+             A. Use Perl_my_socketpair()
+             B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
+             load winsock.
+             C. (In passing) work round fact that $$ is now SvREADONLY
+             so we need to take special measures to set it during
+             pseudo-fork.
+     Branch: perl
+         !> util.c win32/perlhost.h
+____________________________________________________________________________
+[ 13960] By: jhi                                   on 2001/12/30  17:33:24
+        Log: Fix ppport.h for Unix.
+     Branch: perl
+          + ext/Devel/PPPort/ppport_h.PL
+          - ext/Devel/PPPort/ppport.h.PL
+          ! MANIFEST ext/Devel/PPPort/Makefile.PL
+____________________________________________________________________________
+[ 13959] By: nick                                  on 2001/12/30  16:53:42
+        Log: Win32 stuff:
+             A. Use Perl_my_socketpair()
+             B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
+             C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
+             take special measures to set it during pseudo-fork.
+     Branch: perlio
+          ! util.c win32/perlhost.h
+____________________________________________________________________________
+[ 13958] By: jhi                                   on 2001/12/30  16:33:58
+        Log: Integrate perlio; win32 kicking.
+     Branch: perl
+         +> ext/Devel/PPPort/ppport.h.PL
+         !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
+         !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
+         !> proto.h
+____________________________________________________________________________
+[ 13957] By: jhi                                   on 2001/12/30  16:32:33
+        Log: metaconfig unit change for #13956.
+     Branch: metaconfig
+          ! U/modified/spitshell.U
+____________________________________________________________________________
+[ 13956] By: jhi                                   on 2001/12/30  16:32:11
+        Log: Must look for cat also in $PATH (noticed by Philip Newton).
+     Branch: perl
+          ! Configure
+____________________________________________________________________________
+[ 13955] By: jhi                                   on 2001/12/30  16:19:46
+        Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
+             From: Blair Zajac <blair@orcaware.com>
+             Date: Sat, 29 Dec 2001 22:37:03 -0800
+             Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
+     Branch: perl
+          ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 13954] By: jhi                                   on 2001/12/30  16:17:44
+        Log: Regen files.
+     Branch: perl
+          ! embed.h global.sym pod/perlapi.pod uconfig.h
+____________________________________________________________________________
+[ 13953] By: jhi                                   on 2001/12/30  15:57:25
+        Log: Subject: [PATCH] -t without -w 
+             From: Michael G Schwern <schwern@pobox.com>
+             Date: Sat, 29 Dec 2001 23:46:25 -0500
+             Message-ID: <20011230044625.GA14386@blackrider>
+     Branch: perl
+          ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
+          ! warnings.pl
+____________________________________________________________________________
+[ 13952] By: jhi                                   on 2001/12/30  15:52:59
+        Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
+             From: Dave Rolsky <autarch@urth.org>               
+             Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
+             Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
+             
+             $^O is NetWare, not Netware.
+     Branch: perl
+          ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
+____________________________________________________________________________
+[ 13951] By: jhi                                   on 2001/12/30  15:51:19
+        Log: Sarathy thinks undoing C++ comments from C++ files
+             is a bit too zealous.
+     Branch: perl
+          ! win32/perlhost.h win32/vmem.h
+____________________________________________________________________________
+[ 13950] By: nick                                  on 2001/12/30  14:30:02
+        Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
+             This gets them into Errno.pm - yet to prove they end up in $!.
+     Branch: perlio
+          ! ext/Errno/Errno_pm.PL
+____________________________________________________________________________
+[ 13949] By: nick                                  on 2001/12/30  12:02:21
+        Log: Integrate Cwd muddle
+     Branch: perlio
+         !> MANIFEST installperl lib/Cwd.pm
+____________________________________________________________________________
+[ 13948] By: nick                                  on 2001/12/30  11:51:40
+        Log: remove embed.pl duplicates
+     Branch: perlio
+          ! embed.h embed.pl global.sym proto.h
+____________________________________________________________________________
+[ 13947] By: nick                                  on 2001/12/30  11:35:51
+        Log: More Cwd tidy up
+     Branch: perl
+          ! MANIFEST installperl
+____________________________________________________________________________
+[ 13946] By: nick                                  on 2001/12/30  11:12:42
+        Log: Undo a mess trying Cwd.pm in its ext directory
+     Branch: perl
+          + lib/Cwd.pm
+          - ext/Cwd/Cwd.pm
+____________________________________________________________________________
+[ 13945] By: nick                                  on 2001/12/30  10:03:43
+        Log: Integrate mainline
+     Branch: perl
+         +> ext/Cwd/Cwd.pm
+          - lib/Cwd.pm
+          ! MANIFEST
+     Branch: perlio
+         !> (integrate 45 files)
+____________________________________________________________________________
+[ 13944] By: nick                                  on 2001/12/30  09:27:16
+        Log: "Port" Devel::PPPort to Win32:
+             - need to set @INC before use in the test
+             - {} are special to dmake, so use ppport.h.PL
+             rather than commandline 
+     Branch: perlio
+          + ext/Devel/PPPort/ppport.h.PL
+          ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
+____________________________________________________________________________
+[ 13943] By: jhi                                   on 2001/12/29  21:30:48
+        Log: Update Changes.
+     Branch: perl
+          ! Changes patchlevel.h
+____________________________________________________________________________
 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
         Log: Subject: [PATCH] cleaner close on tests, take 2
              From: andreas.koenig@anima.de (Andreas J. Koenig)
@@ -78,12 +20035,23 @@ ____________________________________________________________________________
           ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
           ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
 ____________________________________________________________________________
+[ 13938] By: nick                                  on 2001/12/29  19:23:32
+        Log: Integrate mainline (ok linux)
+     Branch: perlio
+         +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
+         !> (integrate 33 files)
+____________________________________________________________________________
 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
         Log: Give up on serious testing of langinfo().  Leave the old
              code in place, though.
      Branch: perl
           ! ext/I18N/Langinfo/Langinfo.t
 ____________________________________________________________________________
+[ 13936] By: nick                                  on 2001/12/29  18:20:33
+        Log: Routine regen_config_h - no real differences other than order of crypt 
+     Branch: perlio
+          ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+____________________________________________________________________________
 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
         Log: Integrate perlio;
              
@@ -93,6 +20061,17 @@ ____________________________________________________________________________
      Branch: perl
          !> win32/FindExt.pm win32/win32.h
 ____________________________________________________________________________
+[ 13934] By: nick                                  on 2001/12/29  17:27:50
+        Log: Fudge Config.pm so File::Spec does not croak.
+     Branch: perlio
+          ! win32/FindExt.pm
+____________________________________________________________________________
+[ 13933] By: jhi                                   on 2001/12/29  17:24:45
+        Log: metaconfig unit changes for #13932.
+     Branch: metaconfig
+          + U/modified/Init.U
+          ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
+____________________________________________________________________________
 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
         Log: VOS tweaks from Paul Green.
              
@@ -104,6 +20083,12 @@ ____________________________________________________________________________
           ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
           ! vos/config.ga.h vos/vosish.h
 ____________________________________________________________________________
+[ 13931] By: nick                                  on 2001/12/29  17:00:38
+        Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
+             (just to get util.c to compile)
+     Branch: perlio
+          ! win32/win32.h
+____________________________________________________________________________
 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
              From: coral@eekeek.org
@@ -138,6 +20123,11 @@ ____________________________________________________________________________
      Branch: perl
          !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
 ____________________________________________________________________________
+[ 13926] By: nick                                  on 2001/12/29  15:23:21
+        Log: Nick Clark's embed.pl fix for my_socketpair
+     Branch: perlio
+          ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
+____________________________________________________________________________
 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
         Log: Slight tweaks on the MM_Win32.t.
      Branch: perl
@@ -152,6 +20142,12 @@ ____________________________________________________________________________
           + lib/ExtUtils/t/MM_Win32.t
           ! MANIFEST
 ____________________________________________________________________________
+[ 13923] By: nick                                  on 2001/12/29  15:12:07
+        Log: Quick fix (after couple of clever fixes failed) for
+             "accept leaks memory" fail [ID 20011223.001]
+     Branch: perlio
+          ! pp_sys.c
+____________________________________________________________________________
 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
         Log: Subject: [PATCH] Module names and other nits
              From: Autrijus Tang <autrijus@autrijus.org>                 
@@ -169,6 +20165,17 @@ ____________________________________________________________________________
      Branch: perl
           ! ext/Socket/socketpair.t util.c
 ____________________________________________________________________________
+[ 13920] By: nick                                  on 2001/12/29  12:36:21
+        Log: Integrate mainline
+     Branch: perlio
+         !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
+         !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
+         !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+         !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
+         !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
+         !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
+         !> t/op/sysio.t
+____________________________________________________________________________
 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
         Log: Retract #13917.
      Branch: perl
@@ -187,6 +20194,11 @@ ____________________________________________________________________________
      Branch: perl
           ! doop.c
 ____________________________________________________________________________
+[ 13916] By: jhi                                   on 2001/12/28  01:17:04
+        Log: metaconfig unit change for #13915.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
         Log: Remove debris in any case.
      Branch: perl
@@ -223,6 +20235,11 @@ ____________________________________________________________________________
      Branch: perl
           ! ext/POSIX/POSIX.xs
 ____________________________________________________________________________
+[ 13909] By: jhi                                   on 2001/12/27  14:15:49
+        Log: metaconfig unit change for #13908.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
      Branch: perl
@@ -300,6 +20317,13 @@ ____________________________________________________________________________
      Branch: perl
           ! lib/ExtUtils/t/MM_Cygwin.t
 ____________________________________________________________________________
+[ 13900] By: nick                                  on 2001/12/27  11:11:51
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
+         +> lib/File/Spec/NW5.pm
+         !> (integrate 52 files)
+____________________________________________________________________________
 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
         Log: Replace the awful (most likely generated and not very persistent)
              URL with something tangible.
@@ -374,6 +20398,11 @@ ____________________________________________________________________________
           ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
           ! lib/Net/Ping/t/300_ping_stream.t
 ____________________________________________________________________________
+[ 13889] By: jhi                                   on 2001/12/26  17:19:18
+        Log: metaconfig unit change for #13888.
+     Branch: metaconfig
+          ! U/modified/Oldconfig.U
+____________________________________________________________________________
 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
         Log: test -d /system is a bit too generic test for VOS
              (false hit in BeOS)
@@ -446,6 +20475,11 @@ ____________________________________________________________________________
      Branch: perl
           ! t/op/pat.t
 ____________________________________________________________________________
+[ 13878] By: jhi                                   on 2001/12/24  17:16:10
+        Log: metaconfig unit change for #13877.
+     Branch: metaconfig
+          ! U/modified/Unix.U
+____________________________________________________________________________
 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
         Log: No-op.
      Branch: perl
@@ -488,6 +20522,11 @@ ____________________________________________________________________________
      Branch: perl
           ! taint.c
 ____________________________________________________________________________
+[ 13870] By: jhi                                   on 2001/12/24  01:14:52
+        Log: metaconfig unit change for #13869.
+     Branch: metaconfig/U/perl
+          ! d_u32align.U
+____________________________________________________________________________
 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
         Log: The U32 alignment test wasn't really working, noticed
              by Paul Green.  Now the test works, but this means that
@@ -496,6 +20535,12 @@ ____________________________________________________________________________
      Branch: perl
           ! Configure
 ____________________________________________________________________________
+[ 13868] By: jhi                                   on 2001/12/23  23:46:54
+        Log: metaconfig unit changes for #13867.
+     Branch: metaconfig
+          ! U/compline/nblock_io.U U/modified/Unix.U
+          ! U/modified/spitshell.U
+____________________________________________________________________________
 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
         Log: More VOS tweaks.
      Branch: perl
@@ -581,6 +20626,28 @@ ____________________________________________________________________________
      Branch: perl
           ! regexec.c t/op/pat.t
 ____________________________________________________________________________
+[ 13854] By: nick                                  on 2001/12/22  20:01:27
+        Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
+     Branch: perlio
+          ! makedef.pl perlio.h perlio.sym win32/win32.c
+____________________________________________________________________________
+[ 13853] By: nick                                  on 2001/12/22  19:58:53
+        Log: Put PerlIO stuff inside EXTERN C
+     Branch: perlio
+          ! embed.pl proto.h
+____________________________________________________________________________
+[ 13852] By: nick                                  on 2001/12/22  18:04:34
+        Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
+             so that they get implicit pTHX_ and we can avoid slow dTHX.
+     Branch: perlio
+          ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
+          ! perlio.h pod/perlapi.pod proto.h
+____________________________________________________________________________
+[ 13851] By: jhi                                   on 2001/12/22  17:42:10
+        Log: metaconfig unit change for #13850.
+     Branch: metaconfig
+          ! U/modified/Loc.U
+____________________________________________________________________________
 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
         Log: Rework the make logic (again).
      Branch: perl
@@ -595,6 +20662,34 @@ ____________________________________________________________________________
           ! regexec.c
          !> ext/POSIX/POSIX.pm perlio.c sv.c
 ____________________________________________________________________________
+[ 13848] By: nick                                  on 2001/12/22  15:11:17
+        Log: The CR at EOF fix earlier broke CR at end-of-buffer.
+             This should be okay for both?
+     Branch: perlio
+          ! perlio.c
+____________________________________________________________________________
+[ 13847] By: nick                                  on 2001/12/22  12:26:32
+        Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
+             Also tone down perl -DP tracing of sv_gets.
+     Branch: perlio
+          ! perlio.c sv.c
+____________________________________________________________________________
+[ 13846] By: nick                                  on 2001/12/22  10:49:27
+        Log: Fix mis-parse of autoloaded usage code by declaring the sub
+     Branch: perlio
+          ! ext/POSIX/POSIX.pm
+____________________________________________________________________________
+[ 13845] By: nick                                  on 2001/12/22  10:44:11
+        Log: Integrate mainline - some fails:
+             Failed Test            Stat Wstat Total Fail  Failed  List of Failed
+             -------------------------------------------------------------------------------
+             ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
+             ../lib/encoding.t                    19    2  10.53%  17-18
+             op/pat.t                            770    3   0.39%  754-755 757
+     Branch: perlio
+         +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
+         !> (integrate 36 files)
+____________________________________________________________________________
 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
         Log: More Unicode casing fixes.
      Branch: perl
@@ -650,6 +20745,12 @@ ____________________________________________________________________________
      Branch: perl
           ! pod/perltie.pod
 ____________________________________________________________________________
+[ 13836] By: jhi                                   on 2001/12/21  19:47:52
+        Log: metaconfig unit changes for #13835
+     Branch: metaconfig
+          ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
+          ! U/modified/sh.U
+____________________________________________________________________________
 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
         Log: Further VOS tweaks: the _exe needs to be introduced
              in the very beginning, and the make/gmake needs special
@@ -662,6 +20763,11 @@ ____________________________________________________________________________
      Branch: perl
           ! Changes patchlevel.h
 ____________________________________________________________________________
+[ 13833] By: jhi                                   on 2001/12/21  14:46:45
+        Log: metaconfig unit change for #13832.
+     Branch: metaconfig
+          ! U/modified/spitshell.U
+____________________________________________________________________________
 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
         Log: Also the search for cat needs to be _exe-aware.
      Branch: perl
@@ -780,6 +20886,26 @@ ____________________________________________________________________________
      Branch: perl
           ! lib/Carp.t lib/Carp/Heavy.pm
 ____________________________________________________________________________
+[ 13815] By: nick                                  on 2001/12/20  10:23:42
+        Log: pTHX_ fixes for :win32 layer
+     Branch: perlio
+          ! win32/win32io.c
+____________________________________________________________________________
+[ 13814] By: nick                                  on 2001/12/20  08:20:11
+        Log: Integrate mainline (mostly) utf8.c does not compile.
+     Branch: perlio
+         +> lib/Net/Ping/CHANGES lib/Net/Ping/README
+         +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
+         +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
+         +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
+         +> lib/Net/Ping/t/300_ping_stream.t
+         !> Changes MANIFEST embed.h embed.pl embedvar.h
+         !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
+         !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
+         !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
+         !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
+         !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
+____________________________________________________________________________
 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
         Log: Some bincompat clawbacks.
      Branch: perl
@@ -815,6 +20941,13 @@ ____________________________________________________________________________
          !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
          !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
 ____________________________________________________________________________
+[ 13808] By: nick                                  on 2001/12/19  16:08:27
+        Log: Add pTHX to all vtable functions for future-proofing and
+             consistency of PerlIO layers.
+     Branch: perlio
+          ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
+          ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
+____________________________________________________________________________
 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
      Branch: perl
@@ -847,6 +20980,13 @@ ____________________________________________________________________________
           + lib/Net/Ping/t/300_ping_stream.t
           ! MANIFEST lib/Net/Ping.pm
 ____________________________________________________________________________
+[ 13803] By: nick                                  on 2001/12/19  14:43:24
+        Log: Integrate mainline
+     Branch: perlio
+         +> ext/B/t/assembler.t lib/lib.t
+         !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
+         !> lib/lib_pm.PL t/op/glob.t utf8.c
+____________________________________________________________________________
 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
         Log: B::Assembler/B::Disassembler patches and test;
              from Wolfgang Laun.
@@ -885,6 +21025,35 @@ ____________________________________________________________________________
      Branch: perl
          !> hv.c hv.h scope.c util.c
 ____________________________________________________________________________
+[ 13797] By: nick                                  on 2001/12/19  12:03:21
+        Log: Remove the sometimes-lvalue cast
+     Branch: perlio
+          ! hv.h
+____________________________________________________________________________
+[ 13796] By: nick                                  on 2001/12/19  11:02:27
+        Log: alarm.t with -Uuseperlio fix
+             - SA_RESTART should only be function of PERL_OLD_SIGNALS
+             not USE_PERLIO
+     Branch: perlio
+          ! util.c
+____________________________________________________________________________
+[ 13795] By: nick                                  on 2001/12/19  10:19:40
+        Log: Fix READONLY hashes:
+             1. Discovered need for disabled scope.c part of Jeff's patch.
+             2. Corrected hv_delete* - entry was being de-linked from
+             chain (patch program not smart enough?)
+     Branch: perlio
+          ! hv.c scope.c
+____________________________________________________________________________
+[ 13794] By: nick                                  on 2001/12/19  09:35:13
+        Log: Integrate mainline
+     Branch: perlio
+         !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
+         !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
+         !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
+         !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
+         !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
+____________________________________________________________________________
 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
         Log: Regen toc.
      Branch: perl
@@ -945,6 +21114,11 @@ ____________________________________________________________________________
      Branch: perl
           ! Porting/checkURL.pl
 ____________________________________________________________________________
+[ 13784] By: jhi                                   on 2001/12/19  01:05:25
+        Log: metaconfig unit change for #13783.
+     Branch: metaconfig
+          ! U/modified/Loc.U
+____________________________________________________________________________
 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
         Log: A bit too oversweeping matching in #13778.
      Branch: perl
@@ -955,6 +21129,94 @@ ____________________________________________________________________________
      Branch: perl
           ! Configure config_h.SH
 ____________________________________________________________________________
+[ 13781] By: jhi                                   on 2001/12/18  23:59:59
+        Log: First assume that crypt() can live happy normal life in
+             the libc or the moral equivalent; only then try magic.
+     Branch: metaconfig
+          + U/modified/d_crypt.U
+____________________________________________________________________________
+[ 13780] By: jhi                                   on 2001/12/18  23:52:03
+        Log: In VOS ACLs confuse the testing.
+     Branch: metaconfig
+          ! U/modified/Findhdr.U
+____________________________________________________________________________
+[ 13779] By: jhi                                   on 2001/12/18  23:47:39
+        Log: Either make or gmake.
+     Branch: metaconfig
+          ! U/modified/Loc.U
+____________________________________________________________________________
+[ 13778] By: jhi                                   on 2001/12/18  23:44:56
+        Log: If your _exe is different from .exe and your test -f $foo
+             doesn't do magic to recognize $foo$_exe, you will need to
+             specify -D_exe=... on command line-- and this patch.
+     Branch: metaconfig
+          + U/modified/sh.U
+          ! U/modified/Loc.U
+____________________________________________________________________________
+[ 13777] By: jhi                                   on 2001/12/18  23:28:37
+        Log: Fix the bugs in #13768..13776, and regen Configure.
+     Branch: metaconfig
+          ! U/compline/nblock_io.U U/modified/Findhdr.U
+          ! U/modified/spitshell.U
+     Branch: metaconfig/U/perl
+          ! issymlink.U perlpath.U
+     Branch: perl
+          ! Configure config_h.SH
+____________________________________________________________________________
+[ 13776] By: jhi                                   on 2001/12/18  23:02:42
+        Log: Must test with $_exe. (There are plenty of similar
+             spots earlier but they are a tad more complex to fix
+             since they come before the hints are run.)
+     Branch: metaconfig
+          + U/modified/yacc.U
+____________________________________________________________________________
+[ 13775] By: jhi                                   on 2001/12/18  22:59:04
+        Log: F_SETFL might require <fcntl.h>
+     Branch: metaconfig
+          ! U/compline/nblock_io.U
+____________________________________________________________________________
+[ 13774] By: jhi                                   on 2001/12/18  22:53:41
+        Log: Don't require make; have both make and gmake optional.
+             (Maybe have a check that at least one of them is available?)
+     Branch: metaconfig
+          ! U/modified/Loc.U
+____________________________________________________________________________
+[ 13773] By: jhi                                   on 2001/12/18  22:49:56
+        Log: cat might be farther than /bin or /usr/bin.
+     Branch: metaconfig
+          ! U/modified/spitshell.U
+____________________________________________________________________________
+[ 13772] By: jhi                                   on 2001/12/18  22:44:45
+        Log: In VOS the path component separator is >, not /.
+     Branch: metaconfig
+          ! U/modified/Findhdr.U
+____________________________________________________________________________
+[ 13771] By: jhi                                   on 2001/12/18  22:35:40
+        Log: The VOS shell doesn't implement the ? wildcard
+             (? is used for other purposes, I assume); but
+             it does implement the * wildcard, and that works
+             in the general case just fine.
+     Branch: metaconfig/U/perl
+          ! d_dlsymun.U
+____________________________________________________________________________
+[ 13770] By: jhi                                   on 2001/12/18  22:28:41
+        Log: VOS detection.
+     Branch: metaconfig
+          ! U/modified/Oldconfig.U
+____________________________________________________________________________
+[ 13769] By: jhi                                   on 2001/12/18  22:23:25
+        Log: Proper path for VOS.
+     Branch: metaconfig
+          ! U/modified/Head.U
+____________________________________________________________________________
+[ 13768] By: jhi                                   on 2001/12/18  22:21:00
+        Log: Change s/>& 4/>&4/g for consistency.
+     Branch: metaconfig
+          + U/modified/d_dosuid.U
+          ! U/modified/d_socket.U
+     Branch: metaconfig/U/perl
+          ! issymlink.U perlxvf.U
+____________________________________________________________________________
 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
         Log: Subject: Re: Benchmark.t failure on Linux
              From: Nicholas Clark <nick@ccl4.org>
@@ -1002,6 +21264,13 @@ ____________________________________________________________________________
      Branch: perl
          !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
 ____________________________________________________________________________
+[ 13760] By: nick                                  on 2001/12/18  15:55:22
+        Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
+             - added delete of READONLY value inhibit & test for same
+             - re-tabbed
+     Branch: perlio
+          ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
+____________________________________________________________________________
 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
         Log: (Undone by #13766.)
              Retract #13752.
@@ -1018,6 +21287,22 @@ ____________________________________________________________________________
      Branch: perl
           ! lib/utf8.t utf8.c
 ____________________________________________________________________________
+[ 13756] By: nick                                  on 2001/12/18  14:43:58
+        Log: Integrate mainline
+     Branch: perlio
+         +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
+         +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
+         +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
+         +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
+         +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
+         +> lib/ExtUtils/t/testlib.t t/op/alarm.t
+          - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
+          - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
+          - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
+          - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
+          - lib/ExtUtils/testlib.t
+         !> (integrate 28 files)
+____________________________________________________________________________
 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
         Log: README.aix updates from Jens-Uwe Mager.
      Branch: perl
@@ -1261,6 +21546,19 @@ ____________________________________________________________________________
      Branch: perl
          !> util.c
 ____________________________________________________________________________
+[ 13724] By: nick                                  on 2001/12/17  09:16:50
+        Log: Fix for alarm() breaking into wait*().
+             Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
+             signal handler before caller re-does the system call.
+     Branch: perlio
+          ! util.c
+____________________________________________________________________________
+[ 13723] By: nick                                  on 2001/12/17  07:45:13
+        Log: Integrate mainline
+     Branch: perlio
+         +> (branch 26 files)
+         !> (integrate 47 files)
+____________________________________________________________________________
 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
@@ -1535,6 +21833,13 @@ ____________________________________________________________________________
           + lib/Attribute/Handlers/t/multi.t
           ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
 ____________________________________________________________________________
+[ 13685] By: nick                                  on 2001/12/14  15:57:00
+        Log: Integrate mainline
+     Branch: perlio
+         +> t/run/switcht.t
+         !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
+         !> perlapi.h pod/perlrun.pod t/TEST taint.c
+____________________________________________________________________________
 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
              From: Michael G Schwern <schwern@pobox.com> 
@@ -1549,6 +21854,30 @@ ____________________________________________________________________________
           ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
           ! perlapi.h pod/perlrun.pod t/TEST taint.c
 ____________________________________________________________________________
+[ 13683] By: nick                                  on 2001/12/14  12:29:41
+        Log: Integrate mainline
+     Branch: perlio
+         +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
+         +> lib/Term/ReadLine.t t/op/hashassign.t
+          - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
+          - lib/Attribute/Handlers/README
+          - lib/Attribute/Handlers/demo/Demo.pm
+          - lib/Attribute/Handlers/demo/Descriptions.pm
+          - lib/Attribute/Handlers/demo/MyClass.pm
+          - lib/Attribute/Handlers/demo/demo.pl
+          - lib/Attribute/Handlers/demo/demo2.pl
+          - lib/Attribute/Handlers/demo/demo3.pl
+          - lib/Attribute/Handlers/demo/demo4.pl
+          - lib/Attribute/Handlers/demo/demo_call.pl
+          - lib/Attribute/Handlers/demo/demo_chain.pl
+          - lib/Attribute/Handlers/demo/demo_cycle.pl
+          - lib/Attribute/Handlers/demo/demo_hashdir.pl
+          - lib/Attribute/Handlers/demo/demo_phases.pl
+          - lib/Attribute/Handlers/demo/demo_range.pl
+          - lib/Attribute/Handlers/demo/demo_rawdata.pl
+          - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
+         !> (integrate 101 files)
+____________________________________________________________________________
 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
         Log: Detypo.
      Branch: perl
@@ -1715,6 +22044,11 @@ ____________________________________________________________________________
      Branch: perl
           ! perlio.c regcomp.c taint.c toke.c
 ____________________________________________________________________________
+[ 13658] By: jhi                                   on 2001/12/12  14:09:09
+        Log: metaconfig unit change for #13657.
+     Branch: metaconfig
+          ! U/modified/nis.U
+____________________________________________________________________________
 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
         Log: Try YP/NIS also from /usr/lib/yp.
      Branch: perl
@@ -1861,6 +22195,11 @@ ____________________________________________________________________________
      Branch: perl
           ! configure.com
 ____________________________________________________________________________
+[ 13633] By: jhi                                   on 2001/12/11  21:48:57
+        Log: metaconfig unit change for #13632.
+     Branch: metaconfig/U/perl
+          ! perlpath.U
+____________________________________________________________________________
 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
         Log: Subject: $Config{perlpath} and -Dversiononly
              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
@@ -1955,6 +22294,11 @@ ____________________________________________________________________________
      Branch: perl
           ! perlio.c
 ____________________________________________________________________________
+[ 13618] By: jhi                                   on 2001/12/11  05:22:39
+        Log: metaconfig unit change for #13617.
+     Branch: metaconfig/U/perl
+          ! Extensions.U
+____________________________________________________________________________
 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
         Log: BeOS has socket() but not enough to build a working Socket.
              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
@@ -1965,6 +22309,32 @@ ____________________________________________________________________________
      Branch: perl
           ! Configure
 ____________________________________________________________________________
+[ 13616] By: pudge                                 on 2001/12/11  05:11:44
+        Log: Update changes
+     Branch: maint-5.6/macperl
+          ! macos/Changes
+____________________________________________________________________________
+[ 13615] By: pudge                                 on 2001/12/11  05:09:34
+        Log: Add extra pod to help
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MacPerl.podhelp
+____________________________________________________________________________
+[ 13614] By: pudge                                 on 2001/12/11  05:08:51
+        Log: Return DoAppleScript errors in $@
+     Branch: maint-5.6/macperl
+          ! macos/ext/MacPerl/OSA.xs
+____________________________________________________________________________
+[ 13613] By: pudge                                 on 2001/12/11  05:08:19
+        Log: Clear out $^E before each script run
+     Branch: maint-5.6/macperl
+          ! macos/macperl/MPScript.c
+____________________________________________________________________________
+[ 13612] By: pudge                                 on 2001/12/11  04:58:52
+        Log: Integrate various changes from maint-5.6/perl/.
+     Branch: maint-5.6/macperl
+         !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
+         !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
+____________________________________________________________________________
 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
         Log: Subject: Exporter's documentation shouldn't lie               
              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
@@ -2174,6 +22544,18 @@ ____________________________________________________________________________
      Branch: perl
           ! hints/netbsd.sh
 ____________________________________________________________________________
+[ 13584] By: gsar                                  on 2001/12/10  02:04:58
+        Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
+             potential performance hit and change in semantics of closure
+             lookups after C<undef &foo>)
+     Branch: maint-5.6/perl
+          ! op.c
+____________________________________________________________________________
+[ 13583] By: jhi                                   on 2001/12/10  02:01:49
+        Log: metaconfig unit change for #13582.
+     Branch: metaconfig
+          ! U/threads/usethreads.U
+____________________________________________________________________________
 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
         Log: Update the ithreads selection info in Configure,
              as suggested by Michael Schwern.
@@ -2297,6 +22679,11 @@ ____________________________________________________________________________
      Branch: perl
           ! hints/netbsd.sh
 ____________________________________________________________________________
+[ 13562] By: jhi                                   on 2001/12/09  20:31:38
+        Log: metaconfig unit changes for #13560.
+     Branch: metaconfig/U/perl
+          ! dlsrc.U i_ieeefp.U libperl.U
+____________________________________________________________________________
 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
         Log: NetBSD has <ieeefp.h> but hidden.
      Branch: perl
@@ -2714,7 +23101,7 @@ ____________________________________________________________________________
           ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
 ____________________________________________________________________________
 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
-        Log: Mention also perl56delta in case somone is upgrading from
+        Log: Mention also perl56delta in case someone is upgrading from
              Perl 5.005_03.
      Branch: perl
           ! pod/perldelta.pod
@@ -3390,7 +23777,9 @@ ____________________________________________________________________________
           ! doio.c
 ____________________________________________________________________________
 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
-        Log: If we are inside an eval, let's be silent about
+        Log: (replaced by #13556)
+             
+             If we are inside an eval, let's be silent about
              separate symbols and just croak() in the end.
      Branch: perl
           ! lib/Exporter/Heavy.pm
@@ -4494,7 +24883,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
         Log: In the MakeMaker pm_to_blib target don't copy all
-             the files in one fell swppo, deal with them hunkwise,
+             the files in one fell swoop, deal with them hunkwise,
              helps for CLIs with limited line lengths.
              (This seems to help for DJGPP building Encode,
              where there are dozens of files to copy.)
@@ -4748,7 +25137,7 @@ ____________________________________________________________________________
           ! d_procselfexe.U
 ____________________________________________________________________________
 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
-        Log: Add probing for BSD-like /proc/curpoc/file.
+        Log: Add probing for BSD-like /proc/curproc/file.
      Branch: perl
           ! Configure config_h.SH
 ____________________________________________________________________________
@@ -5865,7 +26254,7 @@ ____________________________________________________________________________
           ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
 ____________________________________________________________________________
 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
-        Log: Document the negated lookeahead trick to emulate
+        Log: Document the negated lookahead trick to emulate
              character class subtraction.
      Branch: perl
           ! pod/perlunicode.pod
@@ -11420,7 +31809,7 @@ ____________________________________________________________________________
         Log: Fixes obscure bug that manifests itself by.
              local $!=0;undef*STDOUT;#segfaults
              Has been around for a while. Possible other magic IO vars are
-             possibly affected aswell. Reported by Jos Boumans.
+             possibly affected as well. Reported by Jos Boumans.
      Branch: perl
           ! mg.c
 ____________________________________________________________________________
@@ -20063,7 +40452,7 @@ ____________________________________________________________________________
 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
              (from Richard Hatch) (this was the cause of pipes() and
-             times() myeteriously not being found)
+             times() mysteriously not being found)
      Branch: perl
           ! Configure
 ____________________________________________________________________________
@@ -21586,7 +41975,7 @@ ____________________________________________________________________________
              Message-ID: <20010624173240.A16293@blackstar.co.uk>
              
              Document (well, mention) shortmess() and longmess()
-             to rob people of their fun of reinventing the weel.
+             to rob people of their fun of reinventing the wheel.
      Branch: perl
           ! lib/Carp.pm
 ____________________________________________________________________________
@@ -22911,7 +43300,7 @@ ____________________________________________________________________________
           ! ext/DynaLoader/DynaLoader_pm.PL
 ____________________________________________________________________________
 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
-        Log: Revert #10656 for perfomance reasons but leave in the
+        Log: Revert #10656 for performance reasons but leave in the
              use of Hv*() macros -- in comments, so that grepping the
              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
              suggested by Sarathy, also by Abhijit.)
@@ -25757,7 +46146,7 @@ ____________________________________________________________________________
           ! perlio.c
 ____________________________________________________________________________
 [ 10345] By: nick                                  on 2001/05/31  10:01:57
-        Log: Conditionaly put back some "unused" dTHX which are used
+        Log: Conditionally put back some "unused" dTHX which are used
              with PERL_IMPLICIT_SYS
      Branch: perlio
           ! perlio.c
@@ -31246,7 +51635,7 @@ ____________________________________________________________________________
           ! hints/hpux.sh
 ____________________________________________________________________________
 [  9595] By: gsar                                  on 2001/04/06  14:57:17
-        Log: add a low-impact fix to accomodate darwin-ism
+        Log: add a low-impact fix to accommodate darwin-ism
      Branch: maint-5.6/perl
           ! ext/Errno/Errno_pm.PL
 ____________________________________________________________________________
@@ -31926,7 +52315,7 @@ ____________________________________________________________________________
           ! README.win32
 ____________________________________________________________________________
 [  9510] By: jhi                                   on 2001/04/01  20:45:10
-        Log: An ambiguosity warning.
+        Log: An ambiguousity warning.
      Branch: perl
           ! t/lib/trig.t
 ____________________________________________________________________________
@@ -34262,7 +54651,7 @@ ____________________________________________________________________________
              - Add some more macros to comprehend different shift amounts and
              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
-             and conditionaly #include it.
+             and conditionally #include it.
              
              EBCDIC build as yet untested.  ASCII still fails the one test.
      Branch: perlio
@@ -35353,7 +55742,7 @@ ____________________________________________________________________________
         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
              
-             Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
+             Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
              - uses SvPV() rather than sv_2pv() in case it isn't a string.
      Branch: perlio
@@ -36331,7 +56720,7 @@ ____________________________________________________________________________
 [  8930] By: jhi                                   on 2001/02/25  17:25:47
         Log: (Retracted by #8395.)
              
-             Attempt to fix the EBCDIC character range problwm with //.
+             Attempt to fix the EBCDIC character range problem with //.
      Branch: perl
           ! regcomp.c
 ____________________________________________________________________________
@@ -37963,7 +58352,7 @@ ____________________________________________________________________________
           ! perl.c
 ____________________________________________________________________________
 [  8720] By: bailey                                on 2001/02/08  20:59:22
-        Log: Convert frwite()s to sockets to write()s, since some socket stacks
+        Log: Convert fwrite()s to sockets to write()s, since some socket stacks
              don't take kindly to stdio.
              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
              (for often optional LNMs)
@@ -39797,7 +60186,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [  8522] By: jhi                                   on 2001/01/23  13:51:28
         Log: print() instead of warn() so that stderr doesn't get
-             unncessarily polluted.
+             unnecessarily polluted.
      Branch: perl
           ! ext/Encode/compile
 ____________________________________________________________________________
@@ -39945,7 +60334,7 @@ ____________________________________________________________________________
              Message-Id: <200101192101.QAA11911@spotter.yi.org>
              Date: Fri, 19 Jan 2001 16:01:13 -0500
              
-             with a nit from Philip Netwon.
+             with a nit from Philip Newton.
      Branch: perl
           ! pod/perlfaq2.pod
 ____________________________________________________________________________
@@ -40473,7 +60862,7 @@ ____________________________________________________________________________
              I can use pack"U0a*" but it requires more typing and has
              runtime overhead.
              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
-             change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
+             change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
              string is not UTF8_on and has char 0x80-0xff.
              
              TODO: document and test qu.
@@ -41032,7 +61421,7 @@ ____________________________________________________________________________
              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
              
-             No need for the potentially unportable $SIG{CHLD}.
+             No need for the potentially nonportable $SIG{CHLD}.
      Branch: perl
           ! t/io/pipe.t
 ____________________________________________________________________________
@@ -41358,7 +61747,7 @@ ____________________________________________________________________________
           ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
 ____________________________________________________________________________
 [  8319] By: jhi                                   on 2001/01/04  20:46:17
-        Log: Typo in #8312 when manually appying a problematic patch fragment.
+        Log: Typo in #8312 when manually applying a problematic patch fragment.
      Branch: perl
           ! ext/Storable/Storable.xs
 ____________________________________________________________________________
@@ -47151,7 +67540,7 @@ ____________________________________________________________________________
 [  7853] By: nick                                  on 2000/11/24  22:24:33
         Log: Re-arrange crlf vs binary for platforms that care.
              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
-             Lip-service to making stdio layer work on such platfroms (untested).
+             Lip-service to making stdio layer work on such platforms (untested).
              Now fails 3 tests rather than one, checkin to see if I can debug 
              the issue under linux. (Do not merge.)
      Branch: perlio
@@ -53999,7 +74388,7 @@ ____________________________________________________________________________
           ! regexec.c sv.c toke.c utf8.c
 ____________________________________________________________________________
 [  7095] By: nick                                  on 2000/09/15  16:55:59
-        Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
+        Log: Multiplicity & ithreads fix for sv.c/Encode.xs
              
              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
              From: Spider Boardman <spider@Orb.Nashua.NH.US>
@@ -54071,7 +74460,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [  7084] By: jhi                                   on 2000/09/14  20:03:34
         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
-             convertable to bytes by checking it doesn't go above 0xc3
+             convertible to bytes by checking it doesn't go above 0xc3
              
              Subject: Re: perl@7078
              From: Simon Cozens <simon@cozens.net>
@@ -54853,7 +75242,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [  6981] By: nick                                  on 2000/09/01  17:21:57
         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
-             warning when UNTIE exists and instead pass the cound of extra references to
+             warning when UNTIE exists and instead pass the count of extra references to
              the UNTIE method.
      Branch: perl
           ! pod/perltie.pod pp_sys.c
@@ -58735,8 +79124,8 @@ ____________________________________________________________________________
              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
              
              Exercise for the kind reader: should we or should we not
-             cache the utf8 conversion alonside the SV? (as magic,
-             as thestrxfrm()ed version is cached under use locale)
+             cache the utf8 conversion alongside the SV? (as magic,
+             as the strxfrm()ed version is cached under use locale)
              Argue both for and against.
      Branch: perl
           ! sv.c
@@ -59902,7 +80291,7 @@ ____________________________________________________________________________
 ____________________________________________________________________________
 [  6319] By: jhi                                   on 2000/07/06  03:11:46
         Log: Autogenerate pod/Makefile and pod/buildtoc.
-             buildtoc also checks whether the existin pods are
+             buildtoc also checks whether the existing pods are
              mentioned in MANIFEST and perl.pod, and vice versa.
              (None of the thusly found discrepancies fixed yet.)
              roffitall also needs to be autogenerated similarly but it
@@ -61791,7 +82180,7 @@ ____________________________________________________________________________
           ! pod/perlop.pod
 ____________________________________________________________________________
 [  6047] By: jhi                                   on 2000/05/02  17:41:24
-        Log: Call getspnam() only iff needd.
+        Log: Call getspnam() only iff needed.
      Branch: cfgperl
           ! pp_sys.c
 ____________________________________________________________________________
@@ -62192,7 +82581,7 @@ ____________________________________________________________________________
           ! Configure
 ____________________________________________________________________________
 [  5979] By: gsar                                  on 2000/04/28  03:07:54
-        Log: under useithreads, constant pad entries could inadvertantly be
+        Log: under useithreads, constant pad entries could inadvertently be
              shared across threads (from Eric Blood <eblood@xmission.com>);
              added Eric's test case to testsuite
      Branch: perl